a:hover {
  text-decoration: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

::-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 80px; }

ul {
  padding-inline-start: 0;
  list-style: none; }

p {
  font-size: 15px; }

@media (max-width: 1199.98px) {
  body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 15px; } }
.title {
  color: #5A4999;
  font-size: 48px;
  font-weight: 700; }

.title-bottom {
  color: #2a2a2a;
  font-size: 20px; }

.section-title {
  color: #2a2a2a;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
  position: relative;
  z-index: 1; }

.short-title {
  color: #5A4999;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px; }

.secondary-title {
  color: #AFC836;
  font-size: 20px;
  font-weight: 600; }

.section-secondary-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #5A4999;
  margin-bottom: 0; }

.heading {
  margin-bottom: 60px; }

.ecg-icon {
  color: #5A4999;
  font-size: 40px; }

@media only screen and (max-width: 1366px) {
  .title {
    font-size: 40px; }

  .title-bottom {
    font-size: 18px; } }
@media (max-width: 991.98px) {
  .title {
    font-size: 32px;
    font-weight: 600; }

  .section-title {
    font-size: 24px; }

  .section-secondary-title {
    font-size: 20px; }

  .title-group {
    margin-bottom: 24px; } }
.logo {
  width: auto;
  height: 50px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #343847;
  font-weight: 600;
  padding: 6px 16px;
  text-transform: uppercase; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    background-color: #5A4999;
    color: #fff;
    position: relative; }
  .header .navbar-expand-lg .navbar-nav .nav-link .icon {
    transform: rotate(0deg);
    font-size: 12px;
    font-weight: 600;
    margin-left: 6px; }

.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: #fff;
    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: #5A4999;
      left: 20px;
      bottom: 0; }

.navbar-toggler:focus {
  outline: 0; }

.dropdown-toggle::after {
  display: none !important; }

.header .sub-menu {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 4px solid #5A4999;
  list-style: none;
  position: absolute;
  background: #fff;
  padding: 0;
  left: -15px;
  z-index: 5;
  min-width: 350px;
  top: 48px; }
  .header .sub-menu .nav-link {
    padding: 12px 8px !important; }
    .header .sub-menu .nav-link:after {
      width: 100% !important;
      left: 0 !important; }

.dropdown .icon {
  display: inline-block;
  transform: rotate(270deg);
  transition: all 0.4s ease; }

.dropdown.show .icon {
  transform: rotate(90deg); }

