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: 54px;
  font-weight: 600; }

.title-bottom {
  color: #fcfcfc;
  font-size: 24px; }

.secondary-title {
  font-size: 20px;
  font-weight: 500;
  color: #000; }

.section-short-title {
  color: #2a2a2a;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 8px; }

.section-title {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 600;
  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: #fff;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative; }
  .header .navbar-expand-lg .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    transition: width 0.4s ease; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff;
    position: relative; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      position: absolute;
      width: calc(100% - 40px);
      height: 3px;
      background-color: #fff;
      left: 20px;
      bottom: 0; }
  .header .navbar-expand-lg .navbar-nav .nav-link .icon {
    transform: rotate(90deg);
    display: inline-block; }

.header .navbar-expand-lg .navbar-nav .nav-link:hover .nav-link:before {
  width: 100%; }

.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:after {
    content: "";
    position: absolute;
    width: 0;
    transition: width 0.3s ease; }
  .top_header .navbar-expand-lg .navbar-nav .nav-link:hover, .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #016CF0;
    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: #016CF0;
      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 {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #016CF0;
  list-style: none;
  position: absolute;
  background: #ededed;
  padding: 0;
  left: -15px;
  z-index: 5;
  min-width: 350px;
  top: 35px; }
  .header .sub-menu .nav-link {
    padding: 12px 8px !important;
    color: #1a1a1a !important; }
    .header .sub-menu .nav-link:hover {
      color: #016CF0 !important; }
      .header .sub-menu .nav-link:hover::after {
        background-color: #016CF0 !important; }
    .header .sub-menu .nav-link:after {
      width: 100% !important;
      left: 0 !important;
      background-color: #016CF0; }

.menu-item-dropdown:hover .sub-menu {
  display: block; }

.header-contact-menu a {
  background-color: #016CF0;
  color: #fff !important;
  border: 1px solid transparent; }
  .header-contact-menu a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important; }
  .header-contact-menu a:after {
    display: none; }

.dropdown:hover .dropdown-menu {
  display: block !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: #2a2a2a; }
.navbar-collapse {
        background-color: #016CF0;
    }
	    .close-btn {
        display: none;
    }
  .navbar-nav {
        margin-top: 0;
    padding: 40px;
	padding-left: 40px !important;}

  .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;
    background-color: #72b2ff4f;
    border-radius: 50%; }
    .close-btn .close-icon {
      font-size: 12px; }

  .top_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }
    .top_header .navbar-expand-lg .navbar-nav .nav-link.active {
      color: #2a2a2a; }

  .top_header .h-call-text,
  .top_header .h-call-number {
    color: #fff !important; }

  .h-call {
    margin-top: 32px; } }
.btn {
  border-radius: 0 !important; }

.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: #2a2a2a;
    color: #fff; }
  .top_header .h-call-text, .top_header .h-call-number {
    color: #000; }

@media (max-width: 991.98px) {
  .header i {
    color: #fff; }

  .top_header {
    height: 90px; }
    .top_header i {
      color: #000 !important; } }
.home .banner {
  background: url("../images/banner.jpg");
  background-size: cover;
  min-height: 650px; }
  .home .banner .title {
    margin-top: 0; }
.home .banner-content .content {
  color: #C4C4C4; }
.home .banner-content i {
  font-size: 12px;
  margin-left: 12px; }
.home .title-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: #323b8e78;
  position: absolute;
  z-index: 0; }

.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;
    position: relative;
    color: #fff; }

.contact-banner {
  background: url("../images/banner.jpg"); }

.company-name {
  color: #355c7d;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: type 2s steps(40, end) forwards; }

@keyframes type {
  0% {
    width: 0; }
  1%,
    99% {
    border-right: none; }
  100% {
    border-right: none; } }
@keyframes blink {
  50% {
    border-color: transparent; } }
@media (max-width: 991.98px) {
  .home .banner {
    height: 75vh;
    min-height: auto; }
  .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 .title {
      text-align: center; }

  .banner-content-text {
    font-size: 16px;
    padding: 16px;
    width: 100%; } }
.footer {
  background: url("../images/footer-bg.gif");
  color: #fff;
  padding: 100px 0 40px 0;
  position: relative; }
  .footer::after {
    content: "";
    position: absolute;
    background: #016cf0f5;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0; }
  .footer-head {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: left; }
  .footer-content {
    position: relative;
    z-index: 1; }
  .footer-nav {
    display: flex;
    flex-wrap: wrap; }
  .footer-link {
    color: #fff;
    display: flex;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all 0.3s ease; }
    .footer-link i {
      margin-right: 4px;
      margin-top: 4px;
      transition: all 0.3s ease; }
    .footer-link:hover {
      text-decoration: none;
      color: #fff; }
      .footer-link:hover i {
        margin-right: 8px; }
  .footer-logo {
    width: auto;
    height: 80px; }
  .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: #016CF0;
    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: 40px; }

  .footer .social-links {
    margin-bottom: 24px; }

  .footer-details {
    flex-direction: column; }

  .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: #016CF0;
  margin: auto;
  border-radius: 4px; }

.line {
  width: 70px;
  height: 2px;
  background-color: #016CF0;
  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: 40px 0; }

  .flex-m-column {
    flex-direction: column; } }

/*# sourceMappingURL=global.css.map */
