a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  overflow-y: overlay; }

::-webkit-scrollbar {
  -webkit-appearance: none; }

::-webkit-scrollbar:vertical {
  width: 7px; }

::-webkit-scrollbar:horizontal {
  height: 7px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a; }

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5); }

.container-fluid {
  padding: 0 120px !important; }

.bg-primary div,
.bg-primary p {
  color: #ffffffb3; }

ul {
  padding-inline-start: 0;
  list-style: none; }

.fixed-position {
  position: fixed;
  width: 100%; }

@media (max-width: 991.98px) {
  html body {
    font-size: 15px; } }
@media only screen and (max-width: 1400px) {
  .container-fluid {
    padding: 0 16px !important; } }
.title {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px; }

.title-bottom {
  color: #fcfcfc;
  font-size: 24px; }

.secondary-title {
  font-size: 20px;
  font-weight: 600;
  color: #000; }

.section-short-title {
  color: #A1AB2A;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 8px; }

.section-title {
  color: #3B4790;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px; }

  .section-title {
    font-size: 18px; }

  .title-bottom {
    font-size: 18px; } }
.logo {
  width: auto;
  height: 65px; }

.top_header .logo {
  height: 60px; }

.nav-item .btn {
  text-transform: uppercase; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000;
    position: relative; }

.home .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff; }

.top_header .navbar-expand-lg .navbar-nav .nav-link {
  color: #2a2a2a; }
  .top_header .navbar-expand-lg .navbar-nav .nav-link:hover, .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #3B4790;
    position: relative; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .top_header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #3B4790;
      left: 20px;
      bottom: 0; }

.header .navbar {
  padding: 24px 0; }

.top_header .logo-wrap {
  top: 4px; }
.top_header .navbar {
  padding: 12px 0; }

.navbar-toggler:focus {
  outline: 0; }

.side-bar-nav-link {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center; }
  .side-bar-nav-link .arrow-icon {
    margin-left: 8px;
    font-size: 12px; }

.side-bar-nav-link:focus {
  outline: 0; }

.dropdown-item {
  padding: 8px 16px;
  border-bottom: 1px solid #0000000f; }

.nav-item .collapse {
  background-color: #fff; }

.dropdown-toggle::after {
  display: none !important; }

.icon {
  font-size: 12px;
  margin-left: 8px; }

.header .sub-menu {
  background-color: #fff;
  min-width: max-content;
  top: 57px; }
  .header .sub-menu .nav-link {
    color: #02190D !important; }

@media (max-width: 991.98px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 12px 0; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #A1AB2A; }

  .navbar-collapse {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    background-color: #3B4790;
    top: 0;
    left: -3100px;
    bottom: 0;
    text-align: left;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: auto !important;
    padding: 24px;
    overflow-y: scroll; }
    .navbar-collapse.show {
      left: 0; }
    .navbar-collapse .nav-link {
      color: #fff; }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: transparent; }

  .navbar-nav {
    margin-top: 80px; }

  .logo {
    width: auto;
    height: 60px; }

  .logo-wrap {
    width: 90px;
    height: 90px; }

  .navbar.navbar-expand-lg {
    padding: 0; }

  .navbar .navbar-toggler {
    padding: 0; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none; }

  .top_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
      color: #A1AB2A; }

  .top_header .h-call-text,
  .top_header .h-call-number {
    color: #fff !important; }

  .h-call {
    margin-top: 32px; } }
.header {
  position: absolute;
  background-color: transparent;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 16px 0; }

.logo-2 {
  display: none; }

.top_header .logo-2 {
  display: block; }

.top_header .logo-1 {
  display: none; }

.header .header-link-2 {
  display: none; }

.top_header .header-link-2 {
  display: block; }

.top_header .header-link-1 {
  display: none; }

.h-call {
  display: flex;
  margin-left: 16px; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-right: 8px; }
  .h-call-text {
    color: #545454;
    font-size: 14px;
    font-weight: 600; }
  .h-call-number {
    color: #000;
    font-size: 16px;
    font-weight: 700; }

.home .h-call-text,
.home .h-call-number {
  color: #fff; }

.top_header {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .top_header .logo {
    top: 68px; }
  .top_header .h-call .icon-wrap {
    background-color: #A1AB2A;
    color: #fff; }
  .top_header .h-call-text, .top_header .h-call-number {
    color: #000; }

@media (max-width: 991.98px) {
  .home .header i {
    color: #fff; }

  .top_header {
    height: 90px; }
    .top_header i {
      color: #000 !important; } }
.home .banner {
  background: url("../images/banner.jpg");
  background-size: cover;
  height: 100vh; }
  .home .banner .title {
    margin-top: 0; }
.home .banner-content .content {
  color: #C4C4C4; }
.home .title-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute; }

.banner {
  background-size: cover !important;
  background-position: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .banner .title {
    margin-top: 80px; }

.contact-banner {
  background: url("../images/bg.jpg"); }

@media (max-width: 991.98px) {
  .home .banner {
    height: 80vh; }
  .home .banner-text {
    font-size: 18px; }
  .home .banner-title {
    font-size: 32px; }

  .banner {
    min-height: 300px;
    background-position: center; }
    .banner-content-wrap {
      width: 100%;
      left: 0; }

  .banner-content-text {
    font-size: 16px;
    padding: 16px;
    width: 100%; } }
.footer {
  background-color: #F2F2F2;
  color: #fff;
  padding: 100px 0 40px 0;
  position: relative; }
  .footer::before, .footer::after {
    content: "";
    position: absolute;
    background: url("../images/footer-left.jpg");
    background-size: cover;
    left: 0;
    width: 35%;
    height: 100%;
    top: 0;
    z-index: 0; }
  .footer:after {
    background: url("../images/footer-right.jpg");
    background-size: cover;
    width: 65%;
    right: 0;
    left: auto; }
  .footer-head {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px; }
  .footer-content {
    position: relative;
    z-index: 1; }
  .footer-item {
    width: 33.333%; }
  .footer-nav {
    display: flex;
    flex-wrap: wrap; }
  .footer-link {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px; }
  .footer-logo {
    width: auto;
    height: 60px; }
  .footer ul {
    list-style-type: none;
    margin-bottom: 0; }
  .footer .dyi-link {
    font-weight: 600; }
  .footer .copyrights-text {
    font-size: 14px; }
  .footer .social-links {
    color: #3B4790;
    font-size: 24px; }
  .footer .social-links {
    display: flex; }
    .footer .social-links .img-wrap {
      background-color: #fff;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px; }
      .footer .social-links .img-wrap img {
        height: 24px; }

.copyrights-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 32px; }

.e-verify-logo {
  background-color: #fff;
  width: auto;
  height: 50px; }

.wb-logo {
  height: 75px;
  border-radius: 10px; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    text-align: center;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }

  .footer-logo {
    width: auto;
    height: 70px; }

  .footer-list {
    flex-direction: column; }
    .footer-list li {
      margin-bottom: 16px; }

  .footer-left {
    padding-bottom: 100px; }

  .footer .social-links {
    margin-bottom: 24px; }

  .footer-details {
    flex-direction: column; }

  .footer::before {
    width: 100%;
    height: 45%; }

  .footer::after {
    width: 100%;
    height: 55%;
    bottom: 0;
    top: auto; }

  .footer-heade-1 {
    margin-bottom: 4px; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  margin-bottom: 80px; }

.bg-light {
  background-color: #fbfbfe !important; }

.relative {
  position: relative; }

.shape {
  display: block;
  width: 50px;
  height: 6px;
  background-color: #3B4790;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #3B4790;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 2px; }

.footer .line,
.footer .shape {
  background-color: #fff; }

.text-underline {
  text-decoration: underline; }

.btlr {
  border-top-left-radius: 10px; }

.btrr {
  border-top-right-radius: 10px; }

.bblr {
  border-bottom-left-radius: 10px; }

.bbrr {
  border-bottom-right-radius: 10px; }

.font-weight-medium {
  font-weight: 600; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; }

  .flex-m-column {
    flex-direction: column; } }

/*# sourceMappingURL=global.css.map */
