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; }

@media (max-width: 1199.98px) {
  body {
    font-size: 15px; }

  .container-fluid {
    padding: 0 24px; } }
.title {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-align: center; }

.section-title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.3;
  position: relative;
  z-index: 1; }
  .section-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ED7117;
    left: 0;
    bottom: -8px; }
  .section-title.text-center:after {
    content: "";
    position: absolute;
    background-color: #ED7117;
    left: calc(50% - 25px); }

.title-bottom {
  color: #fafafa;
  font-size: 18px;
  font-weight: 500; }

.section--title:after {
  margin: auto;
  right: 0; }

.section-title-bottom {
  margin-bottom: 32px; }

.short-title {
  color: #ED7117;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px; }

.secondary-title {
  color: #000;
  font-size: 22px;
  font-weight: 600; }

.section-secondary-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #030F27;
  margin-bottom: 0; }

.heading {
  margin-bottom: 60px; }

@media (max-width: 991.98px) {
  .title {
    font-size: 24px;
    font-weight: 600; }

  .section-title {
    font-size: 24px; }

  .section-secondary-title {
    font-size: 20px; }

  .title-group {
    margin-bottom: 24px; }

  .secondary-title {
    font-size: 18px; } }
.logo {
  width: auto;
  height: 80px;
  background-color: #fff;
  padding: 8px; }

.header-link,
.header-text {
  font-weight: 600; }

.about-nav-img {
  height: 32px; }

.header .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  line-height: 1; }
  .header .navbar-expand-lg .navbar-nav .nav-link:hover, .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ED7117;
    position: relative; }
    .header .navbar-expand-lg .navbar-nav .nav-link:hover:after, .header .navbar-expand-lg .navbar-nav .nav-link.active:after {
      content: "";
      background-color: #ED7117;
      position: absolute;
      width: calc(100% - 40px);
      height: 2px;
      bottom: -4px;
      left: 20px; }

