:root {
  --color: #1f0906;
  --color2: #ba7c01;
}

body{
  font-family: "Poppins", sans-serif !important;
}

a{
  text-decoration: none;
}
ul{
  list-style: none;
}

      /* header */
      .full-width-header.home8-style4 {
        width: 100%;
        z-index: 999;
      }
      .full-width-header.home8-style4.main-home {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
      }
      .full-width-header .rs-header {
        z-index: 99;
      }
      /* topbar */
      .full-width-header .rs-header .topbar-area {
        background: #273c66;
      }
      .full-width-header .rs-header .topbar-area.home8-topbar {
        background: #f9f8f8 !important;
      }
      .full-width-header .rs-header .topbar-area.home8-topbar.inner-part {
        background: var(--color) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
      }
      @media only screen and (max-width: 1366px) {
        .container {
          max-width: 1170px;
          width: 100%;
        }
      }
      @media only screen and (max-width: 991px) {
        .container {
          max-width: 720px;
        }
      }
      @media only screen and (max-width: 767px) {
        .container {
          max-width: 540px;
        }
      }
      .y-middle {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
      ul {
        margin: 0;
        padding: 0;
      }
      .full-width-header .rs-header .topbar-area .topbar-contact li {
        display: inline-block;
        line-height: 25px;
        height: 25px;
        font-size: 13px;
        margin-right: 17px;
        padding-right: 20px;
        color: #ffffff;
        border-right: 1px solid #374a71;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar
        .topbar-contact
        li {
        color: #363636;
        border-right: 1px solid #fff;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-contact
        li {
        color: #ffffff !important;
      }
      .full-width-header .rs-header .topbar-area .topbar-contact li i {
        margin-right: 2px;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar
        .topbar-contact
        li
        i {
        margin-right: 2px;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-contact
        li
        i {
        margin-right: 2px;
      }
      [class^="flaticon-"]:before,
      [class*=" flaticon-"]:before,
      [class^="flaticon-"]:after,
      [class*=" flaticon-"]:after {
        margin: 0;
      }
      .full-width-header .rs-header .topbar-area .topbar-contact li i:before {
        font-size: 16px;
        color: #ffffff;
      }
      .full-width-header
        .rs-header
        .topbar-area
        .topbar-contact
        li
        i.flaticon-email:before {
        bottom: -1.5px;
        position: relative;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar
        .topbar-contact
        li
        i:before {
        font-size: 16px;
        color: #363636;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-contact
        li
        i:before {
        font-size: 16px;
        color: #ffffff;
      }
      a {
        color: #21a7d0;
        transition: all 0.3s ease;
        text-decoration: none !important;
        outline: none !important;
      }
      .full-width-header .rs-header .topbar-area .topbar-contact li a {
        color: #ffffff;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar
        .topbar-contact
        li
        a {
        color: #363636;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-contact
        li
        a {
        color: #ffffff !important;
      }
      .full-width-header .rs-header .topbar-area .topbar-right li {
        display: inline;
        margin-right: 30px;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-right
        li:last-child {
        margin: 0;
      }

      .full-width-header .rs-header .topbar-area .topbar-right li a.apply-btn {
        color: #ffffff;
        background: #21a7d0;
        padding: 3px 35px;
        display: inline-block;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-right
        li
        a.apply-btn {
        background: var(--color2);
        text-transform: uppercase;
      }
      .full-width-header
        .rs-header
        .topbar-area.home8-topbar.inner-part
        .topbar-right
        li
        a.apply-btn:hover {
        color: #ffffff;
        background: #000000;
      }
      @media only screen and (max-width: 991px) {
        .full-width-header .rs-header .topbar-area {
          display: none;
        }
      }

      /* menu */
      .menu-sticky {
        margin: 0;
        z-index: 999;
        width: 100%;
        top: 0;
        position: relative;
      }
      .sticky {
        background: #fff !important;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        margin: 0 auto !important;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }

      .rs-header .menu-area.menu-sticky.sticky {
        background: #fff;
        position: fixed;
        z-index: 999;
        margin: 0 auto;
        border: none;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }
      .full-width-header .rs-header .menu-area.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--color) !important;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      }
      .rs-header .menu-area.menu-sticky {
        transition: all 0.3s ease 0s;
      }
      .full-width-header .rs-header .menu-area {
        transition: all 0.3s ease;
      }
      .y_middle {
        padding: 10px !important;
        row-gap: 0 !important;
      }
      .full-width-header .rs-header .menu-area .logo-cat-wrap {
        display: flex;
        align-items: center;
        height: 50px;
        line-height: 50px;
      }
      .full-width-header .rs-header .menu-area.sticky .logo-cat-wrap {
        height: 75px;
        line-height: 90px;
      }
      @media only screen and (max-width: 991px) {
        .full-width-header .rs-header .menu-area .logo-cat-wrap,
        .full-width-header.header-style1.home12-modifiy
          .rs-header
          .menu-area.sticky
          .logo-cat-wrap {
          display: unset;
          height: unset;
          line-height: unset;
        }
      }
      .full-width-header .rs-header .logo-part {
        position: relative;
        z-index: 9;
      }
      .full-width-header.home8-style4 .rs-header .menu-area .logo-part {
        position: relative;
        z-index: 9;
      }
      @media only screen and (max-width: 991px) {
        .full-width-header.home8-style4 .rs-header .menu-area .logo-part {
          position: absolute;
          line-height: 50px;
          height: 50px;
          display: flex;
          align-items: center;
        }
      }

      .full-width-header .rs-header .logo-part img {
        max-height: 40px;
      }
      @media (max-width: 767px) {
        .full_width_header .rs_header .logo_part img {
          max-height: 50px !important;
        }
      }
      .full-width-header .rs-header .logo-part img {
        max-height: 44px;
      }
      .full-width-header.home8-style4.main-home
        .menu-area.menu-sticky.sticky
        .logo-part
        .normal-logo {
        display: none;
      }
      .full-width-header.home8-style4.main-home
        .menu-area
        .logo-part
        .sticky-logo {
        display: none;
      }
      .full-width-header.home8-style4.main-home
        .menu-area.menu-sticky.sticky
        .logo-part
        .sticky-logo {
        display: block;
      }
      .full-width-header .rs-header .menu-area .rs-menu-area {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      @media only screen and (max-width: 991px) {
        .full-width-header .rs-header .menu-area .rs-menu-area {
          display: block !important;
        }
      }
      .main-menu {
        position: relative;
      }
      .rs-menu-toggle {
        color: #21a7d0;
        text-align: right;
      }
      .rs-menu.rs-menu-close,
      .sidebar_nav.navbar-inverse {
        background: transparent;
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li {
        display: inline-block;
        margin-right: 50px;
        padding: 0;
      }
      .full-width-header.home8-style4.main-home
        .menu-area
        .rs-menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li {
        margin-right: 35px;
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li
        a {
        transition: all 0.3s ease;
        font-size: 17px;
        font-weight: 500;
        height: 50px;
        line-height: 50px;
        padding-right: 0;
        margin-right: -20px;
        color: #ffffff;
        z-index: 1;
        position: relative;
      }
      @media only screen and (max-width: 991px) {
        .full-width-header
          .rs-header
          .menu-area
          .main-menu
          .rs-menu
          ul.nav-menu
          li
          a {
          color: #000000 !important;
        }
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li.menu-item-has-children
        a {
        padding-right: 12px;
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li.menu-item-has-children
        > a:before {
        content: "+";
        position: absolute;
        left: auto;
        right: 3px;
        top: 50%;
        text-align: center;
        display: block;
        cursor: pointer;
        transform: translateY(-50%);
        transition: all 0.5s ease;
      }
      @media only screen and (max-width: 991px) {
        .full-width-header
          .rs-header
          .menu-area
          .main-menu
          .rs-menu
          ul.nav-menu
          li.menu-item-has-children
          > a:before {
          display: none;
        }
        .full-width-header
          .rs-header
          .menu-area
          .main-menu
          .rs-menu
          ul.nav-menu
          li
          a {
          margin: 0;
          padding: 0;
        }
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li.menu-item-has-children
        > a:hover:before {
        content: "-";
      }

      .full-width-header .current-menu-item {
        color: var(--color2) !important;
      }
      .full-width-header.home8-style4
        .rs-header
        .menu-area
        .rs-menu-area
        .main-menu
        .rs-menu
        ul.nav-menu
        li
        a:hover {
        color: var(--color2) !important;
        background-color: var(--color);
      }
      .rs-menu ul,
      .rs-menu li,
      .rs-menu p,
      .rs-menu a,
      .rs-menu div,
      .rs-menu i {
        border: 0;
        margin: 0;
        padding: 0;
      }
      .rs-menu li {
        display: block;
        position: relative;
      }
      .rs-menu li {
        font-size: 14px;
      }
      @media screen and (min-width: 992px) {
        .rs-menu li {
          display: inline-block;
        }
      }
      .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        display: inline-block;
        margin-right: 45px;
        padding: 0;
      }
      .nav-menu ul {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      .rs-menu ul ul {
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #111111;
      }
      .rs-menu ul ul a {
        font-size: 15px;
        text-align: left;
      }
      @media screen and (min-width: 992px) {
        .rs-menu ul ul {
          width: auto;
        }
      }
      @media screen and (min-width: 992px) {
        .rs-menu ul ul {
          opacity: 0;
          visibility: hidden;
          transform: translateY(-10px);
          transform: scaleY(0);
          transform-origin: 0 0 0;
        }
      }
      @media screen and (min-width: 992px) {
        .rs-menu ul ul a {
          width: 260px;
        }
      }

      .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
        background-color: #ffffff;
        margin: 0;
        padding: 15px 0;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        z-index: 99;
      }
      .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
        background: #21a7d0;
        margin: 0;
        padding: 15px 0;
      }
      .full-width-header.home8-style4
        .rs-header
        .menu-area
        .rs-menu-area
        .main-menu
        .rs-menu
        ul.sub-menu {
        background: #ffffff !important;
      }
      .full-width-header.home8-style4.main-home
        .menu-area
        .rs-menu-area
        .main-menu
        .rs-menu
        ul.sub-menu {
        background: #ffffff !important;
        min-width: 265px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-radius: 0px;
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.sub-menu
        li {
        margin: 0;
        border: none;
      }
      .full-width-header.home8-style4.main-home
        .menu-area
        .rs-menu-area
        .main-menu
        .rs-menu
        ul.sub-menu
        li {
        margin: 0;
        width: 100%;
      }
      .rs-menu .sub-menu li a {
        padding: 10px 14px;
      }
      .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
        padding: 10px 30px;
        height: unset;
        text-transform: capitalize;
        line-height: unset;
        color: #0a0a0a;
        font-weight: 400;
      }
      .full-width-header
        .rs-header
        .menu-area
        .main-menu
        .rs-menu
        ul.sub-menu
        li
        a {
        height: unset !important;
        line-height: 15px;
        color: #ffffff !important;
        font-weight: 400 !important;
        text-transform: capitalize;
        padding: 10px 15px !important;
        font-size: 15px;
      }

      
      .full-width-header.home8-style4
        .rs-header
        .menu-area
        .rs-menu-area
        .main-menu
        .rs-menu
        ul.sub-menu
        li
        a {
        font-weight: 400 !important;
        color: #111111 !important;
        width: 100%;
      }
      
      .sub-menu-close {
        background-color: red !important;
        color: #fff !important;
      }
      @media (max-width: 767px) {
        .phone-btn-container {
          display: none;
        }
      }
      .phone-btn a {
        display: inline-flex;
        align-items: center;
        background-color: var(--color2);
        color: var(--color);
        padding: 8px 16px;
        border-radius: 25px;
        font-size: 13px;
        text-decoration: none;
        transition: background-color 0.3s ease;
      }
      .phone-btn a i {
        margin-right: 5px;
      }
      
      
      /* hero */
      .row {
        margin: 0;
        row-gap: 1rem;
      }
      .hero {
        padding: 140px 0px 60px 0px;
        background-image: url("../images/banner-bg-min.webp");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
      }
      .hero .hero-text {
        padding: 10px 30px 10px 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: left;
        position: relative;
      }
      .hero-widget:not(:last-child) {
        margin-bottom: 20px;
      }
      .hero .hero-title {
        line-height: 1.3em;
        color: #f9f9f9;
        font-size: 50px;
        font-weight: 700;
      }
      @media (max-width: 1024px) {
        .hero .hero-title {
          font-size: 30px;
        }
        .hero .hero-text {
          text-align: center;
          padding: 10px 0 10px 0;
        }
      }
      .hero .hero-des {
        line-height: 1.3em;
        color: #ffffff;
        font-size: 34px;
        font-weight: 400;
      }
      @media (max-width: 1024px) {
        .hero .hero-des {
          font-size: 20px;
        }
      }
      .hero .hero-exp-container {
        color: #ffffff;
        font-size: 38px;
        font-weight: 600;
        line-height: 45px;
      }
      @media (max-width: 1024px) {
        .hero .hero-exp-container {
          font-size: 20px;
        }
      }
      .hero .hero-des2-container {
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
      }
      .hero .hero-btn a {
        font-size: 18px;
        font-weight: 600;
        fill: var(--color);
        color: var(--color);
        background-color: var(--color2);
        border-radius: 5px 5px 5px 5px;
        padding: 15px 28px 15px 28px;
      }
      .hero .hero-img {
        z-index: 3;
        position: relative;
      }
      @media (max-width: 1024px) {
        .hero .hero-img img {
          height: 400px;
        }
      }
                  .hero .right-shape {
                    position: absolute;
                    top: -70px;
                    right: 17%;
                  }
                  .hero .rotate {
                    width: 100%;
                    max-width: 400px; /* adjust size if needed */
                    animation: spin 10s linear infinite;
                  }

                  @keyframes spin {
                    from {
                      transform: rotate(0deg);
                    }
                    to {
                      transform: rotate(360deg);
                    }
                  }

      /* about */
      .home-about {
        margin-top: 60px;
        margin-bottom: 60px;
      }

      /* services */
      .row-gap-2 {
        row-gap: 1rem;
      }
      .section-head-bar-2 {
        position: relative;
        margin: auto;
      }
      .section-head-bar-2::after,
      .section-head-bar-2::before {
        position: absolute;
        width: 40px;
        height: 3px;
        content: "";
        bottom: 5px;
      }
      .section-head-bar-2::before {
        left: -15px;
        background: var(--color);
      }
      .sec-title3 .title {
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
      }
      .sec-title3 .title {
        color: var(--color);
      }

      @media only screen and (max-width: 991px) {
        .sec-title3 .title {
          font-size: 32px;
          line-height: 43px;
        }
      }
      @media only screen and (max-width: 480px) {
        .sec-title3 .title {
          font-size: 22px;
          line-height: 25px;
        }
      }
      .services .content-part .blog-title a {
        color: var(--color) !important;
      }

      /* badge */
      .badge {
        background-color: var(--color2);
        padding: 40px;
        margin-bottom: 60px;
      }
      @media only screen and (max-width: 991px) {
        .badge {
          padding: 40px 0;
        }
      }
      
      /* why choose us */
      .section-heading .title {
        padding: 0;
        font-size: clamp(1.5rem, 3.5vw, 2rem);
        line-height: clamp(2rem, 4.5vw, 2.6rem);
        /* text-transform: uppercase; */
        font-weight: 700 !important;
        position: relative;
        overflow: visible;
        display: block;
        margin-bottom: 0;
        margin-top: 0;
      }
      .divider {
        background-color: var(--color2);
        height: 4px;
        position: relative;
        width: 70px;
        display: inline-block;
        border-radius: 50px;
      }
      .why-lt-box {
        display: flex;
        background: #fff;
        height: 100%;
        border-radius: 6px;
        padding: 15px 20px;
        align-items: center;
        display: flex;
        align-items: center;
        border: 1px solid #e9e9e9;
        box-shadow: 0 7px 19px rgba(0, 0, 0, 0.07);
        transition: all 0.4s;
        transition: transform 0.1s ease-in-out !important;
      }
      .why-lt-box .why-lt-icon {
        margin-right: 10px;
      }
      .why-lt-icon > * {
        border-radius: 50%;
        height: 70px;
        font-size: 30px;
        background: #fff;
        width: 70px;
        line-height: 70px !important;
        text-align: center;
        border: 1px solid var(--color2);
        color: var(--color2);
      }
      .why-lt-text {
        position: relative;
      }
      .why-lt-text .title {
        font-weight: 700;
        font-size: 20px;
      }
      .why-lt-text .desc {
        text-align: justify;
        /* font-weight: 500; */
      }

      .why-lt-box:hover {
        box-shadow: 0 15px 40px rgb(0 0 0/15%);
        cursor: pointer;
        background: var(--color);
        color: #fff;
        /* border-color: #cbd5e1; */
        transform: translateY(-4px);
        /* box-shadow: 0 7px 19px rgba(0, 0, 0, 0.07); */
        transform: translateY(-0.625rem);
      }
      .why-lt-box:hover .why-lt-icon > * {
        color: var(--color);
      }

      /* services */
      .services {
        margin-bottom: 60px;
      }
      .service .event-item {
        background-color: #dbaf5945;
        border-radius: 5px;
      }
      .event-item .event-short .featured-img img {
        border-radius: 5px 5px 0 0;
      }
      .event-item .event-short {
        box-shadow: 0 0 20px #5552528f;
        border-radius: 0 0 5px 5px;
      }
      .event-item .event-short .content-part {
        padding: 15px;
      }
      @media only screen and (max-width: 480px) {
        .event-item .event-short .content-part {
          padding: 15px 15px 15px 20px;
        }
      }
      .service h4 {
        font-size: 20px !important;
        transition: 0.5s;
        font-weight: 600 !important;
      }
      .event-item .event-short .content-part .title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
        transition: all 0.8s ease;
      }
      @media only screen and (max-width: 1199px) {
        .event-item .event-short .content-part .title {
          margin-bottom: 15px;
          font-size: 26px;
          line-height: 28px;
        }
      }
      .event-item .event-short .content-part .title a {
        color: var(--color);
      }
      .service h4:hover a {
        color: var(--color2) !important;
      }
      .service p {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 15px;
      }
      @media (max-width: 767px) {
        .service p {
          font-size: 13px;
        }
      }
      .event-item .event-short .content-part .event-btm {
        padding-top: 15px;
      }
      .event-item .event-short .content-part .event-btm .btn-part a {
        background: var(--color);
        text-transform: capitalize;
        padding: 7px 15px;
        color: #ffffff;
        border-radius: 2px;
        font-size: 14px;
        display: inline-block;
      }
      .event-item .event-short .content-part .event-btm .btn-part a:hover {
        background: var(--color2);
      }

      /* footer */
      .footer {
        background-color: var(--color);
        padding: 40px 0;
      }
      .footer .footer-logo-container {
        padding-right: 50px;
        margin-bottom: 1.5rem;
      }
      .footer .footer-logo-container .footer-logo {
        margin-bottom: 20px;
      }
      .footer .footer-logo-container .footer-logo span {
        display: inline-block;
        z-index: 1;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        line-height: 1;
      }
      .footer .footer-logo-container p {
        @media only screen and (max-width: 991px) {
          text-align: left !important;
        }
      }
      @media only screen and (max-width: 991px) {
        .footer .footer-logo-container {
          padding-right: 0;
        }
      }
      .footer .footer-menu ul {
        margin-top: 20px;
      }
      .footer .footer-menu ul li {
        margin-top: 1rem;
      }
      .footer .footer-menu ul li:last-child {
        margin-bottom: 1.5rem;
      }
      .footer .footer-address {
        margin-top: 1rem;
      }
      .footer .footer-menu ul li a {
        color: #fff;
      }
      .footer .footer-menu ul li > span {
        border-left: 1px solid #fff;
        margin-right: 1rem;
      }
      .footer-menu ul li:hover span {
        border-color: var(--color2);
      }

      .footer-menu ul li:hover a {
        color: var(--color2);
      }
      .footer .footer_social li {
        display: inline-block;
        margin-right: 6px;
        color: #ffffff;
      }
      .footer .footer_social li a {
        color: #fff;
        width: auto;
        height: auto;
        line-height: 25px;
        font-size: 25px;
        margin-right: 10px;
      }
      .footer .footer_social li a:hover {
        color: rgb(219, 84, 84);
      }
      
      /*<!-- whatsapp -->*/
        .whatsapp {
            bottom: 90px;
            cursor: pointer;
            height: 45px;
            position: fixed;
            right: 20px;
            text-align: center;
            width: 45px;
            z-index: 9999;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            border-radius: 50%;
            background-color: #25d366;
            -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
        }

        .whatsapp i {
            line-height: 45px;
            color: #fff;
            font-size: 25px;
        }
        
        /*<!-- scroll up -->*/
      #scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  /* border-radius: 50px 50px 4px 4px; */
}
#scrollUp i {
  background: var(--color2);
  /* border-radius: 50%; */
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 40px;
  color: #fff;
  line-height: 40px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp.orange-color i {
  background: var(--color2);
}