.top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
  color: #2a2a2a; }
  .top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link:hover {
    color: #fff; }

.top_header .sub-menu {
  top: 57px; }

@media (max-width: 991.98px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }

  .header {
    flex-direction: column;
    padding: 8px 0; }
    .header .navbar {
      padding: 12px 0; }
    .header .navbar-brand {
      margin-right: 0;
      padding: 0; }
    .header .navbar-toggler {
      margin-left: initial; }
    .header .nav-item {
      position: relative; }
      .header .nav-item .card {
        background-color: transparent;
        border: none; }
        .header .nav-item .card-header {
          border: none;
          padding: 0; }
        .header .nav-item .card-body {
          padding: 0; }
      .header .nav-item .btn-link {
        font-size: 14px;
        width: 100%;
        display: flex; }
        .header .nav-item .btn-link:hover {
          color: #fff;
          text-decoration: none; }
        .header .nav-item .btn-link .nav-link {
          padding: 8px 16px; }
      .header .nav-item .nav-link {
        align-items: center;
        display: flex;
        font-size: 14px;
        padding: 12px 8px !important;
        font-weight: 500 !important;
        border-bottom: 1px solid #ffffff33;
        color: #ffffffb3; }
        .header .nav-item .nav-link .icon {
          color: #bcc0be;
          font-size: 14px;
          display: block; }
      .header .nav-item .nav-link.active {
        color: #fff; }

  .line-menu {
    background-color: #fff; }

  .top_header .line-menu {
    background-color: #0e2349; }

  .header.tiny .nav-link-text .bottom-line,
  .nav-link .nav-link-text .bottom-line {
    background-color: #fff; }

  .right-social .icon-link {
    margin-bottom: 20px; }

  .navbar {
    margin-left: auto; }

  .navbar-toggler {
    padding: 0;
    margin-left: auto; }
    .navbar-toggler:focus {
      outline: none; }
    .navbar-toggler-icon {
      color: #fff;
      font-size: 1rem;
      position: relative;
      z-index: 100;
      width: auto;
      height: auto; }

  .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: #5A4999;
    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; }

  .right-menu {
    display: none; }

  .dropdown-menu {
    left: auto;
    right: 0; }

  .close-btn {
    width: 28px;
    height: 28px;
    border: none; }

  .close-icon {
    font-size: 12px;
    display: block; }

  .menu-1 {
    padding: 15px 8px; }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: transparent; }

  .card .card-body .nav-link {
    padding: 12px 16px; }

  .menu-1[aria-expanded="true"] .icon-pluss {
    transform: rotate(45deg); }

  .logo {
    height: 45px; }

  .top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link,
  .navbar-expand-lg .navbar-nav .sub-menu .nav-link {
    color: #2a2a2a; }
    .top_header .navbar-expand-lg .navbar-nav .sub-menu .nav-link:hover,
    .navbar-expand-lg .navbar-nav .sub-menu .nav-link:hover {
      color: #fff; } }
.contact-details .form-group {
  margin-bottom: 24px; }
  .contact-details .form-group .form-control {
    background-color: #EFF0F2;
    border-color: transparent;
    padding: 12px 16px; }
.contact-details .form-head {
  background-color: #5A4999;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  padding: 24px 40px;
  margin-bottom: 0;
  text-transform: uppercase; }
.contact-details label {
  color: #333;
  font-weight: 500;
  text-transform: uppercase; }
.contact-details .form-details {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 40px; }
.contact-details .msg-box {
  min-height: 100px; }
.contact-details .visit-title {
  padding-top: 100px; }
.contact-details textarea.form-control {
  resize: none; }
.contact-details .icon-wrap {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  margin-right: 8px; }
  .contact-details .icon-wrap .icon {
    margin-left: 0;
    font-size: 14px; }
.contact-details .address {
  width: 90%;
  font-weight: 600; }
.contact-details .contact-details {
  font-weight: 500; }
  .contact-details .contact-details .icon,
  .contact-details .contact-details .email-icon {
    color: #5A4999; }
  .contact-details .contact-details .email-icon {
    font-size: 14px; }
@media (max-width: 991.98px) {
  .contact-details .form-details {
    padding: 24px; }
  .contact-details .form-head {
    font-size: 20px;
    padding: 16px 32px; } }

.btn {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 2px; }

.btn-primary {
  transition: all 0.3s ease-in; }
  .btn-primary:hover {
    background-color: transparent;
    color: #5A4999;
    border: 2px solid #5A4999; }

.custom-btn {
  font-size: 18px;
  color: #5A4999;
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 0;
  transition: all 0.5s; }
  .custom-btn:before {
    content: "";
    background-color: #AFC836;
    position: absolute;
    left: -24px;
    top: -10px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    z-index: -1;
    transition: all 0.2s; }
  .custom-btn:hover {
    color: #fff; }
    .custom-btn:hover:before {
      width: calc(100% + 48px);
      border-radius: 25px; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.header {
  background: #fff;
  padding: 8px 0;
  position: relative;
  width: 100%;
  z-index: 2;
  top: 0; }

.top-header {
  padding: 8px;
  border-bottom: 1px solid #c5c5c578; }
  .top-header-contact {
    display: flex;
    justify-content: end;
    align-items: center; }
    .top-header-contact-details {
      padding-left: 48px; }
  .top-header .icon {
    margin-right: 8px; }
  .top-header-mobile {
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center; }
    .top-header-mobile:hover {
      color: #fafafa; }
  .top-header-btn {
    background-color: #fff;
    color: #5A4999; }
    .top-header-btn:hover {
      color: #fff;
      background-color: transparent;
      border-color: #fff; }
  .top-header-outline-btn {
    border-color: #fff; }
    .top-header-outline-btn:hover {
      background-color: #fff;
      color: #5A4999; }
  .top-header-btn, .top-header-outline-btn {
    font-size: 14px;
    font-weight: 600; }

.top_header {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 8px; }
  .top_header .logo-color {
    display: block; }
  .top_header .top-header {
    display: none; }
  .top_header .navbar-nav {
    margin: initial;
    margin-left: auto; }

.h-call {
  display: flex;
  margin-left: 16px; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5A4999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .h-call-text {
    color: #545454;
    font-size: 14px;
    font-weight: 600; }
  .h-call-number {
    color: #000;
    font-size: 16px;
    font-weight: 700; }
  .h-call:hover {
    text-decoration: none; }
    .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

@media (max-width: 991.98px) {
  .header {
    background-color: #fff; }
    .header .logo-color {
      display: block; }

  .top-header {
    display: none; } }
.footer {
  background-color: #F2F2F2;
  color: #fff;
  padding: 60px 0 40px 0;
  position: relative;
  color: #000; }
  .footer-text {
    color: #fff;
    font-size: 14px; }
  .footer::before, .footer::after {
    content: "";
    position: absolute;
    background: url("../images/footer-left.svg");
    background-size: cover;
    left: 0;
    width: 35%;
    height: 100%;
    top: 0;
    z-index: 0; }
  .footer:after {
    background: url("../images/footer-right.svg");
    background-size: cover;
    width: 65%;
    right: 0;
    left: auto; }
  .footer-head {
    font-size: 18px;
    color: #5A4999;
    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: #000;
    font-weight: 600;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px; }
    .footer-link:hover {
      color: #5A4999; }
  .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: #5A4999;
    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; }

.direction-btn {
  font-size: 14px;
  color: #5A4999;
  font-weight: 600;
  margin-top: 12px;
  display: inline-block; }
  .direction-btn i {
    font-size: 10px;
    display: inline-block;
    transform: rotate(183deg); }
  .direction-btn:hover {
    opacity: 0.9;
    color: initial; }

@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: 50%; }

  .footer::after {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto; }

  .footer-heade-1 {
    margin-bottom: 4px; } }
.section-space {
  padding: 100px 0; }

.section-bottom-space {
  padding-bottom: 80px; }

.relative {
  position: relative; }

.mb-60 {
  margin-bottom: 60px; }

.text-underline {
  text-decoration: underline; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 60px 0; } }

/*# sourceMappingURL=global.css.map */