.header .about-nav-img:hover .about-nav-img-path {
  fill: #ED7117; }
.header .about-nav-img:hover .about-nav-img-stroke {
  stroke: #ED7117; }

.top_header .about-nav-img .about-nav-img-path {
  fill: #2a2a2a; }
.top_header .about-nav-img .about-nav-img-stroke {
  stroke: #2a2a2a; }

.dropdown-menu {
  padding: 24px 0 16px 0;
  width: calc(100% + 160px);
  left: -80px;
  border-radius: 0;
  width: max-content; }

.about-dropdown-menu {
  padding: 12px;
  width: 100%;
  min-width: fit-content; }
  .about-dropdown-menu .dropdown-item {
    margin-bottom: 8px; }

.dropdown-item {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500; }
  .dropdown-item img {
    width: auto;
    max-width: 60px;
    max-height: 60px;
    margin-right: 12px; }

.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: #ED7117;
    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: #ED7117;
      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 #ED7117;
  list-style: none;
  position: absolute;
  background: #616161;
  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: #fff; }

.top_header .sub-menu {
  top: 57px; }

.navbar {
  justify-content: start; }

.mobile-home-btn {
  margin-left: auto !important;
  margin-right: 24px; }

@media (max-width: 991.98px) {
  .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; }
    .header .icon-menu11 {
      color: #fff; }

  .top_header .icon-menu11 {
    color: #000; }

  .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: #ED7117;
    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; }

  .header .navbar-expand-lg .navbar-nav .nav-link:hover,
  .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #000; }

  .top_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff; }

  .top_header .about-nav-img .about-nav-img-path {
    fill: #fff; }

  .top_header .about-nav-img .about-nav-img-stroke {
    stroke: #fff; }

  .header .navbar-expand-lg .navbar-nav .nav-link:hover,
  .header .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff; }

  .p-static .dropdown-toggle {
    padding-left: 20px !important; }

  .header .about-nav-img:hover .about-nav-img-path {
    fill: #fff; }

  .header .about-nav-img:hover .about-nav-img-stroke {
    stroke: #fff; } }
.contact-form {
  position: relative;
  top: -100px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px #0000002d;
  border-radius: 10px; }
  .contact-form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #7A838B;
    padding: 0;
    transition: all .3s ease;
    line-height: 1;
    font-weight: 500;
    color: #2a2a2a; }
    .contact-form .form-control:focus {
      box-shadow: none;
      border-color: #ED7117; }
  .contact-form label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px; }
  .contact-form .form-group {
    margin-bottom: 40px; }

.btn {
  border-radius: 0;
  border: 2px solid transparent; }

.btn-primary {
  transition: all 0.3s ease-in; }

.btn-outline-primary:hover {
  color: #fff; }

.cus-btn {
  display: inline-flex;
  align-items: center; }
  .cus-btn i {
    font-size: 14px;
    margin-left: 8px; }

.btn-light {
  background-color: #FFF5E4;
  color: #ED7117;
  border-color: transparent; }
  .btn-light:hover, .btn-light:focus, .btn-light:active {
    background-color: #ED7117 !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 0.2rem rgba(246, 117, 69, 0.5) !important; }

@media (max-width: 991.98px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px; } }
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 16px 0; }

.header .logo-brand:hover .logo-1 {
  display: none; }
.header .logo-brand:hover .logo-2 {
  display: block; }

.h-call {
  display: flex;
  margin-left: 16px;
  align-items: center; }
  .h-call .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ED7117;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .h-call-text {
    color: #555;
    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; }

.ab-pages .h-call {
  display: flex;
  margin-left: 16px; }
  .ab-pages .h-call .icon-wrap {
    background-color: #ED7117;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
    transition: all 0.3s ease; }
  .ab-pages .h-call-text {
    color: #adadad; }
  .ab-pages .h-call-number {
    color: #fff; }
  .ab-pages .h-call:hover {
    text-decoration: none; }
    .ab-pages .h-call:hover .icon-wrap {
      box-shadow: 0 0 6px 6px #c197545c; }

.header.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; }
  .header.top_header .logo {
    height: 50px;
    padding: 0; }
  .header.top_header .h-call .icon-wrap {
    background-color: #030F27;
    color: #fff; }
  .header.top_header .h-call-text, .header.top_header .h-call-number {
    color: #000; }

@media (max-width: 991.98px) {
  .header {
    padding: 12px 0; }
    .header .logo-h {
      display: none; }
    .header .logo-2 {
      display: block; }

  .header.top_header .logo {
    height: 45px !important; } }
.footer {
  background: #232323;
  color: #fff;
  padding: 100px 0 20px 0;
  position: relative; }
  .footer-link-wrap {
    display: flex; }
    .footer-link-wrap ul {
      width: 50%; }
  .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: #ffffffba;
    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: #ffffff99;
    font-size: 20px; }
    .footer .social-links i {
      margin-left: 12px; }
    .footer .social-links:hover {
      color: #fff; }
  .footer hr {
    border-color: #ffffff26; }

.call-footer:hover {
  color: inherit;
  opacity: 0.7; }

.copyrights-text {
  color: #ffffff99;
  font-size: 14px; }

.footer-bottom-link {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-bottom-link a {
    color: #ffffff99;
    margin-bottom: 0; }

.broucher-link {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1; }

.brouchure-btn {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  padding: 32px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  z-index: 99;
  background-color: #ED7117;
  color: #fff; }

@media (max-width: 991.98px) {
  .footer {
    padding: 40px 0;
    font-size: 14px; }
    .footer-link {
      margin-bottom: 8px; }
    .footer .social-links {
      justify-content: center;
      margin-bottom: 60px; }
    .footer img {
      height: 65px; }

  .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; }

  .brouchure-btn {
    padding: 18px 8px;
    font-size: 14px; } }
.sliding {
  position: relative;
  height: 85vh;
  overflow: hidden;
  background: url("../images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .sliding .sliding-content {
    margin-top: 250px;
    color: #fff;
    font-size: 20px; }
    .sliding .sliding-content h2 {
      color: #FFF;
      font-size: 54px;
      font-weight: 700; }
  .sliding img {
    margin-left: auto; }

.banner {
  background: url("../images/innerpage-banner.jpg");
  background-color: #031028;
  min-height: 350px;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative; }
  .banner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #031028b6;
    z-index: 0; }
  .banner .title {
    position: relative;
    margin-top: 40px;
    font-size: 40px;
    color: #fff; }

.sliding-content .img-wrap {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 991.98px) {
  .banner {
    background-position: center !important;
    min-height: 450px;
    text-align: center; }
    .banner .title {
      margin-bottom: 32px; }

  .sliding {
    height: 50vh;
    text-align: center; }
    .sliding .sliding-content {
      margin-top: 100px; }

  .slick-slide img {
    max-height: 250px;
    width: auto;
    margin-top: 50px !important; }

  .sliding .sliding-content h2 {
    font-size: 24px; }

  .sliding .sliding-content {
    top: calc(50% - 40px); }

  .banner img {
    max-height: 250px; } }
.section-space {
  padding: 80px 0; }

.section-bottom-space {
  padding-bottom: 80px; }

.bg-light {
  background-color: #FAFAFA !important; }

.relative {
  position: relative; }

.mb-60 {
  margin-bottom: 60px; }

.text-underline {
  text-decoration: underline; }

.pad-1 {
  padding: 0 3px; }

.bg-light-1 {
  background-color: #F8F9FD; }

.bt-0 {
  border-top: 0; }

.bb-0 {
  border-bottom: 0; }

.bl-0 {
  border-left: 0; }

.br-0 {
  border-right: 0; }

.p-static {
  position: static; }

@media (max-width: 991.98px) {
  .section-space {
    padding: 40px 0; }

  .section-bottom-space {
    padding-bottom: 40px; } }

/*# sourceMappingURL=global.css.map */
