/*--------------------------------------------------------------
  # Header 
  --------------------------------------------------------------*/
  .header {
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: transparent;
  }
  
  #topbar {
    background: transparent;
    padding: 10px 0;
    font-size: 14px;
  }
  
  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }
  
  #topbar .contact-info i a,
  #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }
  
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
  }
  
  #topbar .contact-info i a:hover {
    color: #fff;
  }
  
  #topbar .social-links a {
    color: #fff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
  }
  
  #topbar .social-links a:hover {
    color: white;
  }
  
  /* .fixed-top {
      position: sticky !important;
    } */
  
  /* .bi {
      color: #fff !important;
    } */
  
  .swiper-button-next:after {
    font-size: x-large;
  }
  
  .swiper-button-prev:after {
    font-size: x-large;
  }
  
  .header.sticked {
    background: var(--color-white);
    box-shadow: 0px 2px 20px rgba(var(--color-secondary-rgb), 0.1);
  }
  
  .header.sticked .navbar {
    background: #fff;
  }
  
  .header.sticked .navbar li a {
    color: #000 !important;
  }
  
  .header.sticked .mobile-nav-toggle {
    color: #000 !important;
  }
  
  .header.sticked .navbar li a:hover {
    color: #000 !important;
  }
  
  .header.sticked #topbar .contact-info i a {
    color: #000 !important;
  }
  
  .header.sticked #topbar .contact-info i {
    color: #000 !important;
  }
  
  .header .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .header .logo h1 {
    font-size: 32px;
    font-weight: 300;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
  }
  
  .header .logo h1 span {
    color: var(--color-primary);
    font-weight: 500;
  }
  
  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    font-size: 14px;
    color: var(--color-white);
    background: #0047BB;
    padding: 8px 14px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-secondary);
    text-transform: uppercase;
  }
  
  .header .btn-getstarted:hover,
  .header .btn-getstarted:focus:hover {
    color: var(--color-white);
    background: #0047BB;
  }
  
  @media (max-width: 1279px) {
  
    .header .btn-getstarted,
    .header .btn-getstarted:focus {
      margin-right: 50px;
    }
  }
  
  /*--------------------------------------------------------------
      # Desktop Navigation 
      --------------------------------------------------------------*/
  @media (min-width: 1280px) {
    .navbar {
      padding: 0;
      position: relative;
    }
  
    .navbar {
      background: rgb(0, 0, 0, 0.37);
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar>ul>li {
      white-space: nowrap;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 14px;
      font-family: var(--font-secondary);
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
      text-transform: uppercase;
    }
  
    .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: 0;
      left: 0;
      background-color: var(--color-primary);
      visibility: hidden;
      transition: all 0.3s ease-in-out 0s;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s;
    }
  
    /* 
        .navbar a:hover:before,
        .navbar li:hover>a:before,
        .navbar .active:before {
            visibility: visible;
            transform: scaleX(0.7);
        } */
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #0047BB;
    }
  
    .navbar .dropdown a:hover:before,
    .navbar .dropdown:hover>a:before,
    .navbar .dropdown .active:before {
      visibility: hidden;
    }
  
    .navbar .dropdown a:hover,
    .navbar .dropdown .active,
    .navbar .dropdown .active:focus,
    .navbar .dropdown:hover>a {
      color: #fff;
      background: #0047BB;
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      margin: 0;
      padding: 0 0 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      transition: 0.3s;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 14px !important;
      text-transform: none;
      font-weight: 400;
      color: #000;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: var(--color-white);
      background: #0047BB;
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      visibility: visible;
    }
  
    .navbar .megamenu {
      position: static;
    }
  
    .navbar .megamenu ul {
      right: 0;
      padding: 10px;
      display: flex;
    }
  
    .navbar .megamenu ul li {
      flex: 1;
    }
  
    .navbar .megamenu ul li a,
    .navbar .megamenu ul li:hover>a {
      color: #000;
      background: none;
    }
  
    .navbar .megamenu ul li a:hover,
    .navbar .megamenu ul li .active,
    .navbar .megamenu ul li .active:hover {
      color: #fff;
      background: #0047BB;
    }
  
    .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%;
    }
  
    .header .logo img {
      max-height: 65px;
      margin-right: 6px;
    }
  }
  
  /*--------------------------------------------------------------
      # Mobile Navigation
      --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      position: fixed;
      top: 0;
      left: -100%;
      width: calc(100% - 70px);
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
    }
  
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 10px 0;
      margin: 0;
      background: #fff;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      font-size: 14px;
      font-weight: 500;
      color: #000;
      white-space: nowrap;
      transition: 0.3s;
      text-transform: uppercase !important;
    }
  
    .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;
      background: #0047BB;
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-toggle {
      display: block !important;
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      top: 20px;
      z-index: 9999;
      right: 20px;
    }
  
    .mobile-nav-toggle.bi-x {
      color: var(--color-white);
    }
  
    .mobile-nav-active {
      overflow: hidden;
      z-index: 9995;
      position: relative;
    }
  
    .mobile-nav-active .navbar {
      left: 0;
    }
  
    .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(var(--color-secondary-rgb), 0.8);
      z-index: 9996;
    }
  }
  
  a {
    text-decoration: none !important;
  }
  
  a:hover {
    text-decoration: none !important;
    color: #0047BB;
  }
  
  /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ .footer {
    color: var(--color-white);
    font-size: 14px;
  }
  
  .footer .footer-content {
    background: #0E0E0E;
    padding: 60px 0 30px 0 !important;
  }
  
  .footer .footer-content .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .footer .footer-content .footer-info h3 span {
    color: var(--color-primary);
  }
  
  .footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-white);
  }
  
  .footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  
  .footer .footer-content h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #0047BB;
    bottom: 0;
    left: 0;
  }
  
  .footer .footer-content .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-content .footer-links ul i {
    padding-right: 2px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 1;
  }
  
  .footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-content .footer-links ul a {
    color: rgba(var(--color-white-rgb));
    transition: 0.3s;
    display: inline-block;
    line-height: 1.5;
  }
  
  .footer .footer-content .footer-links ul a:hover {
    color: #0047BB;
  }
  
  .footer .footer-content .footer-newsletter form {
    margin-top: 30px;
    background: var(--color-white);
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  .footer .footer-content .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  .footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
    outline: none;
  }
  
  .footer .footer-content .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--color-primary);
    color: var(--color-white);
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  .footer .footer-content .footer-newsletter form input[type=submit]:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
  }
  
  .footer .footer-legal {
    padding: 30px 0;
    background: #000;
  }
  
  .footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: var(--color-white);
  }
  
  .footer .footer-legal .credits a {
    color: var(--color-primary-light);
  }
  
  /*.footer .footer-legal .social-links a {*/
  /*  font-size: 18px;*/
  /*  display: inline-block;*/
  /*  background: rgba(var(--color-white-rgb), 0.1);*/
  /*  color: var(--color-white);*/
  /*  line-height: 1;*/
  /*  padding: 8px 0;*/
  /*  margin-right: 4px;*/
  /*  border-radius: 4px;*/
  /*  text-align: center;*/
  /*  width: 36px;*/
  /*  height: 36px;*/
  /*  transition: 0.3s;*/
  /*}*/
  
  /*.footer .footer-legal .social-links a:hover {*/
  /*  background: #0047BB;*/
  /*  text-decoration: none;*/
  /*}*/
  
  .social-links-footer a {
    font-size: 18px;
    display: inline-block;
    background: rgba(var(--color-white-rgb), 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  .social-links-footer a:hover {
    background: #0047BB;
    text-decoration: none;
  }
  
  /* ======= Slider Starts ======= */
  
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
  }
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swipe-h1 {
    position: absolute;
    top: 50%;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .swiper-button-next {
    color: #0047BB !important;
    background: white;
    border-radius: 50%;
    padding: 20px;
  }
  
  .swiper-button-prev {
    color: #0047BB !important;
    background: white;
    border-radius: 50%;
    padding: 20px;
  }
  
  .swiper-pagination-bullet-active {
    background: #0047BB !important;
  }
  
  .swiper-button-disabled {
    opacity: 1 !important;
  }
  
  .swiper-button-disabled {
    opacity: 1 !important;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
  
  /* ======= Slider Ends ======= */
  
  /*--------------------------------------------------------------
    # About Section
    --------------------------------------------------------------*/
  .about .about-img {
    position: relative;
    margin: 60px 0 0 60px;
  }
  
  .about .about-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    z-index: -1;
    content: "";
    background: url("../img/about-bg.png") top left;
    background-repeat: no-repeat;
  }
  
  .row-middle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 575px) {
    .about .about-img {
      margin: 30px 0 0 30px;
    }
  
    .about .about-img:before {
      inset: -30px 0 0 -30px;
    }
  
    .column-reverse {
      flex-direction: column-reverse !important;
    }
  }
  
  .about h1 {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  @media (max-width: 768px) {
    .about h1 {
      font-size: 28px;
    }
  }
  
  .about .nav-pills {
    border-bottom: 1px solid rgba(var(--color-secondary-rgb), 0.2);
  }
  
  .about .nav-pills li+li {
    margin-left: 40px;
  }
  
  .about .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-secondary);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
    font-family: var(--font-secondary);
  }
  
  .about .nav-link.active {
    color: var(--color-primary);
    background: none;
    border-bottom: 3px solid var(--color-primary);
  }
  
  @media (max-width: 575px) {
    .about .nav-link {
      font-size: 16px;
    }
  }
  
  .about .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--color-secondary);
  }
  
  .about .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: var(--color-primary);
  }
  
  /*--------------------------------------------------------------
    # Clients Section
    --------------------------------------------------------------*/
  .clients {
    padding: 0 0 60px 0;
  }
  
  .clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
  }
  
  .clients .swiper-slide img:hover {
    filter: none;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
    # Call To Action Section
    --------------------------------------------------------------*/
  .cta {
    padding: 0;
    margin-bottom: 60px;
  }
  
  .cta .container {
    padding: 80px;
    background: rgba(var(--color-secondary-rgb), 0.1);
    border-radius: 15px;
  }
  
  @media (max-width: 992px) {
    .cta .container {
      padding: 60px;
    }
  }
  
  .cta .content h1 {
    color: var(--color-secondary);
    font-size: 48px;
    font-weight: 700;
  }
  
  .cta .content h1 em {
    font-style: normal;
    position: relative;
  }
  
  .cta .content h1 em:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 10px;
    background: rgba(var(--color-primary-rgb), 0.5);
    z-index: -1;
  }
  
  .cta .content p {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 18px;
  }
  
  .cta .content .cta-btn {
    color: var(--color-white);
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 16px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    background: #0047BB;
  }
  .content {
    background: none !important;
}
.onfocus .content h2 {
  font-weight: 700;
  font-size: 32px;
  color: #000;
}
.onfocus .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
  
  .cta-btn {
    color: var(--color-white);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 12px 16px !important;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 10px;
    background: #0047BB;
  }
  
  .cta .content .cta-btn:hover {
    background: #0047BB;
  }
  
  .cta-btn:hover {
    background: #0047BB;
    color: #fff;
  }
  
  .cta .img {
    position: relative;
  }
  
  .cta .img:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-white-rgb), 0.5);
    border-radius: 15px;
    transform: rotate(12deg);
  }
  
  .cta .img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-white-rgb), 0.9);
    border-radius: 15px;
    transform: rotate(6deg);
  }
  
  .cta .img img {
    position: relative;
    z-index: 3;
    border-radius: 15px;
  }
  
  /*--------------------------------------------------------------
    # On Focus Section
    --------------------------------------------------------------*/
  .onfocus {
    padding: 0;
  }
  
  .onfocus .video-play {
    min-height: 400px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/dudebg.jpg") center left;
    background-size: cover;
  }
  
  .onfocus .video-play:nth-child(2) {
    min-height: 400px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/z.webp") center center;
    background-size: cover;
  }
  
  .onfocus .video-playy {
    min-height: 400px;
    background: url("../img/girl-run-clothing-brand.webp") center center;
    background-size: cover;
  }
  
  .onfocus .video-playyy {
    min-height: 400px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/top.webp") center center;
    background-size: cover;
  }
  
  .onfocus .video-playyyy {
    min-height: 400px;
    background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/vendor.webp") center center;
    background-size: cover;
  }
  
  /* .onfocus .video-play:nth-child(3) {
      min-height: 400px;
      background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/brands.webp") center center;
      background-size: cover;
    } */
  
  .onfocus .content {
    background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
    background-size: cover;
    color: rgba(var(--color-white-rgb), 0.8);
    padding: 40px;
  }
  
  @media (min-width: 768px) {
    .onfocus .content {
      padding: 80px;
    }
  }
  
  .onfocus .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: var(--color-white);
  }
  
  .onfocus .content ul {
    list-style: none;
    padding: 0;
  }
  
  .onfocus .content ul li {
    padding-bottom: 10px;
  }
  
  .onfocus .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--color-primary);
  }
  
  .onfocus .content p:last-child {
    margin-bottom: 0;
  }
  
  .onfocus .content .read-more {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: -nline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: var(--color-primary);
  }
  
  .onfocus .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
  }
  
  .onfocus .content .read-more:hover {
    background: rgba(var(--color-primary-rgb), 0.9);
    padding-right: 19px;
  }
  
  .onfocus .content .read-more:hover i {
    margin-left: 10px;
  }
  
  .onfocus .play-btn {
    width: 94px;
    height: 94px;
    background: rgb(247, 108, 23, 0.7);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }
  
  .onfocus .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #0047BB;
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  .onfocus .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-white);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .onfocus .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-white);
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  
  .onfocus .play-btn:hover:after {
    border-left: 15px solid #0047BB;
    transform: scale(20);
  }
  
  @-webkit-keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  /*--------------------------------------------------------------
    # Services Section
    --------------------------------------------------------------*/
  .services .img {
    border-radius: 8px;
    overflow: hidden;
  }
  
  .services {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .services .img img {
    transition: 0.6s;
  }
  
  .services .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(var(--color-white-rgb), 0.9);
    text-align: center;
    border-radius: 8px;
    /* box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1); */
    padding-bottom: 20px !important;
  }
  
  .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: #0047BB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    /* position: absolute; */
    /* top: -36px; */
    left: calc(50% - 36px);
    border: 6px solid var(--color-white);
  }
  
  .icon-position {
    display: flex;
    justify-content: space-evenly !important;
  }
  
  .services .details h4 {
    color: #000;
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
  }
  
  .services .details h4:hover {
    color: #0047BB !important;
  }
  
  .services .details h4:focus {
    color: #0047BB !important;
  }
  
  .services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .services .service-item:hover .details h3 {
    color: #0047BB;
  }
  
  .services .service-item:hover .details .icon {
    background: var(--color-white);
    border: 2px solid #0047BB;
  }
  
  .services .service-item:hover .details .icon i {
    color: #0047BB;
  }
  
  .services .service-item:hover .img img {
    transform: scale(1.2);
  }
  
  /*--------------------------------------------------------------
    # F.A.Q Section
    --------------------------------------------------------------*/
  @media (max-width: 991px) {
    .faq {
      padding: 0;
    }
  }
  
  .faq .content h2 {
    font-weight: 400;
    font-size: 34px;
    color: var(--color-secondary);
  }
  
  .faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  
  .faq .content p {
    font-size: 15px;
    color: var(--color-gray);
  }
  
  .faq .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
  }
  
  .faq .accordion-item {
    border: 0;
    margin-top: 15px;
    box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
  }
  
  .faq .accordion-collapse {
    border: 0;
  }
  
  .faq .accordion-button {
    padding: 15px 40px 20px 60px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: var(--color-default);
    text-align: left;
    background: var(--color-white);
    box-shadow: none;
    border-radius: 5px;
  }
  
  .faq .accordion-button:not(.collapsed) {
    color: #0047BB;
    border-bottom: 0;
    box-shadow: none;
  }
  
  .faq .question-icon {
    position: absolute;
    top: 14px;
    left: 25px;
    font-size: 20px;
    color: #0047BB;
  }
  
  .faq .accordion-button:after {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--color-primary);
  }
  
  .faq .accordion-body {
    padding: 0 30px 25px 60px;
    border: 0;
    border-radius: 5px;
    background: var(--color-white);
    box-shadow: none;
  }
  
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  /*--------------------------------------------------------------
    # Contact Section
    --------------------------------------------------------------*/
  .contact .map {
    margin-bottom: 40px;
  }
  
  .contact .map iframe {
    border: 0;
    width: 100%;
    height: 400px;
  }
  
  .contact .info {
    padding: 40px;
    box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
    overflow: hidden;
  }
  
  .contact .info h3 {
    font-weight: 600;
    font-size: 24px;
  }
  
  .contact .info p {
    color: var(--color-secondary-light);
    margin-bottom: 30px;
    font-size: 15px;
  }
  
  .contact .info-item+.info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
  }
  
  .contact .info-item i {
    font-size: 24px;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
  }
  
  .contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary);
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-secondary-light);
  }
  
  .contact .php-email-form {
    width: 100%;
    background: var(--color-white);
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: var(--color-white);
    background: var(--color-red);
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: var(--color-white);
    background: var(--color-green);
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: var(--color-white);
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--color-green);
    border-top-color: var(--color-white);
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  a:hover {
    color: none !important;
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--color-secondary-light);
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email] {
    height: 48px;
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
    height: auto;
  }
  
  .contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 13px 50px;
    color: var(--color-white);
    transition: 0.4s;
    border-radius: 0;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
  }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .bi-envelope-fill::before {
    color: #fff;
  }
  
  .bi-three-dots::before {
    color: #fff;
  }
  
  .dis-inline {
    display: flex;
    justify-content: space-evenly;
  }
  
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 25px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 25px)) !important;
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
  }
  
  /*--------------------------------------------------------------
    # Features Section
    --------------------------------------------------------------*/
  .features .nav-tabs {
    border: 0;
  }
  
  .features {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .features .nav-link {
    border: 0;
    padding: 25px 20px;
    color: var(--color-secondary);
    box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
  }
  
  .features .nav-link i {
    font-size: 32px;
    line-height: 0;
  }
  
  .features .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: var(--color-secondary);
  }
  
  .features .nav-link:hover {
    color: var(--color-primary);
  }
  
  .features .nav-link.active {
    transition: 0.3s;
    background: #0047BB;
    border-color: #0047BB;
  }
  
  .features .nav-link.active h4 {
    color: var(--color-white);
  }
  
  .features .nav-link.active i {
    color: var(--color-white) !important;
  }
  
  .features .tab-content {
    margin-top: 30px;
  }
  
  .features .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
  }
  
  .features .tab-pane h3 {
    font-weight: 600;
    font-size: 36px;
    color: #485644;
    text-transform: uppercase;
  }
  
  .features .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .features .tab-pane ul li {
    padding-bottom: 10px;
  }
  
  .features .tab-pane ul i {
    font-size: 24px;
    margin-right: 4px;
    color: #0047BB;
  }
  
  .features .tab-pane p:last-child {
    margin-bottom: 0;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  /* Get To Know Us PAGE */
  
  .about-h1 {
    color: #0047BB;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
  
  .about h2 {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .features .nav-link.active {
    color: #fff !important;
  }
  
  .features .nav-link {
    color: #fff !important;
  }
  
  /* WHY US PAGE */
  
  .about h3 {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .about h4 {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
  }
  ul.timeline {
    list-style-type: none;
}

ul.timeline>li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #0047BB;
  left: 97px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 105px;
  width: 2px;
  height: 3653px;
  z-index: 400;
}

ul.timeline1:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 105px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline1 {
  list-style-type: none;
}

ul.timeline1>li:before {
content: ' ';
background: white;
display: inline-block;
position: absolute;
border-radius: 50%;
border: 3px solid #0047BB;
left: 97px;
width: 20px;
height: 20px;
z-index: 400;
}
  
  /*--------------------------------------------------------------
  # Portfolio Section
  --------------------------------------------------------------*/
  .portfolio .portfolio-flters {
    padding: 0;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
  }
  
  .portfolio .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .portfolio .portfolio-flters li:hover,
  .portfolio .portfolio-flters li.filter-active {
    color: var(--color-primary);
  }
  
  .portfolio .portfolio-flters li:first-child {
    margin-left: 0;
  }
  
  .portfolio .portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  @media (max-width: 575px) {
    .portfolio .portfolio-flters li {
      font-size: 14px;
      margin: 0 5px;
    }
  }
  
  .portfolio .portfolio-item {
    position: relative;
    border: 1px solid var(--color-white);
    overflow: hidden;
    z-index: 1;
  }
  
  .portfolio .portfolio-item img {
    transition: all 0.3s;
  }
  
  .portfolio .portfolio-item:before {
    content: "";
    inset: 0;
    position: absolute;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 2;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: auto 40px 40px 40px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    padding: 20px;
  }
  
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    padding-right: 50px;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link,
  .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 14px);
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s;
    line-height: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link:hover,
  .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: var(--color-white);
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 14px;
    font-size: 28px;
  }
  
  .portfolio .portfolio-item:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  .portfolio .portfolio-item:hover img {
    transform: scale(1.2);
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    inset: auto 10px 0 10px;
  }
  
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    background: #0047BB;
    color: #fff;
    border-radius: 0px !important;
  }
  
  .modal-content {
    border-radius: 0px;
  }
  
  .choose::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #0047BB;
    border: none;
    padding: 7px 15px;
    font-weight: 700;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10pt;
  }
  
  .gdesc-inner {
    display: none;
  }

  /* Product Page */

  .product_h1{
    color: #0047BB;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
#products li a {
  color: black !important;
}


