@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0-beta2/css/bootstrap-select.min.css);
@import url(https://unpkg.com/aos@2.3.1/dist/aos.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css);
@import url(https://fonts.googleapis.com);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/* @import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Monda:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap); */
@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Monda:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxygen:wght@300;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&family=League+Spartan:wght@100..900&family=Monda:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Monda:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css);


/*************************************************/

.grecaptcha-badge{
    bottom: 40px !important;
}

sup{
  color: #ff0000;
}

.hero-sectiion .hero-tabber .slider-container {
  width: 100%;
  position: relative;
}

.hero-sectiion .hero-tabber .slide {
  width: 100%;
  display: none;
}

.hero-sectiion .hero-tabber .slide-image {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.hero-sectiion .hero-tabber .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 1rem;
}

.hero-sectiion .hero-tabber .slide-content .slide-internal {
  backdrop-filter: blur(30px);
  padding: 1rem 3rem;
  border: 1px solid white;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  border-radius: 20px;
}

.hero-sectiion .hero-tabber .slide-head {
  width: 100%;
  max-width: 50rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-sectiion .hero-tabber .slide-title {
  width: 100%;
  max-width: 50rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
}
.hero-sectiion .hero-tabber .slide-desc {
  width: 100%;
  max-width: 50rem;
  color: lightgray;
  font-size: 1rem;
  font-weight: 300;
}
.hero-sectiion .hero-tabber .slide-btn {
  color: #fff;
  background-color: #E24625;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  transition: ease 0.3s;
  text-decoration: none;
}
.hero-sectiion .hero-tabber .slide-btn:hover {
  gap: 1rem;
}

.hero-sectiion .hero-tabber .slide-number-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 5;
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: rgba(211, 211, 211, 0.788);
  letter-spacing: 0.2rem;
}
.hero-sectiion .hero-tabber .slide-number-container hr {
  width: 3rem;
  transform: rotate(130deg);
  border-color: rgba(211, 211, 211, 0.788);
}

.hero-sectiion .hero-tabber .slider-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.hero-sectiion .hero-tabber .slider-nav-btn {
  cursor: pointer;
  background-color: rgba(211, 211, 211, 0.226);
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.hero-sectiion .hero-tabber .slider-nav-btn:hover {
  background-color: white;
  color: black;
}

.hero-sectiion .hero-tabber .dot-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.hero-sectiion .hero-tabber .dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  background-color: rgba(211, 211, 211, 0.226);
  border-radius: 50%;
  display: inline-block;
  transition: ease 0.3s;
}
.hero-sectiion .hero-tabber .active,
.hero-sectiion .hero-tabber .dot:hover {
  background-color: white;
}

.hero-sectiion .hero-tabber .fade {
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

.fade:not(.show) {
  opacity: 1 !important;
}


/*************************************************/
.hide {
  opacity: 0;
  transition: 0.8s;
}

.show {
  opacity: 1;
  transition: 0.8s;
}

.color-white {
  color: #4B4B4B;
}

.navbar .navbar-brand img {
  width: 175px;
}

.navbar .navbar-nav .nav-link.active {
  color: #E24625;
}

.navbar .dropdown-item.active {
  color: #E24625 !important;
  background-color: transparent;
}

.dropdown-toggle.show {
  color: #E24625 !important;
}

body {
  font-size: 18px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Oxygen", sans-serif;
}


.common-section {
  padding: 2.5rem 0;
}

.contact-section {
  padding-top: 7rem;
}

.btn-head-section .stickbuttonclass .partner {
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #000;
  position: fixed;
  bottom: 75%;
  right: 0px;
  padding: 10px;
  text-decoration: none;
  display: block;
  z-index: 99;
  width: 210px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #000;
}

.btn-head-section .stickbuttonclass .request {
  background: #000;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: fixed;
  bottom: 68%;
  right: 0px;
  padding: 10px;
  text-decoration: none;
  display: block;
  z-index: 99;
  width: 210px;
  border-radius: 10px 0 0 10px;
}


.scroll-top .stickbuttonclass .request {
  background: #2D2E32;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: fixed;
  bottom: 75%;
  right: 0px;
  padding: 10px;
  text-decoration: none;
  display: block;
  z-index: 99;
  /* width: 180px; */
  border-radius: 10px 0 0 10px;
}

.scroll-top1 .stickbuttonclass .request {
  background: #2D2E32;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: fixed;
  bottom: 40%;
  right: 0px;
  padding: 10px;
  text-decoration: none;
  display: block;
  z-index: 99;
  width: 180px;
  border-radius: 10px 0 0 10px;
}

.section-btn p a {
  /* color: #0F0F0F; */
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.cutting-section .section-btn p a {
  /* color: #0F0F0F; */
  color: #001d3a;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.section-btn1 p a {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.section-btn1 p a img {
  width: 40px;
}

.section-btn p a:hover img,
.section-btn1 p a:hover img {
  transform: translateX(5px);
  transition: 0.5s;
}

.section-btn p a:hover,
.section-btn1 p a:hover {
  color: #DF4625;
}



.breadcrumb-section {
  margin-top: 5rem;
  background-color: #DF4625;
}

.stickbuttonclass .whtsapp-Btn img {
  width: 30px;
}

.fixed-section .fixed-content {
  padding: 10px 0;
}

.fixed-section .fixed-content p {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.fixed-section .fixed-content ol li {
  color: #e6e6e6;
}

.fixed-section .fixed-content ol li a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}

.navbar {
  background-color: #ffffff70 !important;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 40px -5px, rgba(0, 0, 0, 0.3) 0px 8px 12px -8px;
  backdrop-filter: blur(10px) !important;
}

.navbar ul li a {
  color: #0B0B0B;
  font-weight: 600;
  font-size: 18px;
  font-family: "Monda", sans-serif;
}

.navbar .shadow a {
  color: #0B0B0B;
  font-weight: 500;
  font-size: 16px;
}


.nav-item {
  padding: 0 10px;
}

.navbar .navbar-nav .mega-menu-bar {
  position: static !important;
}

header .dropdown .dropdown-mega-menu .drop-side-img img {
  padding: 5rem 0;
}

header .dropdown .dropdown-mega-menu {
  position: absolute;
  width: 40%;
  background-color: #02162B;
  padding: 2rem 1rem;
  left: 57%;
  border-radius: 0 0 20px 20px;
}

header .dropdown .dropdown-mega-menu::before {
  content: "";
  height: 29px;
  width: 30px;
  position: absolute;
  transform: rotate(45deg);
  top: -3%;
  background-color: #02162B;
}

header .dropdown .mega-menu ul {
  list-style-type: none;
  color: #fff;
}

header .dropdown .mega-menu p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  /* border-bottom: 2px solid #E24625; */
  margin: 0;
  padding-bottom: 5px;
}

header .dropdown .mega-menu-2 ul {
  padding: 0;
}

header .dropdown .mega-menu-2 ul li a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  /* border-bottom: 2px solid #E24625; */
  margin: 0;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0.3rem 0;
}

header .dropdown .mega-menu-2 ul li a:hover {
  background: transparent;
  color: #E24625;
  transition: 0.8s;
}


header .dropdown .mega-menu-2 ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.10em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.8s ease-out;
  background-color: #E24625;
}

header .dropdown .mega-menu-2 ul li a:hover::after {
  transform: scaleX(1);
}

header .navbar-expand-xl .navbar-nav .dropdown-menu li a {
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-decoration: none;

}

header .navbar-expand-xl .navbar-nav .dropdown-menu li a:hover {
  color: #E24625;
  transition: 0.8s;
}

header .navbar-expand-xl .navbar-nav .dropdown-menu li:hover {
  background: transparent;
  color: #E24625;
  transition: 0.8s;
}


header .navbar-expand-xl .navbar-nav .dropdown-menu li::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0px;
  bottom: 0;
  left: 0px;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.8s ease-out;
  background-color: #E24625;
  border: 1px solid;
}

/*****************************************************/

header .navbar-expand-xl .navbar-nav .shadow .sol-item a {
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;

  text-decoration: none;

}

header .navbar-expand-xl .navbar-nav .shadow .sol-item a:hover {
  color: #E24625;
  transition: 0.8s;
}

header .navbar-expand-xl .navbar-nav .shadow .sol-item:hover {
  background: transparent;
  color: #E24625;
  transition: 0.8s;
  position: relative;
}

header .navbar-expand-xl .navbar-nav .shadow .sol-item {
  padding: 0px !important;
}


header .navbar-expand-xl .navbar-nav .shadow .sol-item::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0px;
  bottom: 0;
  left: 0px;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.8s ease-out;
  background-color: #E24625;
  border: 1px solid;
}



/*****************************************************/


header .navbar-expand-xl .navbar-nav .dropdown-menu ul li:hover {
  background: transparent;
  color: #001d3a;
  transition: 0.8s;
}

header .navbar-expand-xl .navbar-nav .dropdown-menu ul li:hover::after {
  transform: scaleX(0);
}




.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: 0 solid transparent;
  border-left: .3em solid;
}

header .navbar-expand-xl .navbar-nav .dropdown-menu li:hover::after {
  transform: scaleX(1);
}



.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  left: 62%;
  /* right: 50%; */
  top: 72%;
  background-color: #02162B;
  color: #fff;
}

.navbar-expand-xl .navbar-nav .dropmenu {
  position: absolute !important;
  left: 93% !important;
  /* right: 50%; */
  top: 57% !important;
  background-color: #02162B;
  color: #fff;
}

header .navbar-expand-xl .navbar-nav .dropmenu li a:hover {
  background: transparent;
  color: #E24625;
  transition: 0.8s;
}


header .navbar-expand-xl .navbar-nav .dropmenu li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0px;
  bottom: 0;
  left: 0px;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.8s ease-out;
  background-color: #E24625;
  border: 1px solid;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: 0 solid transparent;
  border-left: .3em solid;
}

header .navbar-expand-xl .navbar-nav .dropmenu li a:hover::after {
  transform: scaleX(1);
}



.navbar-expand-xl .navbar-nav .dropdown-menu li a,
.navbar-expand-xl .navbar-nav .dropmenu li a {
  color: #fff;
}


.dropdown-item:focus,
.dropdown-item:hover {
  color: #E24625;
  background-color: transparent;

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* // Assigning the above animation to all dropdown menus */
/* .dropdown-menu{
  &.show{
      -webkit-animation: fadeIn 0.3s alternate; 
       animation: fadeIn 0.3s alternate;
  }
} */

/* // Mega Menu adjustments */
/* .nav-item.dropdown.dropdown-mega{
  position: static;
  .dropdown-menu{
      width: 90%;
      top: auto;
      left: 5%;
  }
} */

/* Complete styles for main navbar toggler and hamburger menu */
.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;

  &:focus {
    box-shadow: none;
  }

  .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;

    .hamburger {
      position: absolute;
      transform: translate(-50%, -50%) rotate(0deg);
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      pointer-events: none;

      span {
        width: 100%;
        height: 4px;
        position: absolute;
        background: #333;
        border-radius: 2px;
        z-index: 1;
        transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1.0), all 0.2s ease-in-out;
        left: 0px;

        &:first-child {
          top: 10%;
          transform-origin: 50% 50%;
          transform: translate(0% -50%) !important;
        }

        &:nth-child(2) {
          top: 50%;
          transform: translate(0, -50%);
        }

        &:last-child {
          left: 0px;
          top: auto;
          bottom: 10%;
          transform-origin: 50% 50%;
        }
      }

      &.active {
        span {
          position: absolute;
          margin: 0;

          &:first-child {
            top: 45%;
            transform: rotate(45deg);
          }

          &:nth-child(2) {
            left: 50%;
            width: 0px;
          }

          &:last-child {
            top: 45%;
            transform: rotate(-45deg);
          }
        }
      }
    }
  }
}


.icons {
  display: inline-flex;
  margin-left: auto;

  a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;

    &:hover {
      color: white;
      text-shadow: 0 0 30px white;
    }
  }
}


.navbar .highlighten {
  background-color: #E24625;
  color: #ffffff;
  animation: zoom-in-zoom-out 1s ease infinite;
  border-radius: 15px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.15, 1.15);
  }

  100% {
    transform: scale(1, 1);
  }
}





/***************************************************************************************************************/

.hero-sectiion .hero-heading h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", serif;
}

.hero-sectiion .nav-pills .nav-item .nav-link.active {
  background-color: #E24625 !important;
  color: #fff !important;
  position: relative;
  transition: 0.8s;
  transform: scale(1.2);
  transition: 0.8s;
}

.hero-sectiion .nav-pills .nav-item .midle-link.active{
  background-color: #9c1a00 !important;
  color: #fff !important;
  position: relative;
  transition: 0.8s;
  transform: scale(1.2);
  transition: 0.8s;
}

.hero-sectiion .nav-pills .nav-item .last-link.active{
  background-color: #001d3a !important;
  color: #fff !important;
  position: relative;
  transition: 0.8s;
  transform: scale(1.2);
  transition: 0.8s;
}


/* .hero-sectiion .nav-pills .nav-item .nav-link {
  background-color: #fff;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 10px 70px;
  font-size: 16px;
  border-radius: 10px;
} */

.hero-sectiion .nav-pills .nav-item .nav-link {
  background-color: #fff;
  color: #000 !important;
  /* border-radius: 0 !important; */
  /* padding: 10px 70px; */
  font-size: 16px;
  border-radius: 50%;
  min-height: 120px;
  min-width: 120px;
  border: 5px solid #fff;
  font-family: "Poppins", serif;
}

.hero-sectiion .nav-pills .nav-item .nav-link:hover {
  transition: 0.8s;
  transform: scale(1.2);
  transition: 0.8s;
}

.hero-sectiion .nav-pills .nav-item .midle-link{
  margin-left: 10rem ;
}


.hero-sectiion .nav-pills .nav-item-2 .nav-link {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  padding: 10px 100px !important;
  font-size: 16px !important;
}

.hero-sectiion .nav-pills .nav-item-2 .nav-link.active {
  background-color: #E24625 !important;
  color: #fff !important;
  position: relative;
}


.hero-sectiion .nav-pills .nav-item-3 .nav-link {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  padding: 10px 100px !important;
  font-size: 16px !important;
  position: relative;
}

.hero-sectiion .nav-pills .nav-item-3 .nav-link.active {
  background-color: #E24625 !important;
  color: #fff !important;
}

.hero-sectiion .nav-pills .nav-item {
  padding: 10px 2px 0 2px !important;
}

/* .hero-sectiion .nav-pills .nav-item .nav-link.active::after,
.hero-sectiion .nav-pills .nav-item-2 .nav-link.active::after,
.hero-sectiion .nav-pills .nav-item-3 .nav-link.active::after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #E24625;
  position: absolute;
  left: 46%;
  top: 78%;
  transform: rotate(45deg);
 
} */

.hero-sectiion .tab-content {
  background-color: #ffffffa6;
  text-align: center;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  height: 225px;
}

.hero-sectiion .hero-tabber {
  margin-top: 2rem;
  overflow: hidden;
}

.hero-sectiion .hero-tabber .tabber-head {
  width: 70%;
  margin: 1rem auto;
  /* border-bottom: 2px solid #fff; */
  padding: 0 0 1rem 0;
}

.hero-sectiion h3 {
  font-weight: 600;
}

.hero-sectiion p {
  font-size: 16px;
  /* padding-bottom: 30px; */
}

.hero-sectiion .hero-tabber .tab-content .tabber-content {
  height: 155px;
}



/***************************************************************************************************************/


.cutting-section .cutting-heading h2 {
  font-weight: 600;
}

.cutting-section .numbers,
.cutting-section .numbers1 {
  border: 1px solid #E24625;
  border-radius: 20px;
  padding: 2rem 0;
}

.cutting-section .numbers h3 {
  color: #E24625;
  text-shadow: 0 1.36px 3.896px #a5a5a586, 0 -2px 1px #c0c0c0e7;
  font-weight: 800;
  font-size: 40px;
}

.cutting-section .numbers1 h3 {
  color: #E24625;
  text-shadow: 0 1.36px 3.896px #a5a5a586, 0 -2px 1px #c0c0c0e7;
  font-weight: 800;
  font-size: 32px;
}

.cutting-section .side-bottom-sec {
  border-radius: 15px;
  background: linear-gradient(118deg, #F0FFC6 4.5%, #FFD0C6 64%, #E14625 117.64%);
  padding: 1.65rem 2rem;
  margin-top: 1.4rem;
}

.cutting-section .side-bottom-sec1 {
  background-color: #b9b9b9d3;
  height: 250px;
  padding: 1.65rem 2rem;
  margin-top: 1.4rem;
  border-radius: 15px;
}

.cutting-section .cutting-side-img {
  display: flex;
  align-items: center;
  justify-content: center;
}


/***************************************************************************************************************/


.join {
  background: linear-gradient(45deg, #555555b4, #555555b4), url("../img/comp-bg.webp");
  background-size: 100% 100%;
  overflow: hidden;
  padding: 4rem 0;
}

.join .join-heading {
  text-align: center;
  margin: auto;
}

.join .join-heading h4 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.join article {
  display: flex;
  width: 300%;
  animation: bannermove 20s linear infinite;
}


.join ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.join li {
  padding: 0 5rem;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.join li:nth-child(2) {
  padding: 0 5rem;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.join li:nth-child(3) {
  padding: 0 5rem;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.join .join-scrolling {
  margin: 5rem 0;
}

.join .join-scrolling img {
  width: 40px;
}

.our-usp .our-usp-heading {
  padding-bottom: 2rem;
}

.our-usp .our-usp-heading h4 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.our-usp .usp-card {
  display: flex;
  align-items: center;
  padding: 2rem;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 2px 17px 1px rgba(0, 8, 50, 0.18);
  height: 160px;
}

.our-usp .usp-card .usp-icon {
  border-radius: 15px;
  background: #FFEEEB;
  padding: 1rem;
  margin-right: 1rem;
}

.our-usp .usp-card-content h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 26.1px */
}

.our-usp .usp-card-content p {
  color: #4B4B4B;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 24.65px */
}


/****************************************************************************************************************/

.testimonials-faq .testimonial-title a {
  color: #0F0F0F;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;

}

.testimonials-faq .testimonial-title a:hover {
  color: #E24625;
}

.testimonials-faq .testimonial-title a:hover img {
  transform: translateX(5px);
  transition: 0.5s;
}

.testimonials-faq .testimonial-slider {
  padding: 2em 2em 3em;
}

.testimonials-faq .testimonial-slider .testimonial-title {
  color: #000;
}

.testimonials-faq .testimonial-slider .testimonial-title i {
  font-size: 68px;
}

.testimonials-faq .testimonial-slider .testimonial-title h2 {
  padding-left: 0.2em;
}

.testimonials-faq .testimonial-slider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: 1px solid #E24625;
  height: 100%;
  padding: 2rem 0;
}

.testimonials-faq .testimonial-slider .card .card-body {
  padding: 1.5rem;
}

.testimonials-faq .testimonial-slider .card .img-wrapper img {
  width: 200px;
}

.testimonials-faq .testimonial-slider .card .card-body h5 {
  font-weight: 600;
}

.testimonials-faq .testimonial-slider .card .card-body a {
  text-decoration: none;
  color: #000;
}

.testimonials-faq .testimonial-slider .card .card-body p {
  margin-top: 1rem;
}

.testimonials-faq .testimonial-slider .card .card-body a {
  text-decoration: none;
  color: #000;
}

.testimonials-faq .testimonial-slider .card .card-body a:hover,
.testimonials-faq .testimonial-slider .card .card-body a:hover {
  text-decoration: underline;
}

.testimonials-faq .testimonial-slider .carousel-control-prev,
.testimonials-faq .testimonial-slider .carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 92%;
  transform: translateY(-50%);
  border: 1px solid #000;
}

@media (min-width: 576px) {
  .testimonials-faq .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }

  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {

  .testimonials-faq .carousel-inner {
    padding: 1em;
    position: relative;
  }

  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }

  .carousel-control-next {
    left: 5em;
  }

}





/****************************************************************************************************************/

.blog {
  background: #FFEEEB;
}

.blog .blog-heading {
  padding-bottom: 2rem;
}

.blog .blog-heading h4 {
  color: #434343;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog .number1 p {
  color: rgba(67, 67, 67, 0.30);
  text-align: center;
  font-size: 250px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: 82%;
}

.blog .number2 p {
  color: rgba(67, 67, 67, 0.30);
  text-align: center;
  font-size: 250px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: 80%;
}

.blog .number3 p {
  color: rgba(67, 67, 67, 0.30);
  text-align: center;
  font-size: 250px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: 80%;
}

.blog1-section1,
.blog2-section2,
.blog3-section3 {
  position: relative;
}


.blog .blog-section1,
.blog .blog-section2,
.blog .blog-section3 {
  border-radius: 15px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0%, rgba(255, 170, 170, 0.36) 100%);
  backdrop-filter: blur(9px);
  position: relative;
  width: 340px;
  margin: auto;
  z-index: 99;
}

.blog .blog-section1 img,
.blog .blog-section2 img,
.blog .blog-section3 img {
  width: 500px;
}

.blog .blog-section1 .blog-body,
.blog .blog-section2 .blog-body,
.blog .blog-section3 .blog-body {
  text-align: left;
  padding: 2rem;
}

.blog .blog-section1 .blog-body p,
.blog .blog-section2 .blog-body p,
.blog .blog-section3 .blog-body p {
  color: #4B4B4B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  /* 23.2px */
}



/***************************************************************************************************************/


.footer-connect {
  background: #E24625;
  background-repeat: no-repeat;
  object-fit: contain;
  text-transform: uppercase;
  padding: 10px 0;
  background-size: 8.6%;
}

.footer-connect .connect-now h3 {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin: 0;
}


.footer-connect .connect-now .btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #ffffff;
  padding: 5px 20px;
}

.footer-connect .connect-now .btn:hover {
  box-shadow: 0px 4px 0px 0px #161616d0;
  background-color: #FFF;
  color: #000;
}

.footer-section .footer-side {
  padding: 4rem 3rem 0 3rem;
}

.footer-section .footer-side .address h5 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #E24625;
  padding-bottom: 8px;
}

.footer-section .footer-side .address .address-icon a img {
  width: 25px;
}

.footer-section .footer-side .address .address-icon {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.footer-section .footer-side .address p {
  font-size: 15px;
}

.footer-section .footer-side {
  border-bottom: 1px solid #8F8F8F;
}

.footer-section .footer-side .socialmedia {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-section .footer-side ul {
  list-style: none;
  padding: 0;
}

.footer-section .footer-side .address .address-icon a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}


.footer-section .footer-side .address .address-links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;

}

.footer-section .footer-side .address a:hover,
.footer-section .footer-side .address .address-links ul li a:hover {
  color: #E24625;
}

.footer-section .footer-side .address .app-icon {

  display: flex;
  flex-direction: column;
}

.footer-section .footer-side .address .app-icon a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8rem;
}

.footer-section .footer-side .address .app-icon a img {
  width: 60px;
  border: 1px solid #ccc;
  /* padding: 5px; */
}


.footer-section .footer-side .address .become {
  margin-top: 2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 1rem;
  margin-left: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.footer-section .footer-side .address .become p {
  font-size: 22px;
  font-weight: 500;
}

.footer-section .footer-side .address .app-icon-btn .dwn-btn {
  background-color: #fff;
  color: #E24625;
  border: 1px solid #E24625;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 15px;
}

.footer-section .footer-conatact {
  background-color: #FFF;
  padding: 6px 2rem;
  border-bottom: 1px solid #ccc;
}

.footer-section .footer-conatact h5 {
  color: #976638;
  font-size: 36px;
  font-weight: 600;
}

.footer-section .footer-conatact .button-sec .ctaButton {
  background-color: #242424;
  border-radius: 2rem;
  padding: 0.5rem 2.5rem;
  text-decoration: none;
  color: #ffffff;
}


.footer-section .footer-conatact form {
  padding-top: 1rem;
}

.footer-section .bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .bottom-footer p {
  padding: 1rem 2rem;
  margin: 0;
  color: #0B0B0B;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.footer-section .bottom-footer span {
  padding: 1rem 2rem;
  margin: 0;
  color: #0B0B0B;
  text-align: right;
  font-size: 13px;
  font-weight: 300;
}

.footer-section .bottom-footer p a,
.footer-section .bottom-footer span a {
  margin: 0;
  color: #0B0B0B;
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
}

.footer-section .bottom-footer p a:hover,
.footer-section .bottom-footer span a:hover {
  color: #E24625;
}

.bottom-foot a {
  text-decoration: none;
  padding: 0 10px;
  font-size: 20px;
  color: #000;
}

.bottom-foot a:hover {
  color: #E24625;
}

.bottom-foot p {
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  color: #000;
}

.bottom-foot p a {
  font-size: 12px;
}

.stickbuttonclass .request {
  background: #E24625;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: fixed;
  bottom: 150px;
  right: 0px;
  padding: 1rem 2rem;
  text-decoration: none;
  display: block;
  z-index: 99;
  border-radius: 30px 0 0 30px;
  outline: #ffffff solid 1px;
}

.sticky-section {
  background-color: #02162b;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  text-decoration: none;
  display: block;
  z-index: 99;
  width: 100%;
}


.sticky-section .career-now {
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #ffffff;
  padding: 10px 0;
}

.sticky-section .career-btn {
  text-align: center;
}

.sticky-section .career-btn a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  /* box-shadow: 0px 4px 10px 0px #4e4e4ed0; */
  border: 2px solid #ffffff;
  padding: 5px 20px;
  text-decoration: none;
}

/* @media (max-width:480px) {
 
} */

.success-section .success .success-heading h2 {
  font-size: 22px;
}

.success-section .twitter-section {
  padding-top: 3rem;
}

.success-section .twitter-section .twitter-blog .twitter-content {
  margin-bottom: 12.3rem;
}

.success-section .twitter-section .twitter-blog h6 {
  font-size: 22px;
  font-weight: 600;
}

.media-coverage {
  background: #FFEEEB;
}

.media-coverage {
  background: #FFEEEB;
}

.media-coverage .media-heading h4,
.media-video .media-heading h4 {
  color: #434343;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.media-coverage .media-heading p,
.media-video .media-heading p {
  color: #434343;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

}

.media-coverage .coverage-section {
  color: #626262;
  border: 8px solid #ffffff;
  text-align: center;
  padding: 0rem 2rem;
  height: 27rem;
  margin-top: 2rem;
}

.media-coverage .coverage-section img {
  width: 200px;
  padding: 20px 0;
}

.media-coverage .coverage-section p {
  height: 175px;
}

.media-coverage .coverage-section a {
  color: #626262;
  text-decoration: none;
}

.media-coverage .coverage-section span {
  font-size: 20px;
  font-weight: 600;
}


.media-video .coverage-section {
  color: #626262;
  text-align: center;
  padding: 0rem 2rem;
  margin-top: 2rem;
}



/*****************************************become a partner************************************************/

.modules-section {
  background: #FFEEEB;
}

.modules-section {
  background: #FFEEEB;
}

.modules-section .media-heading h4 {
  color: #434343;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 3rem;
  position: relative;
}

.modules-section .media-heading h4::after {
  content: '';
  position: absolute;
  width: 10rem;
  height: 5px;
  background-color: #E24625;
  left: 50%;
  top: 107%;
  transform: translateX(-50%);
}


.modules-section .blog-bg .border-right {
  border-right: 8px solid #ffffff;
}



.modules-section .coverage-section {
  color: #626262;
  /* border: 8px solid #ffffff; */
  padding: 2rem 2rem;
  min-height: 20rem;
  margin-top: 2rem;
}

.modules-section .coverage-section img {
  width: 200px;
  padding: 20px 0;
}

.modules-section .coverage-section h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #E24625;
}


.modules-section .coverage-section ul li {

  padding: 5px;

  font-size: 16px;
  margin: 1rem 0;
}

.modules-section .coverage-section ul li a {
  text-decoration: none;
  color: #001d3a;
}

.modules-section .coverage-section ul li:nth-child(3) {
  border-bottom: none;
}

/* .modules-section .coverage-section ul li:before {
  content: '\f005';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #E24625;
} */

.modules-section .coverage-section span {
  font-size: 20px;
  font-weight: 600;
}


/****************************************become a partner*************************************************************/





/*******************************************************************************************************/

.btns-section {
  /* background: linear-gradient(45deg,  #ffffff91,  #ffffff91), url("../img/bg-img-rent.jpg"); */
  background: linear-gradient(45deg, #ffffffc4, #ffffffc4), url("../img/Rent-Agreement-Banner.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 3rem 0 5rem 0;
  margin: 6rem 0 0 0;
}

/*****************/

.btns-section .faq-one--faq,
.btns-section .features-one {
  position: relative;
  display: block;
}

.btns-section .features-one__single {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #e13d0a;
  border-radius: 10px;
  margin-top: 10px;
}

.btns-section .features-one__single-1 {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  border: 3px solid #e13d0a !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  overflow: hidden !important;
  backdrop-filter: blur(40px) !important;
  background-color: #ffffff2e !important;
  width: 100% !important;
}


.btns-section .features-one__single-icon {
  margin: 5px 0 5px 5px;
}

.btns-section .features-one__single-content h2 a:hover~.features-one__single-icon {
  background-color: #e14625;
  width: 300px;
}

.btns-section .features-one__single-icon .icon {
  position: relative;
  display: block;
}

.btns-section .features-one__single-icon .icon img {
  width: 45px;
  padding: 5px 4px;
}

[class*=" icon-"],
[class^="icon-"] {
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.btns-section .icon-customer-loyalty:before {
  content: "\ef76";
}

.btns-section .features-one__single-icon .text-box {
  position: relative;
  display: block;
}

.btns-section .features-one__single-icon .text-box h2 {
  font-size: 40px;
  line-height: 50px;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btns-section .features-one__single-icon .text-box h3 {
  font-size: 30px;
  line-height: 50px;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}


.btns-section h1,
.btns-section h2,
.btns-section h3,
.btns-section h4,
.btns-section h5,
.btns-section h6 {
  font-family: var(--logistiq-font);
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .btns-section .features-one__single-content {
    padding: 32px 20px;
  }
}

.btns-section .features-one__single-content {
  position: relative;
  display: block;
  padding: 15px 34px;
  flex: 1 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
  .btns-section .features-one__single-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
}


.btns-section .features-one__single-content a,
.btns-section .features-one__single-content h3 a {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.btns-section .features-one__single-content h2 a:hover,
.btns-section .features-one__single-content h3 a:hover {
  color: #e14625;
  transition: 0.8s;
}

.btns-section .features-one__single-content a:hover {
  color: #00283a;
  transition: 0.8s;
}

.btns-section a,
.btns-section a:focus,
.btns-section a:hover,
.btns-section a:visited {
  text-decoration: none !important;
}

.btns-section a {
  color: var(--logistiq-base);
  transition: all 0.5s ease;
}

.btns-section .icon-quote:before {
  content: "\e873";
}

.btns-section .icon-professional-services:before {
  content: "\e8b8";
}

.btns-section .button-heading h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 5px;
}

.btns-section .discount-section {
  /* padding-top: 2.5rem; */
  padding-top: 3.8rem;
}

.btns-section .discount-section .discount-head {
  padding-top: 10px;
}

.btns-section .discount-section .discount-head h3 {
  font-weight: 600;
  font-size: 20px;
}

.btns-section .discount-section .discount-head p {
  font-weight: 500;
  font-size: 16px;
}

.btns-section .discount-section .discount-popup {
  background-color: #00283a;
  padding: 7px 0px;
  color: #00283a;
  border: 1px solid #00283a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* width: 100%; */
  justify-content: space-evenly;
}

/* .btns-section .discount-section .discount-popup:hover {
  background-color: transparent;
  border: 1px solid #00283a;
  transition: 0.5s;
  color: #00283a;
} */

.btns-section .discount-section .discount-popup:hover .dis-content .head {
  transition: 0.5s;
  color: #fff;
}

.btns-section .discount-section .discount-popup:hover .dis-content .sub {
  transition: 0.5s;
  color: #fff;
}

/* .btns-section .discount-section .discount-popup button {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 5px;
} */

.btns-section .discount-section a {
  padding: 0;
  width: 100%;
}


.btns-section .discount-section .discount-popup .dis-content {
  text-align: left;
}

.btns-section .discount-section .discount-popup .dis-content .head {
  color: #fff;
  font-size: 12px;
}

.btns-section .discount-section .discount-popup .dis-content .sub {
  color: #fff;
  font-size: 10px;
  margin: 0;
}

.btns-section .discount-section .discount-footer p {
  padding-top: 5px;
  color: #00283a;
  font-weight: 600;
  margin: 0;
}


.btns-section .cal-price .form-wrap .form-foot h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.btns-section .cal-price .form-wrap .form-foot .form-foot-content {
  padding: 10px 0 0 0;
}

.btns-section .cal-price .form-wrap .form-foot p {
  font-size: 13px;
  font-weight: 600;
  /* color: #00283a; */
  color: #fff;
  margin: 0;
  padding: 2px 0;
  text-align: center;
}



/***************/
.partner-card-section {
  /* background: linear-gradient(45deg,  #ffffff91,  #ffffff91), url("../img/bg-img-rent.jpg"); */
  background: linear-gradient(45deg, #ffffffc4, #ffffffc4), url("../img/Rent-Agreement-Banner.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
}


.partner-section {
  margin: 5rem 0 0 0;
  padding: 4rem 0;
  background: linear-gradient(45deg, #00000088, #00000088), url("../img/become-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.partner-section .cal-price .form-back {
  position: absolute;
  width: 100%;
  height: 65%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  box-sizing: border-box;
  flex-direction: column;
}

/* .form-front {
  background-color: #fff;
  border: 1px solid #ddd;
} */

.partner-section .cal-price .form-back {
  background-color: #4caf50;
  color: white;
  transform: rotateY(180deg);
}

.partner-section .form-header h3 {
  color: #fff;
  font-weight: 600;
  padding-bottom: 1rem;
}

.partner-section .cal-price {
  width: 100%;
  margin: auto;
}

.partner-section .cal-price .form-wrap {
  /* background: #E24625; */
  background: transparent;
  padding: 30px 40px 20px 40px;
  /* margin: 0 auto; */
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  /* border: 4px solid #e13d0a; */
  border: 2px solid #fff;
  height: 288px;
  backdrop-filter: blur(50px);
  min-height: 330px;
}

.partner-section .cal-price .form-header h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
}

.partner-section .cal-price .calc-btn button {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 4px 18px;
}

.partner-section .cal-price .calc-btn button:hover {
  background-color: #fff;
  color: #00283a;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 4px 18px;
}

.partner-section .cal-price input,
.partner-section textarea {
  width: 99%;
  padding: 10px;
  margin: 0px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.partner-section .cal-price .form-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.partner-card-section .vertical-section .cards {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  /* padding: 30px; */
}

.partner-card-section .vertical-section .cards h2.header {
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #125;
  font-weight: 700;
  padding-bottom: 1rem;
}

.partner-card-section .vertical-section .services {
  display: flex;
  align-items: center;
}

.partner-card-section .vertical-section .services .services-icon img {
  width: 60px;
}

.partner-card-section .vertical-section .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 5px 5px;
  padding: 20px 10px;
  border: 2px solid #125;
  border-radius: 4px;
  transition: all .3s ease;
  color: #000;
  backdrop-filter: blur(50px);
  /* height: 235px; */
  border-radius: 10px;
}

.partner-card-section .vertical-section .content .fab {
  font-size: 70px;
  margin: 16px 0;
  color: #126
}

.partner-card-section .vertical-section .content>* {
  flex: 1 1 100%;
}

.partner-card-section .vertical-section .content:hover {
  color: white;
}

.partner-card-section .vertical-section .content:hover h4 {
  border-bottom: 3px solid #fff;
}

.partner-card-section .vertical-section .content:hover a {
  border-color: white;
  background: white;
}

.partner-card-section .vertical-section .content-1:hover {
  border-color: #1DA1F2;
  background: #1DA1F2;
}

.partner-card-section .vertical-section .content-1:hover a {
  color: #1DA1F2;
}

.partner-card-section .vertical-section .content-2:hover {
  border-color: #E1306C;
  background: #E1306C;
}

.partner-card-section .vertical-section .content-2:hover a {
  color: #E1306C;
}

.partner-card-section .vertical-section .content-3:hover {
  border-color: #ff0000;
  background: #ff0000;
}

.partner-card-section .vertical-section .content-3:hover a {
  color: #ff0000;
}

.partner-card-section .vertical-section .content h2 {
  font-size: 14px;
  margin: 16px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.partner-card-section .vertical-section .content h4 {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  border-bottom: 3px solid #000;
  color: #E24625;
}

.partner-card-section .vertical-section .content:hover h4 {
  color: #ffffff;
  transition: 0.5s;
}

.partner-card-section .vertical-section .content p {
  font-size: 15px;
}

.partner-card-section .vertical-section .content a {
  margin: 22px 0;
  background: #123;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid black;
  padding: 15px 0;
  border-radius: 25px;
  transition: .3s ease;

}

.partner-card-section .vertical-section .content a:hover {
  border-radius: 4px;
}


.partner-section .cal-price .form-floating>.form-select {
  height: 58px;
}

.partner-section .cal-price .form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.85rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (max-width: 900px) {
  .partner-section .vertical-section .services {
    display: flex;
    flex-direction: column;
  }
}


/*******************/

.cal-price .form-container {
  perspective: 1000px;
}

.cal-price .form-card {
  /* height: 450px; */
  transform-style: preserve-3d;
  transition: transform 0.6s;
  min-height: 335px;
}

.cal-price .form-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* padding: 10px 0px; */
  box-sizing: border-box;
  /* flex-direction: column; */
}

.cal-price .form-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 16px;
  box-sizing: border-box;
  flex-direction: column;
}


/* .form-front {
  background-color: #fff;
  border: 1px solid #ddd;
} */


.cal-price .form-wrap .form-front .form-floating{
  height: 45px;
}

.cal-price .form-back {
  /* background-color: #4caf50; */
  background-color: #001d3a;
  /* background: linear-gradient(to right, #0000006b, #0000006b), url("../img/form-back.webp"); */
  /* background: url("../img/form-back.webp"); */
  background-size: 100% 100%;
  color: #fff;
  transform: rotateY(180deg);
}

.cal-price .form-back .form-data table tr{
  height: 60px;
}

.cal-price .form-back .form-data table tr .total-charges{
  font-weight: 600;
  color: #E24625;
  /* color: #001d3a; */
}

.cal-price .form-back button {
  background: #E24625;
  border-radius: 10px;
  color: #fff !important;
  padding: 5px 0;
}

.cal-price .form-back .form-data table tr td{
  font-size: 15px;
  padding: 0 20px;
}

.cal-price .form-back .form-data p{
  font-size: 15px;
}

.cal-price .form-back .form-data p a{
  /* color: #E24625; */
  color: #001d3a;
  font-weight: 800;
}

.cal-price .form-back .form-data p a:hover{
  color: #fff;
}

.cal-price h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.cal-price input,
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* .cal-price button:hover {
  background-color: #0056b3;
} */



.cal-price textarea {
  height: 100px;
}

.cal-price .calc-btn button {
  background-color: #00283a;
  color: #fff;
  border: 1px solid #00283a;
  border-radius: 10px;
  padding: 4px 18px;
}

.cal-price .otp-btn {
  margin-top: 10px;
}

.cal-price #otp-popup h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.cal-price #otp-popup p {
  font-size: 16px;
}

.cal-price .otp-btn button {
  background-color: #00283a;
  color: #fff;
  border: 1px solid #00283a;
  border-radius: 10px;
  padding: 4px 18px;
  font-size: 15px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}


.cal-price .calc-btn button:hover {
  background-color: #fff;
  color: #000;
  transition: 0.8s;
  border: 1px solid #00283a;
}


.cal-price .form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  /* height: calc(3.5rem + 2px); */
  /* line-height: 1.25; */
  height: 50px;
}

.cal-price .form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

/**********************/

.btns-section .btns-box .btn-head img {
  width: 50px;
}

.btns-section .rent-btns .btn-head {
  text-align: center;
  background-color: #E24625;
  color: #ffffff;
  margin: 0;
  padding: 2rem 0;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.btns-section .rent-btns .btn-head a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: 600;
}


.btns-section .rent-btns .btn-head:hover {
  transition: 0.8s;
  box-shadow: none
}

/* .btns-section .rent-btns .btns-box{
  margin-top: 3rem;
} */


.btns-section-demo .rent-form {
  margin-top: 3rem;
}

.btns-section-demo .rent-form .form-header h3 {
  color: #000;
  font-weight: 600;
}

.btns-section-demo .rent-form .form-for-rent {
  border: 1px solid #e0e0e0;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  padding: 2rem;
}

.btns-section .btns-box .call-back-btn {
  position: relative;
}

.btns-section .btns-box .call-back-btn img {
  position: absolute;
  top: 0;
}

/************************************************************************************/

.cal-price {
  width: 71%;
  margin: auto;
}

.cal-price .form-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.cal-price .form-header h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 5px;
}

.cal-price .form-header h3 span {
  color: #fff;
  font-weight: 400;
}

.cal-price .form-header h4 {
  font-size: 1.7rem;
}

.cal-price .form-wrap {
  background: #e13d0a;
  padding: 10px 40px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #e13d0a;
  min-height: 550px;
}

.cal-price .form-wrap label {
  color: #000;
  margin: 0;
  font-size: 16px;
}

/* .cal-price .form-wrap::after{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #E24625;
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
} */


/* .cal-price .form-group {
  margin-bottom: 25px;
} */

.cal-price .form-group>label {
  display: block;
  font-size: 18px;
  color: #000;
}

.cal-price .custom-control-label {
  color: #000;
  font-size: 16px;
}

.cal-price .form-control {
  /* height: 30px; */
  /* background: #cbcbcb; */
  border-color: #E24625;
  /* padding: 0 15px; */
  margin-bottom: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cal-price .form-control:focus {
  border-color: #E24625;
  background: #dfdfdf;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.cal-price textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.cal-price .btn {
  padding: 0.3rem .75rem;
  font-size: 18px;
  letter-spacing: 0.050em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.cal-price .btn-primary {
  color: #fff;
  /* background-color: #00bcd9; */
  background-color: #00283a;
  border-color: #fff;
  border-radius: 10px;
}

.cal-price .btn-primary:hover {
  color: #00283a;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.cal-price .btn-primary:focus,
.btn-primary.focus {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.cal-price .btn-primary:not(:disabled):not(.disabled):active,
.cal-price .btn-primary:not(:disabled):not(.disabled).active,
.cal-price .show>.btn-primary.dropdown-toggle {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
}

.cal-price .btn-primary:not(:disabled):not(.disabled):active:focus,
.cal-price .btn-primary:not(:disabled):not(.disabled).active:focus,
.cal-price .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}




/***************************/
/****************************/


.cal-price-contact {
  width: 100% !important;
  margin-left: auto;
}

.cal-price-contact .form-wrap label {
  color: #000 !important;
}





/***************************/



/************************************************************************************/


/* .agreements figure>div {
  border-radius: 10px;

  margin: 12px;

  overflow: hidden;

  text-align: center;
} */

.agreements figure>div {
  text-align: center;
  /* border: 3px solid #f5f5f5; */
  padding: 10px 0;
  /* background: #f9f9f9; */
}

.agreements figure img {
  /* border-radius: 10px; */
  /* width: 100%; */
  /* aspect-ratio: 9/7; */
  /* object-fit: cover; */
  transition: 0.5s;
  width: 100px;
  /* filter: drop-shadow(6px 6px 0 #E24625); */

}



.agreements figure figcaption {
  text-align: center;
}

.agreements figure figcaption h4 {
  margin: 12px 0;
  font-size: 18px;
  text-transform: capitalize;
}

.agreements figure {
  margin: 12px 0;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
  padding: 0 0 10px 0;
  background-color: #fff;
}

.agreements .pentagon-1 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/premium.webp");
  margin: auto;
}

.agreements .pentagon-2 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/police-intimation.webp");
  margin: auto;
}

.agreements .pentagon-3 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/rent-1.webp");
  margin: auto;
}

.agreements .pentagon-4 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/rent-2.webp");
  margin: auto;
}

.agreements .pentagon-5 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/rent-3.webp");
  margin: auto;
}

.agreements .pentagon-6 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/notary.webp");
  margin: auto;
}

.agreements .pentagon-7 {
  position: relative;
  width: 157.5px;
  height: 150px;
  /* background: #4169e1; */
  /* background-image: url("../img/rent-agreement/premium.webp"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  clip-path: polygon(50% 0%, 100% 40%, 82% 100%, 18% 100%, 0% 40%);
  background: linear-gradient(45deg, #4646461e, #4646461e), url("../img/rent-agreement/power.webp");
  margin: auto;
}


.agreements .shape-outer {
  display: flex;
  flex-shrink: 0;
  height: calc(150px + 2vw);
  width: calc(150px + 2vw);
  /* margin: 25px; */
  /* background-image: linear-gradient(to bottom right, #ff3cac, #562b7c, #2b86c5); */
  background-image: linear-gradient(to bottom right, #ffffff, #000000);
}

.agreements .shape-inner {
  height: calc(130px + 2vw);
  width: calc(135px + 2vw);
  /* background: linear-gradient(to bottom right, #808080, #808080), url("../img/rent-agreement/premium.webp") no-repeat center; */

  background-size: cover;
  /* margin: auto; */
  margin-top: 10px;
}

/* .agreements .pentagon-img img{
  width: 150px;
} */

/* .agreements .pentagon-img img {
  border-radius: 50%;
  padding: 3px;
  width: 120px;
  height: 120px;

  border: 
    2px solid transparent;
  background-image:
  linear-gradient(to bottom , #000, #ffffff);
   
  background-origin: 
    border-box;
  background-clip:
    padding-box, border-box;
  border-radius: 50%;
 
} */


.agreements .pentagon-img img {
  border-radius: 50%;
  padding: 5px;
  width: 180px;
  height: 180px;
  border: 2px solid #b1b1b1;
  margin: auto;
}


/* .agreements .pentagon-img{
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
  border-image-slice: 1;
  border-width: 5px;
  border-radius: 50%;
} */


/* .agreements figure:hover img {
  transform: scale(1.2);
} */

/* .agreements .read_more {
  font-size: 14px;
  background-color: #1b1b1a;
  color: #fff;
  padding: 12px;
  max-width: 110px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.2s;
  font-weight: 500;
  border-radius: 5px;
} */

/* .agreements .read_more:hover {
  background-color: #E24625;
  color: #ffffff;
  transition: 0.8s;
}

.agreements .read_more:hover i {
  transform: translateY(10px);
  transition: 0.8s;
} */


.agreements .testimonials-faq .testimonial-title h2 {
  padding-left: 0.2em;
}


.agreements .testimonials-faq .services-slider .carousel-inner {
  padding: 1em;
  position: relative;
}

.agreements .testimonials-faq .services-slider .carousel-btns {
  position: absolute;
  left: 42.6%;
  bottom: 0px;
  width: 100%;
  height: auto;
}

.agreements .testimonials-faq .services-slider .card {
  border: none;
  background-color: transparent;
}

.agreements .testimonials-faq .services-slider .card .card-body {
  padding: 1.5rem;
}

.agreements .testimonials-faq .services-slider .card .img-wrapper img {
  width: 200px;

}

.agreements .testimonials-faq .services-slider .card .card-body h5 {
  font-weight: 600;
}

.agreements .testimonials-faq .services-slider .card .card-body a {
  /* text-decoration: none;
  color: #fff; */
  font-size: 14px;
  background-color: #1b1b1a;
  color: #fff;
  padding: 12px;
  max-width: 110px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.2s;
  font-weight: 500;
  border-radius: 5px;
}

.agreements .testimonials-faq .services-slider .card .card-body a:hover {
  background-color: #E24625;
  color: #ffffff;
  transition: 0.8s;
}

/* .agreements .testimonials-faq .services-slider .card .card-body a:hover i {
  transform: translateY(10px);
  background-color: #000;
  transition: 0.8s;
} */

.agreements .testimonials-faq .services-slider .card .card-body p {
  margin-top: 1rem;
}


.agreements .testimonials-faq .services-slider .carousel-control-prev,
.agreements .testimonials-faq .services-slider .carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 92%;
  transform: translateY(-50%);
  border: 1px solid #000;
  color: #fff;
}

.agreements .testimonials-faq .services-slider .carousel-control-prev:hover,
.agreements .testimonials-faq .services-slider .carousel-control-next:hover {

  transition: 0.8s;
  color: #fff;
}

.agreements .testimonials-faq .services-slider .carousel-item {
  margin-right: 0;
  flex: 0 0 23%;
  display: block;
}

.agreements .testimonials-faq .services-slider .carousel-inner {
  display: flex;
}




.rent-section h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 2rem;
  margin: 0;
}

.bank-section {
  background: linear-gradient(to right, #000000ce, #181818d0), url(../img/banking-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 10rem 0;
  margin-top: 4.5rem;
}

.bank-section .bank-heading h2 {
  font-size: 32px;
  font-weight: 600;
}

/*********************************************************************************************************/

.step-section {
  box-sizing: border-box;
  padding: 3rem 0;
  /* font-family: "Roboto", sans-serif; */

  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;


  background: linear-gradient(to right, #000000ce, #181818d0), url(../img/bg-img.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .step-section .step-heading p{
  color: #ffffff;
} */

.timeline-main p {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 2rem;
  margin: 0;
}

.timeline-main {
  width: 100%;
  padding: 60px 0;
}

.timeline-main .timeline-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.timeline-main .timeline-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: calc(100% - 10px);
  /* background-color: #00283a; */
  background-color: #fff;
  animation: line 5s linear;
}

@media (max-width: 767px) {
  .timeline-main .timeline-wrap::before {
    left: 95%;
  }
}

@media (max-width: 767px) {
  .timeline-main .timeline-wrap .timeline-card {
    width: 95%;
  }
}

.timeline-main .timeline-wrap .timeline-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  /* background: #00283a; */
  background: #E24625;
  animation: fadeIn 1.5s;
  animation-fill-mode: both;
}


/* .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num {
  
  margin: 25px;
} */

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .border-end {
  border-right: 2px solid #000 !important;

}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num {
  /* width: 70%; */
  margin: auto;
  /* border-bottom: 1px solid #fff; */
  padding: 13px 0;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num p {
  font-size: 60px;
  /* line-height: 38px; */
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  border-radius: 50%;
  /* border: 3px solid #fff; */
  padding: 12px 9px;
  /* background-color: transparent; */
  padding: 20px 0;
}

.timeline-main .timeline-wrap .timeline-card {
  width: 50%;
  margin-right: auto;
  position: relative;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
  margin-right: 35px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 7px;
  animation: fadeInRight 2.5s;
  animation-fill-mode: both;
  /* border: 5px solid transparent; */
  overflow: hidden;
  border-radius: 10px;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 500%;
  background: linear-gradient(to right, #ff3c7b, #40c9ff);
  animation: animate 4s linear infinite;
  opacity: 0;
  transition: 0.5s;
  /* inset: 0; */
  left: -50%;
  top: -50%;
}


.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap:hover::before {
  opacity: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-contents {
  position: relative;
  /* width: 101%; */
  /* background: #1c1c1c; */
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  /* display: flex; */
  z-index: 1;
}

/* .timeline-main .timeline-wrap .timeline-card .timeline-border{
  border: 2px solid transparent;
} */

/* .tree-container .card {
  position: relative;
  width: 350px;
  height: 300px;
  background: rgb(255 255 255 / 18%) !important;
 
  backdrop-filter: blur(10px);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  padding: 0px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
} */



/* .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap:hover {
  border: 5px solid #ff3c7b;
} */


@media (max-width: 767px) {
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    padding: 20px;
  }
}

/* .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -8px;
  height: 8px;
  width: calc(100% - 60px);
  background-color: #00283a;
  border-radius: 5px 5px 0 0;
  opacity: 0.3;
} */
/* .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 20px;
  height: 20px;
  background-color: #00283a;
  background-color: rgba(102, 102, 102, 0.678);
  border-radius: 5px;
  transform: rotate(45deg);
} */
.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
  margin-bottom: 10px;
  text-align: left;
  padding-top: 5px;
  /* border-top: 1px solid #fff; */
  color: #000;
}

@media (max-width: 1199px) {
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;

  }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    font-size: 18px;
    line-height: 28px;
  }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
    font-size: 14px;
    line-height: 24px;
  }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /* color: #919ca1; */
  color: #000;
  margin: 15px 0 0;
  text-align: left;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text a {
  text-decoration: underline;
  color: #000;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .timeline-main .timeline-wrap .timeline-card:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }

  .timeline-main .timeline-wrap .timeline-card:nth-child(even)::after {
    right: unset;
    left: -10px;
    animation-delay: 2.6s;
  }

  .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap {
    margin-right: 0;
    margin-left: 35px;
    animation: fadeInLeft 2.5s;
    animation-fill-mode: both;
    animation-delay: 2.5s;
  }

  .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap::after {
    right: unset;
    border-left: none;
    left: -8px;
    border-right: 10px solid #00283a;
  }
}

@keyframes line {
  0% {
    height: 0;
  }

  100% {
    height: calc(100% - 10px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/**************************/


.steps-container {
  padding: 5rem 0;
  /* background: linear-gradient(
    to right,
    #c8efd675 0%,
    #f5bdd678 50%,
    #aac8e94d 100%
  ),
  url("../img/bg-img.webp"); */
  background: linear-gradient(to right, #000000a3, #181818ba), url(../img/bg-img.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tree-container .tree-node,
.tree-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tree-container .tree-node .card-heading {
  width: 350px;
  background: rgba(255, 255, 255, 0.459) !important;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px 0;
  color: #fff;
}

.tree-container .root .card {
  font-size: 18px;
}

.tree-container .connectors,
.connectors {
  position: relative;
  width: 67%;
  height: 30px;
}

.tree-container .connectors .line,
.connectors .line {
  position: absolute;
  background-color: #fff;
}

.tree-container .connectors .line-1,
.connectors .line-1 {
  position: absolute;
  background-color: #fff;
}

.tree-container .connectors .line-2,
.connectors .line-2 {
  position: absolute;
  background-color: #fff;
}

.tree-container .connectors .vertical,
.connectors .vertical {
  height: 20px;
  width: 2px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.tree-container .connectors .vertical-1,
.connectors .vertical-1 {
  height: 30px;
  width: 2px;
  left: 0%;
  top: 60%;
  bottom: -50%;
  transform: translateX(-50%);
}

.tree-container .connectors .vertical-2,
.connectors .vertical-2 {
  height: 30px;
  width: 2px;
  left: 100%;
  top: 60%;
  bottom: -50%;
  transform: translateX(-50%);
}

.tree-container .connectors .vertical-3,
.connectors .vertical-3 {
  height: 30px;
  width: 2px;
  left: 50%;
  top: 60%;
  bottom: -50%;
  transform: translateX(-50%);
}

.tree-container .connectors .horizontal,
.connectors .horizontal {
  height: 2px;
  width: 100%;
  top: 18px;
  left: 0;
}

.tree-container .children,
.children {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.tree-container .tree-node .children .tree-node,
.tree-node .children .tree-node {
  flex: 1;
}

.tree-container .tree-node .children .tree-node:not(:last-child),
.tree-node .children .tree-node:not(:last-child) {
  margin-right: 10px;
}

.tree-container .card {
  position: relative;
  width: 350px;
  height: 300px;
  background: rgb(255 255 255 / 18%) !important;
  /* background: #e24625 !important; */
  backdrop-filter: blur(10px);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  padding: 0px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.tree-container .card::before {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  background: linear-gradient(to right, #ff3c7b, #40c9ff);
  animation: animate 4s linear infinite;
  opacity: 0;
  transition: 0.5s;
}

.tree-container .card:hover::before,
.card:hover::before {
  opacity: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.tree-container .card .content,
.card .content {
  position: relative;
  width: 96%;
  height: 280px;
  /* background: #1c1c1c; */
  background: #02162b;
  border-radius: 10px;
  padding: 10px;
  margin: 5px 0;
  /* display: flex; */
  /* flex-direction: column;
  justify-content: space-between; */
  z-index: 1;
}

.tree-container .card .content h2,
.card .content h2 {
  /* color: #ff3c7b; */
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.tree-container .card .content h3,
.card .content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}

.tree-container .card .content p,
.card .content p {
  color: #999;
  /* line-height: 1.5; */
  /* margin-bottom: 20px; */
  font-size: 15px;
  margin: 10px;
  font-size: 16px;
}

/* .card .content a {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to right, #ff3c7b, #40c9ff);
  border-radius: 25px;
  transition: 0.5s;
} */

.tree-container .card .content a:hover,
.card .content a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 60, 123, 0.4);
}





/**************************/



/*********************************************************************************************************/

.banking-features-section {
  background: url(../img/banking-feature-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.features-section {
  background-color: #F6F6F6;
}

.features-section .features-heading p {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 2rem;
  margin: 0;
}

.banking-features-section .features-content {
  border: 1px solid #ccc;
  border-radius: 10px;
  backdrop-filter: blur(40px);
}

.banking-features-section .features-content img {
  width: 60px !important;
  padding-bottom: 2rem;
}

.banking-features-section .features-content h4 {
  font-size: 1rem;
}

.features-section .features-content {
  text-align: center;
  padding: 2rem;
}

.features-section .features-content:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transition: 0.8s;
}

.features-section .features-content img {
  width: 80px;
  padding-bottom: 2rem;
}

.features-section .features-content h4 {
  font-size: 24px;
  font-weight: 700;
}

.features-section .features-content p {
  font-size: 16px;
}

.features-section-1 .features-heading p {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 2rem;
  margin: 0;
}

.features-section-1 .features-content {
  text-align: center;
  padding: 0rem;
}

.features-section-1 .features-content img {
  width: 80px;
  padding-bottom: 2rem;
}

.features-section-1 .features-content p {
  font-size: 16px;
}


/* .faq-section{
  background-color: #00283a;
} */

.faq-section .faq-heading p {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 2rem;
  margin: 0;
  color: #000;
}

.faq-container {
  width: 100%;
  /* background-color: #ffffff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}



.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /* background-color: transparent; */
  transition: background-color 0.3s ease;
  /* border: 1px solid #fff; */
  color: #000;
  border-bottom: 1px solid #000;
}

.faq-question:hover {
  background-color: #e13d0a;
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #00283a;
  color: #fff;
  /* color: #6c757d; */
  font-size: 14px;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
  /* background-color: #e1e1e1; */
}

.faq-answer.open {
  max-height: 200px;
  /* Adjust for longer answers */
  padding: 15px 20px;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.arrow.open {
  transform: rotate(90deg);
}

.faq-section .accordion-item {
  border: none;
}

.faq-section .accordion-item .accordion-header {
  border-bottom: 1px solid #000;

}

.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq-section .accordion-button::after {
  transition: all 0.5s;
}

.faq-section .accordion-item .accordion-body {
  background-color: #001d3a;
  color: #fff;
  font-size: 16px;
}

/* .faq-section .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
} */

.faq-section .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

/* .faq-section .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
} */

.faq-section .accordion-button:not(.collapsed) {
  /* color: var(--bs-accordion-active-color); */
  background-color: #001d3a98;
  box-shadow: none;
  color: #fff;
}


.faq-section .accordion-button {
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-question {
    font-size: 14px;
    padding: 15px;
  }

  .faq-answer {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .faq-container {
    max-width: 90%;
  }
}


/*******************************************************************************************************/

.modal .modal-header {
  background-color: #E24625;
  color: #ffffff;
}


.modal .ctaButton {
  background: #6C757D;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}

.scholarship-modal {
  /* position: absolute;
  right: 15%;
  top: 35%;
  z-index: 1000; */
  background: #02162B;
  text-transform: uppercase;
  padding: 13px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0px;
  border: 1px solid #02162B;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.scholarship-modal:hover {
  color: #ffffff;
  background-color: #E24625;
}

.login-signup-modal {
  /* position: absolute;
  right: 2%;
  top: 35%;
  z-index: 1000; */
  background: #02162B;
  text-transform: uppercase;
  padding: 13px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0px;
  border: 1px solid #02162B;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.login-signup-modal:hover {
  color: #ffffff;
  background-color: #E24625;
}



/*******************************************************************************************************/

.year-section {
  margin: 0;
  padding: 2rem 0;
  box-sizing: border-box;
  /* font-family: "Roboto", sans-serif; */
  background-color: #02162b;
  display: flex;
  align-items: center;
  justify-content: center;
}


.year-section .year-box {
  padding: 11px;
  /* border: 1px solid #080046; */
  background-color: #fff;
  width: 60%;
  text-align: center;
  color: #02162b;
  text-transform: uppercase;
  border-radius: 10px;
  width: 176px;
}

.year-section .year-box p {
  font-size: 54px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #E24625;
}

.year-section .year-box span {
  font-weight: 600;
  font-size: 18px;
  margin-top: -15px;
}

.year-section .year-content {
  padding: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

/* .year-section .year-content {

  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  background-image: linear-gradient(gold,transparent),linear-gradient(to left, red, #27ff00, green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: gradient 3000ms ease-in-out alternate infinite;
}

@keyframes gradient {
  0% {background-position: 0% 50%;}
  100% {background-position: 100% 50%;}
} */

.year-section .year-content h3 {
  font-weight: 700;
}

.year-section .year-content p {
  margin: 0;
}

/*****************************************************/

.year-section .clients .sec-heading {
  margin-bottom: 50px;
}

.year-section .clients .sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px;
}

.year-section .year-heading {
  color: #000;
}

.year-section .year-heading h5 {
  font-weight: 600;
  font-size: 24px;
}

.year-section .year-heading p {
  font-size: 20px;
}


.trust-section {

  /* background-color: #001d3a;
  background: linear-gradient(to bottom, #001d3a , #fff ); */
  box-sizing: border-box;
  /* font-family: "Roboto", sans-serif; */
  /* background-color: #02162b; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.trust-section .year-heading {
  color: #000;
  padding: 4rem 10rem;
}

.trust-section .year-heading h5 {
  font-weight: 600;
  font-size: 34px;
  position: relative;
  z-index: 99;
  color: #001d3a;
}

/* .trust-section  .year-heading h5::after {
  content: "";
  position: absolute;
  top: 92%;
  width: 450px;
  left: 0;
  height: 10px;
  background-color: #E24625;
  z-index: -1;
} */

.trust-section .year-heading p {
  font-size: 20px;
  padding-top: 2rem;
}

.trust-section .clients {
  padding: 0px 0;
  background-color: #f7f7f7;

}

.trust-section .clients .box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 80%;
  height: auto;
  transition: transform 0.5s ease-in;
  /* background-color: #c7efff; */
  /* border: 1px solid #fff; */
  padding: 1rem;
  margin: 8px auto;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
}

.trust-section .clients .box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  /* aspect-ratio: 2/1; */
}

.trust-section .clients .box:hover {
  transform: scale(1.2);
}

.trust-section .trust-img {
  background-color: #fff;
}

.trust-section .trust-img img {
  width: 100%;
}

.clients-carousel{
  background-color: #fff;
}
.table-section {
  background-color: #cccccc0d;
}

.clients-card-section {
  /* background: linear-gradient(45deg,  #ffffff91,  #ffffff91), url("../img/bg-img-rent.jpg"); */
  /* background: linear-gradient(45deg,  #ffffffc4,  #ffffffc4), url("../img/core-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  /* padding: 0rem 0; */
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;

}

.clients-card-section .vertical-section .cards {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  /* padding: 30px; */
}

.clients-card-section .services-sec .cards h2.header {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  z-index: 99;
  background-image: linear-gradient(120deg, #1cdce8, #004d99, #001d3a);
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animated-gradient 5s ease-in-out infinite;
  padding-bottom: 1rem;
  border-bottom: 3px solid #E24625;
  margin: 0 32px 2rem 52px;
}

.clients-card-section .vertical-section .cards h2.header {
  font-size: 38px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  z-index: 99;

  background-image: linear-gradient(120deg, #1cdce8, #bb77ed, #001d3a);
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animated-gradient 5s ease-in-out infinite;
  padding-bottom: 1rem;
}


/* Простенька Keyframe анімація */
@keyframes animated-gradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.clients-card-section .vertical-section .cards p{
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

/* .clients-card-section .vertical-section .cards h2.header::after {
  content: "";
  width: 610px;
  height: 18px;
  background-color: #E24625;
  position: absolute;
  top: 50%;
  left: 22%;
  border-radius: 10px;
  z-index: -1;
} */

.clients-card-section .cards-content {
  position: relative;
}

.clients-card-section .cards-content::before {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #E24625;
  top: -49px;
  left: 59%;
  position: absolute;
}

.clients-card-section .vertical-section .services {
  display: flex;
  align-items: center;
}

.clients-card-section .vertical-section .services .services-icon img {
  width: 60px;
}

.clients-card-section .vertical-section .content {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin: 5px 5px;
  padding: 20px 16px;
  border: 2px solid #125;
  border-radius: 4px;
  transition: all .3s ease;
  color: #000;
  backdrop-filter: blur(50px);
  height: 250px;
  border-radius: 10px;
  box-shadow: #125 0px 20px 30px -10px;
}

.clients-card-section .vertical-section .content .fab {
  font-size: 70px;
  margin: 16px 0;
  color: #126
}

.clients-card-section .vertical-section .content>* {
  flex: 1 1 100%;
}

.clients-card-section .vertical-section .content:hover {
  color: white;
}

.clients-card-section .vertical-section .content:hover h4 {
  border-bottom: 3px solid #fff;
}

.clients-card-section .vertical-section .content:hover a {
  border-color: white;
  background: white;
}

.clients-card-section .vertical-section .content-1:hover {
  border-color: #1DA1F2;
  background: #1DA1F2;
}

.clients-card-section .vertical-section .content-1:hover a {
  color: #1DA1F2;
}

.clients-card-section .vertical-section .content-2:hover {
  border-color: #E1306C;
  background: #E1306C;
}

.clients-card-section .vertical-section .content-2:hover a {
  color: #E1306C;
}

.clients-card-section .vertical-section .content-3:hover {
  border-color: #ff0000;
  background: #ff0000;
}

.clients-card-section .vertical-section .content-3:hover a {
  color: #ff0000;
}

.clients-card-section .vertical-section .content h2 {
  font-size: 16px;
  margin: 16px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.clients-card-section .vertical-section .content h4 {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  border-bottom: 3px solid #000;
  color: #E24625;
}

.clients-card-section .vertical-section .content:hover h4 {
  color: #ffffff;
  transition: 0.5s;
}

.clients-card-section .vertical-section .content p {
  font-size: 15px;
}

.clients-card-section .vertical-section .content a {
  background: transparent;
  color: #001d3a;
  text-decoration: none;
  border-radius: 25px;
  transition: .3s ease;
}

.clients-card-section .vertical-section .content a:hover {
  border-radius: 4px;
  background: transparent;
  color: #fff;
}

/**********/

.clients-card-section .cardtop-line {
  position: relative;
}

.clients-card-section .cardtop-line::before {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #E24625;
  position: absolute;
  top: -32px;
  left: 53%;
}

.clients-card-section .style1 {
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 #dfe7f7;
  padding: 25px 14px 25px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 50%;
  /* max-width: 243px; */
  border: 1px solid #E24625;
  /* box-shadow: #32325d40 0px 50px 100px -20px, #0000004d 0px 30px 60px -30px; */
  box-shadow: #02162b56 0px 50px 100px -20px, #02162b56 0px 30px 60px -30px;
  /* height: 100%; */
  width: 200px;
  height: 170px;
}

.clients-card-section .style1 .item-number {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  /* background-color: #0b1460; */
  background-color: #02162b;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: -10px;
}

.clients-card-section .style1 .item--meta a {
  text-decoration: none;
}

.n-ppost-name {

  top: 100%;
  left: 30%;
  margin-top: 10px;
  /* width: 40%; */
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  visibility: hidden;
  pointer-events: none;
}
  
.n-ppost:hover + .n-ppost-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.clients-card-section .style1 .item--title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.17;
  color: #02162b;
  clear: both;
  line-height: 1.4;
  margin: 5px 0 0 0;
  font-weight: 700;

}

.clients-card-section .style1 p {
  font-size: 13px;
  line-height: 1.4;
  color: #02162b;
  clear: both;
  margin: 0 0 15px;
  font-weight: 700;
  padding-top: 5px;
}


.clients-card-section .style1 img {
  width: 30%;
}

/**************for e-stamping page************************/

.estamping-card-section {
  /* background: linear-gradient(45deg,  #ffffff91,  #ffffff91), url("../img/bg-img-rent.jpg"); */
  /* padding: 0rem 0; */
  padding-top: 6rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.estamping-card-section .services-sec .cards h2.header {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  z-index: 99;
  background-image: linear-gradient(120deg, #1cdce8, #004d99, #001d3a);
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animated-gradient 5s ease-in-out infinite;
  padding-bottom: 1rem;
  border-bottom: 3px solid #E24625;
  margin: 0 0 2rem 0;
}

.estamping-card-section .cardtop-line {
  position: relative;
}

.estamping-card-section .cardtop-line::before {
  content: "";
  width: 3px;
  height: 53px;
  background-color: #E24625;
  position: absolute;
  top: -50px;
  left: 50%;
}


.estamping-card-section .style1 {
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 #dfe7f7;
  padding: 25px 14px 25px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 50%;
  /* max-width: 243px; */
  border: 1px solid #E24625;
  /* box-shadow: #32325d40 0px 50px 100px -20px, #0000004d 0px 30px 60px -30px; */
  box-shadow: #02162b56 0px 50px 100px -20px, #02162b56 0px 30px 60px -30px;
  /* height: 100%; */
  width: 280px;
  height: 285px;
}

.estamping-card-section .style1 .item--title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.17;
  color: #02162b;
  clear: both;
  line-height: 1.4;
  margin: 0 0 15px;
  font-weight: 700;
  padding-top: 1rem;
}

.estamping-card-section .style1 p {
  font-size: 13px;
  line-height: 1.4;
  color: #02162b;
  clear: both;
  margin: 0 0 15px;
  font-weight: 700;
  padding-top: 5px;
}


.estamping-card-section .style1 img {
  width: 30%;
}


.estamping-card-section .style1 .item-number {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  /* background-color: #0b1460; */
  background-color: #02162b;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  left: 78%;
}


.estamping-card-section .cards-content {
  /* margin: 1px; */
  position: relative;
  text-align: center;
  background-color: transparent;
  padding: 3px 3px 3px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  animation: fadeInRight 2.5s;
  animation-fill-mode: both;
  /* width: 235px; */
  box-shadow: #02162b56 0px 50px 100px -20px, #02162b56 0px 30px 60px -30px;
}


.estamping-card-section .cards-content::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 500%;
  background: linear-gradient(to right, #ff3c7b, #40c9ff);
  animation: animate 4s linear infinite;
  opacity: 0;
  transition: 0.5s;
  /* inset: 0; */
  left: -50%;
  top: -180%;
}

.estamping-card-section .cards-content:hover::before {
  opacity: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/**************************************/

.clients-card-section .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.clients-card-section .owl-nav button.owl-prev {
  left: -20px;
}

.clients-card-section .owl-nav button.owl-next {
  right: -20px;
}

.clients-card-section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.clients-card-section span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.clients-card-section .owl-nav button:focus {
  outline: none;
}

.clients-card-section h2 {
  margin-top: 50px;
  font-size: 18px;
  font-family: sans-serif;
}

.clients-card-section h2 span {
  color: red;
  font-size: 100%;
  position: initial;
}


.clients-card-section .cards-content {
  /* margin: 1px; */
  position: relative;
  text-align: center;
  background-color: transparent;
  padding: 3px 3px 3px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  animation: fadeInRight 2.5s;
  animation-fill-mode: both;
  width: 210px;
  box-shadow: #02162b56 0px 50px 100px -20px, #02162b56 0px 30px 60px -30px;
}


.clients-card-section .cards-content::before {
  content: "";
  /* position: absolute; */
  width: 200%;
  height: 500%;
  background: linear-gradient(to right, #ff3c7b, #40c9ff);
  animation: animate 4s linear infinite;
  opacity: 0;
  transition: 0.5s;
  /* inset: 0; */
  left: -50%;
  top: -180%;
}

.clients-card-section .cards-content:hover::before {
  opacity: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.clients-card-section .join-scrolling,
.clients-card-section .join-scrolling-reverse {
  overflow: hidden;
}

.clients-card-section .join-scrolling article {
  display: flex;
  width: 200%;
  height: 100px;
  animation: bannermove 30s linear infinite;
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
  }
}

.clients-card-section .join-scrolling-reverse article {
  display: flex;
  width: 200%;
  height: 100px;
  animation: bannerreversemove 30s linear infinite;
}


@keyframes bannerreversemove {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}

.clients-card-section .join-scrolling ul,
.clients-card-section .join-scrolling-reverse ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.clients-card-section .join-scrolling ul li,
.clients-card-section .join-scrolling-reverse ul li {
  margin: 0 2rem;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 1rem;
  border-radius: 10px;
}

.clients-card-section .join-scrolling ul li:nth-child(2),
.clients-card-section .join-scrolling-reverse ul li:nth-child(2) {
  margin: 0 2rem;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.clients-card-section .join-scrolling ul li:nth-child(3),
.clients-card-section .join-scrolling-reverse ul li:nth-child(3) {
  margin: 0 2rem;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.clients-card-section .join-scrolling,
.clients-card-section .join-scrolling-reverse {
  margin: 2rem 0;
}

.clients-card-section .join-scrolling img,
.clients-card-section .join-scrolling-reverse img {
  width: 40px;
}



.iso-certified-logo {
  background-color: #001d3a;
  padding: 1rem 0;
}

.iso-certified-logo .iso-certified-img {
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  padding: 15px 0;
  background-color: #eeeeee;
  border-radius: 10px;
}

.iso-certified-logo .iso-certified-img img {
  width: 280px;
}

.iso-certified-logo .iso-certified-content p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.iso-certified-logo .border-right {
  border-right: 1px solid #fff;
}

.iso-certified-logo .iso-certified-side-content a {
  text-decoration: none;
}

.iso-certified-logo .iso-certified-side-content {
  padding: 0 1rem;
}

.iso-certified-logo .iso-certified-side-content h6 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.introducing-card-section {
  padding: 5rem 0;

  /* background-color: #001d3a; */
  /* background: linear-gradient(to right, #d8d8d879, #d8d8d879), url("../img/table-bg.webp"); */
  background: url("../img/table-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.introducing-card-section .introducing-heading h2 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;

  font-weight: 700;
  /* padding-bottom: 5rem; */
  margin-bottom: 1rem;

  background-image: linear-gradient(120deg, #1cdce8, #bb77ed, #001d3a);
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animated-gradient 5s ease-in-out infinite;

}

.introducing-card-section .introducing-heading p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.introducing-card-section .box {
  /* width: 200px; */
  height: 300px;
  position: relative;
  border: 1px solid #BBB;
  /* background: #fff; */
  /* float: left; */
  margin: 20px;
  border-radius: 20px 0 20px 20px;
  border-bottom: 4px solid #E24625;
  position: relative;
  backdrop-filter: blur(40px);
}

.introducing-card-section .ribbon-img {
  position: absolute;
  top: 0;
  left: 85%;
}



.introducing-card-section .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}

.introducing-card-section .ribbon span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  transform: rotate(45deg);
  width: 110px;
  display: block;
  background: #E24625;
  background: linear-gradient(#E24625 0%, #E24625 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -24px;
}

.introducing-card-section .ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #E24625;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E24625;
}

.introducing-card-section .ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #E24625;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E24625;
}

.introducing-card-section .ribbon-content {
  padding: 2rem;
}

.introducing-card-section .ribbon-content h4 {
  color: #02162b;
  font-size: 20px;
  font-weight: 600;
}

.introducing-card-section .ribbon-content ul {
  margin: 10px 0;
  padding: 0 10px;
}

.introducing-card-section .ribbon-content ul li {
  list-style: none;
  margin: 1em;
}

.introducing-card-section .ribbon-content ul li:before {
  /* content: '\f006'; */
  content: '\f0da';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1em;
  color: #E24625;
  font-size: 20px;
}



/**********************************************************************/

.introducing-card-section .testimonial {
  margin: 0 20px 40px;
}

.introducing-card-section .testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #f0f0f0;
  position: relative;
  height: 220px;
  border-right: 5px solid #E24625;
  /* backdrop-filter: blur(40px); */
}

.introducing-card-section .testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #718076;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.introducing-card-section .testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #718076;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.introducing-card-section .testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #E24625;
  /* background: #0CCA4A; */
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.introducing-card-section .testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #E24625;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.introducing-card-section .testimonial .description {
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin: 0;
}

.introducing-card-section .testimonial .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  /* color: #525252; */
  color: #E24625;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #E24625;
}

.introducing-card-section .testimonial .post {
  display: block;
  font-size: 14px;
  color: #0CCA4A;
}

.introducing-card-section .owl-theme .owl-controls {
  margin-top: 20px;
}

.introducing-card-section .owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.introducing-card-section .owl-theme .owl-controls .owl-page.active span,
.introducing-card-section .owl-theme .owl-controls.clickable .owl-page:hover span {
  /* background: #0CCA4A; */
  background: #E24625;
}



/**********************************************************************/

.banking-form {
  padding: 3rem 0;
  background-color: #cccccc31;
}

.banking-form .form-heading h5 {
  font-size: 38px;
  font-weight: 600;
  color: #001d3a;
}

.banking-form .form-content p {
  padding: 1rem 0;
  border-bottom: 1px solid #E24625;
}

.banking-form .btn {
  background-color: #001d3a;
  color: #fff;
  padding: 5px 15px;
}

/************/

/*****************************************************************/

.newslatter-section {
  /* background-color: #f9f9f9; */
  color: #000000;
  text-align: center;
}

.newslatter-section h6 {
  line-height: 28px;
}

.newslatter-section .form-subscribe {
  max-width: 600px;
  margin: 0 auto
}

.newslatter-section .form-subscribe .form-control {
  background-color: hsla(0, 0%, 100%, .8);
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px
}

.newslatter-section .form-subscribe .form-control.focus,
.form-subscribe .form-control:focus {
  z-index: 2;
  background-color: hsla(0, 0%, 100%, .8)
}

.newslatter-section .btn {
  border-radius: 36px;
  background: #E24625;
  border-color: #E24625;
  padding: 0.4rem 1rem;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.nineteen {
  border-radius: 10px;
  /* background: linear-gradient(to right, #b26767, #385B64); */
  background: #001d3a;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border: transparent;
  text-decoration: none;
}

.nineteen:hover {
  color: #fff;
}

.nineteen span {
  position: relative;
  transition: 400ms;
}

.nineteen span::after {
  content: '\00bb';
  position: absolute; 
  opacity: 0;
  top: -2px;
  right: -20px;
  transition: 500ms;
}

.nineteen:hover span {
  padding-right: 25px;
}

.nineteen:hover span::after {
  opacity: 1;
  right: 0;
}



.banking-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: left !important;
  background-color: #DAECFF;
  margin-top: 4rem;
}

.banking-section .bank-sec {
  height: 400px;
}

.banking-section .bank-sec h2 {
  font-size: 38px;
  font-family: "Poppins", serif;
  font-weight: 700;
}

.banking-section h6 {
  padding-bottom: 3rem;
  font-family: "Poppins", serif;
  font-size: 14px;
}

/*****************banking sub-pages************************/

.banking-section-1 {
  /* padding-top: 10rem; */
  /* padding-bottom: 10rem; */
  text-align: left !important;
  /* margin-top: 4rem; */
  /* background: linear-gradient(120deg, #00000096, #00000096), url("../img/sub-ban-pages.webp"); */
  /* background: linear-gradient(120deg, #34343461, #b5b5b56b), url(../img/sub-ban-pages.webp); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 70px 0 0 0;
  overflow: hidden;
}

.banking-section-1 .btn {
  border-radius: 36px;
  padding: 0.7rem 2rem;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", serif;
  color: #fff;
  background: transparent;
  border: 2px solid #001d3a;
  color: #001d3a;
}

.banking-section-1 .btn:hover {
  background: #001d3a;
  border: 2px solid #001d3a;
  color: #fff;
  transition: 0.4s;
}

.banking-section-1 video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotateY(180deg);
}

.banking-section-1 .bank-sec {
  /* height: 400px; */
  position: relative;
  padding: 8rem 6rem;
  background-color: #daecff99;
}

.banking-section-1 .bank-sec h2 {
  font-size: 38px;
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #001d3a;
}


.banking-section-1 h6 {
  padding-bottom: 3rem;
  font-family: "Poppins", serif;
  font-size: 16Śpx;
  color: #001d3a;
}

.banking-section-1 .bank-video img {
  width: 575px;
}


/*******************sub-pages steps***************************/

.road-map-main {
  margin: 50px 0 51px;

  .road-map-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 175px;

    @media (max-width: 991px) {
      margin-bottom: 25px;
      height: auto;
      display: block;
    }

    &::before {
      content: "";
      width: 100%;
      clear: both;
      display: block;
    }

    &::after {
      content: "";
      width: 100%;
      clear: both;
      display: block;
    }

    .road-map-circle {
      width: 185px;
      height: 185px;
      border-radius: 50%;
      border: 10px solid transparent;
      border-top-color: #E24625;
      border-right-color: #E24625;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg);

      @media (max-width: 992px) {
        position: unset;
        border: 10px solid #E24625;
      }

      .road-map-circle-text {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: #fff;
        font-size: 38px;
        font-weight: 600;
        line-height: 26px;
        text-transform: capitalize;
        color: #E24625;
        box-shadow: 0px 0px 10px 5px #00000021;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(-45deg);
        border: 3px solid #E24625;
      }
    }

    .road-map-card {
      width: 35%;
      /* float: right; */
      background: #fff;
      padding: 20px 20px;
      z-index: 1;
      position: absolute;
      right: 0;
      border-radius: 5px;

      &::before {
        content: "";
        width: 25%;
        height: 10px;
        background: #E24625;
        position: absolute;
        top: 60%;
        transform: translateY(-50%);
        left: -25%;
        z-index: -1;
      }

      @media (max-width: 991px) {
        width: 100%;
        margin-top: 30px;
        position: unset;

        &::before {
          content: "";
          width: 20px;
          height: 30%;
          top: 50%;
          transform: translateX(-50%);
          left: 50%;
        }
      }

      @media (max-width: 425px) {
        top: 45%;
      }

      .card-head {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 15px;
        color: #001d3a;
        padding-bottom: 5px;
        border-bottom: 1px solid #001d3a;
      }

      .card-text {
        color: #001d3a;
        font-size: 16px;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;

        @media (max-width: 1199px) {
          -webkit-line-clamp: 4;
        }
      }
    }

    &:nth-of-type(even) {
      .road-map-circle {
        border-bottom-color: #E24625;
        border-left-color: #E24625;
        border-top-color: transparent;
        border-right-color: transparent;

        @media (max-width: 991px) {
          border-color: #E24625;
        }
      }

      .road-map-card {
        /* float: left; */
        left: 0;

        &::before {
          right: -26%;
          left: unset;

          @media (max-width: 991px) {
            content: "";
            width: 20px;
            height: 30%;
            top: 50%;
            transform: translateX(-50%);
            left: 50%;
          }

          @media (max-width: 425px) {
            top: 45%;
          }
        }
      }
    }
  }
}

/* .road-map-card-parent{
  margin-right: 35px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 7px;
  animation: fadeInRight 2.5s;
  animation-fill-mode: both;
  border: 5px solid transparent;
  overflow: hidden;
  border-radius: 10px;
} */

/* .road-map-card::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 500%;
  background: linear-gradient(to right, #ff3c7b, #40c9ff);
  animation: animate 4s linear infinite;
  opacity: 0;
  transition: 0.5s;
  left: -50%;
  top: -50%;
}

.road-map-card:hover::before {
  opacity: 1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

.border-gradient {
  border: 5px solid #E24625;
}

.border-gradient:hover {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}

.border-gradient-purple:hover {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.border-gradient-green:hover {
  border-image-source: linear-gradient(to left, #00C853, #B2FF59);
}


.step-section h5 {
  color: #ffffff;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 2rem;
}

/**********************************************/


/*****************************************/

.newslatter-section .bank-video {
  text-align: center;
}

.newslatter-section .bank-video {
  overflow: hidden;
}

.newslatter-section .overflow-hidden {
  overflow: hidden;
}

.drop-in {
  animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}



.apps-section {
  padding: 5rem 0;
  /* background-color: #ececec; */
  overflow: hidden;
}

.apps-section .card .card-icon img {
  width: 70px;
}

.apps-section .card .card-icon {
  background-color: #fff;
  border: 1px solid #E24625;
  padding: 20px;
}

.apps-section .card {
  border: none;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  display: flex;
  align-items: center;
}

/* .apps-section .card:hover {
  border: 3px solid #00283a;
  box-shadow: none;
  transition: 0.8s;
} */

.apps-section .card .dwn-btn {
  background-color: #fff;
  color: #E24625;
  border: 1px solid #E24625;

  padding: 5px 15px;
  margin: auto;
  border-radius: 10px;
  margin-top: 15px;
}

.apps-section .card .dwn-btn:hover {
  background-color: #E24625;
  color: #fff;
  border: 1px solid #E24625;
  transition: 0.8s;
}

.apps-section .card .card-body {
  margin: 3rem 0 1rem 0;
}



.apps-section .our-side-content {

  padding: 6rem 1.4rem;
}

.apps-section .our-app-content {
  margin: 0 1rem;
}

/* .apps-section .our-app-content .card-1,
.apps-section .our-app-content .card-2{
 border: 1px solid #E24625;
 box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
} */

/* .apps-section .our-app-content .card-2 {
  margin-top: 8rem;
} */

.apps-section .our-app-content .card-1 img,
.apps-section .our-app-content .card-2 img {
  width: 300px;
  height: 480px;
}

.apps-section .our-app-content .left-content {
  margin-top: 3rem;
}

.apps-section .our-app-content .right-content {
  margin-bottom: 3rem;
  text-align: right;
}

.apps-section .our-app-content .apps-heading p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5rem;
  color: #000;
}

.career-section {
  /* background-color: #E24625; */
  padding: 4rem 0 0 0;
}

.career-section .career-now {
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #ffffff;
  padding: 10px 0;
}

.career-section .career-btn {
  text-align: center;
}

.career-section .career-btn a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  /* box-shadow: 0px 4px 10px 0px #4e4e4ed0; */
  border: 2px solid #ffffff;
  padding: 5px 20px;
  text-decoration: none;
}

.career-section .des-content {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 3rem 4rem;
  position: relative;
}

.career-section .des-content::before {
  content: '';
  position: absolute;
  width: 6rem;
  height: 5px;
  background-color: #00283a;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}

.career-section .des-content h4 {
  font-weight: 600;
  color: #E24625;
  padding: 1rem 0;
}


.market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #e7e7e7;
  background-position: center left 0.75rem;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
}

.market-btn .market-button-title {
  display: block;
  color: #fff;
  font-size: 1.125rem;
}

.market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #fff;
  font-size: 0.75rem;
}

.market-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

.market-btn:hover .market-button-subtitle {
  color: #000;
}

.market-btn:hover .market-button-title {
  color: #000;
}



/* .google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
} */

.google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-color: #000;
  border-radius: 10px;
}

/*******************************************************************************************************/

.con-form .form-btn .btn {
  background-color: #E24625;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}


.con-form .cal-price .form-header {
  margin-bottom: 20px;
}

.con-form .cal-price .form-header h3 {
  font-size: 2rem;
  color: #000;
}

.con-form .cal-price .form-header h4 {
  font-size: 1.7rem;
}



.con-form .cal-price .form-wrap {
  background: #fff;
  width: 100%;
  max-width: 850px;
  padding: 30px 50px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #E24625;
}

.con-form .cal-price .form-wrap::after {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  background: #E24625;
  z-index: -1;
  opacity: 0.8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.con-form .cal-price .form-group {
  margin-bottom: 25px;
}

.con-form .cal-price .form-group>label {
  display: block;
  font-size: 18px;
  color: #000;
}

.con-form .cal-price .custom-control-label {
  color: #000;
  font-size: 16px;
}

.con-form .cal-price .form-control {
  height: 40px;
  /* background: #cbcbcb; */
  border-color: #E24625;
  padding: 0 15px;
  /* margin-bottom: 15px; */
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con-form .cal-price .form-control:focus {
  border-color: #E24625;
  background: #dfdfdf;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .cal-price textarea.form-control {
  height: 89px;
  padding-top: 15px;
  resize: none;
}

.con-form .cal-price .btn {
  padding: .657rem .75rem;
  font-size: 18px;
  letter-spacing: 0.050em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.con-form .cal-price .btn-primary {
  color: #fff;
  /* background-color: #00bcd9; */
  background-color: #E24625;
  border-color: #E24625;
}

.con-form .cal-price .btn-primary:hover {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .cal-price .btn-primary:focus,
.btn-primary.focus {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .cal-price .btn-primary:not(:disabled):not(.disabled):active,
.con-form .cal-price .btn-primary:not(:disabled):not(.disabled).active,
.con-form .cal-price .show>.btn-primary.dropdown-toggle {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
}

.con-form .cal-price .btn-primary:not(:disabled):not(.disabled):active:focus,
.con-form .cal-price .btn-primary:not(:disabled):not(.disabled).active:focus,
.con-form .cal-price .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .iti {
  width: 100%;
}


.three-service {
  margin-top: 3rem;
}

.three-service .three-service-img img {
  padding-left: 3rem;
}

.three-service .rent-service,
.three-service .banking-service,
.three-service .builders-service {
  margin-bottom: 5rem;
}

.three-service .banking-service {
  padding-left: 28rem;
}

.three-service .rent-service h3,
.three-service .banking-service h3,
.three-service .builders-service h3 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.three-service .rent-service a, 
.three-service .banking-service a, 
.three-service .builders-service a {
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
  display: inline-flex;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  margin-left: 2rem;
  transition: .3s;
  background: #fff;
  /* box-shadow: 7px 0 14px -4px #888; */
  box-shadow: 8px 0 16px -5px #ff8f6d;
}

.three-service .rent-service h3::before,
.three-service .banking-service h3::before,
.three-service .builders-service h3::before {
  content: '';
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  left: -3rem;
  top: -2.2rem;
  z-index: -1;
  /* background-color: #00283a7a; */
  background-color: #ffa383;
}

.address-section {
  margin: 0 0 5rem 0;
}

.address-section .address-sec {
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  height: 230px;
}

.address-section .address-sec::before {
  content: '';
  position: absolute;
  width: 6rem;
  height: 5px;
  background-color: #E24625;
  left: 40%;
  top: 3%;
}

.address-section .address-sec h5,
.address-section .address-sec1-head h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.address-section .address-sec p a {
  text-decoration: none;
  color: #000;
}

.address-section .address-sec p a:hover {
  color: #E24625;
}

.address-section .address-sec1-head {
  margin-top: 3rem;
}

.address-section .border-end {
  /* border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important; */
  border-right: 1px solid #000 !important;
}

.address-section .address-sec1 {
  /* border-right: 1px solid #000; */
  padding: 0 2rem;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.address-section .address-sec1 h3,
.address-section .address-sec2 h3 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 600;
}

.address-section .address-sec2 {
  padding: 0 2rem;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.address-section .address-sec1 img,
.address-section .address-sec2 img {
  width: 40px;
}


.address .main-box {
  padding: 0;
  margin-top: 2rem;
}

/* .button-box {
  height: 500px;
  max-width: 500px;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: grid;
} */

.address .main-box .button-box {
  padding: 0;
}

/* Button 1 */
.address .main-box .button {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  transition: 0.5s;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  /* background-image: linear-gradient(
    to right,
    #8081cf,
    #847dc9,
    #8778c3,
    #8a74bd,
    #8d70b7,
    #8f6db2,
    #9169ac,
    #9266a7,
    #9362a1,
    #935e9a,
    #935b93,
    #93578d
  ); */

  background: linear-gradient(to right, #36363679, #36363679),
    url("../img/hand-shake.jpeg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: white;
  animation: blurr 2s;
  animation-iteration-count: infinite;
  outline: none;
  cursor: pointer;
  border: none;
}

.address .main-box img {
  margin-left: auto;
  transition: 0.5s;
  width: 3.5rem;
  height: 3.5rem;
}

@keyframes blurr {

  0%,
  100% {
    box-shadow: 0 0 10px var(--handshake);
  }

  50% {
    box-shadow: 0 0 36px var(--handshake);
  }
}

.address .main-box .title {
  font-weight: bold;
  transition: 0.5s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding-top: 15px !important;
}

.address .main-box .button:hover .title {
  transform: translateX(-140px);
  animation: fade 0.5s;
  opacity: 0%;
}

.address .main-box .button:hover img {
  transform: translateX(-170px);
}

.address .main-box .description {
  position: absolute;
  margin-top: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  font-size: 2rem;
  font-style: italic;
  transition: 0.5s;
  opacity: 0%;
  margin-left: 6rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.address .main-box .button:hover .description {
  transform: translateX(10px);
  opacity: 100%;
}





/*******************************************************************************************************/

.career-section .career-content h2 {
  font-weight: 600;
}

.career-section .opening-heading h3 {
  font-size: 1.5rem;
  font-weight: 600;
  /* border-bottom: 3px solid #000; */
  /* width: 59%;
  margin: auto;
  padding-bottom: 0.4rem; */

}

.career-section .opening-content img {
  width: 100px;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  margin-bottom: 1rem;
}

.career-section .opening-content {
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  min-height: 360px;
}

.career-section .opening-content::before {
  content: '';
  position: absolute;
  width: 6rem;
  height: 5px;
  background-color: #00283a;
  left: 50%;
  transform: translateX(-50%);
  top: 3%;
}

.career-section .opening-content h5 {
  font-weight: 600;
  color: #E24625;
  padding: 1rem 0;
}

.career-section .opening-content p {
  font-weight: 500;
  font-size: 16px;
}

.career-section .opening-content .opening-btn {
  text-decoration: none;
  background-color: #E24625;
  border: 1px solid #E24625;
  color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 20px;
}

.career-section .opening-content .opening-btn:hover {
  background-color: #ffffff;
  border: 1px solid #E24625;
  color: #E24625;
  transition: 0.5s;
}


.con-form .cal-price {
  width: 100%;
  margin-left: auto;
}

.con-form .cal-price .form-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}

.con-form .cal-price .form-header h3 {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}

.con-form .cal-price .form-header h3 span {
  color: #000;
  font-weight: 400;
}

.con-form .cal-price .form-header h4 {
  font-size: 1.7rem;
}

.con-form .cal-price .form-wrap {
  /* background: #ffa383; */
  /* background: #fd5523; */
  /* background: #e13d0a; */
  background: #fff;
  width: 100%;
  max-width: 850px;
  padding: 30px 40px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #e13d0a;
}

.con-form .cal-price .form-wrap label {
  color: #000;
  margin: 0;
  font-size: 16px;
}

.con-form .cal-price .form-group {
  margin-bottom: 25px;
}

.con-form .cal-price .form-group>label {
  display: block;
  font-size: 18px;
  color: #000;
}

.con-form .cal-price .custom-control-label {
  color: #000;
  font-size: 16px;
}

.con-form .cal-price .form-control {
  height: 30px;
  /* background: #cbcbcb; */
  border-color: #E24625;
  padding: 0 15px;
  margin-bottom: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con-form .cal-price .form-control:focus {
  border-color: #E24625;
  background: #dfdfdf;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .cal-price textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.con-form .cal-price .btn {
  padding: 0.3rem .75rem;
  font-size: 14px;
  letter-spacing: 0.050em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.con-form .cal-price .btn-primary {
  color: #fff;
  /* background-color: #00bcd9; */
  background-color: #00283a;
  border-color: #fff;
  border-radius: 10px;
}

.con-form .cal-price .btn-primary:hover {
  color: #00283a;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .cal-price .btn-primary:focus,
.btn-primary.focus {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.con-form .cal-price .btn-primary:not(:disabled):not(.disabled):active,
.con-form .cal-price .btn-primary:not(:disabled):not(.disabled).active,
.con-form .cal-price .show>.btn-primary.dropdown-toggle {
  color: #E24625;
  background-color: #ffffff;
  border-color: #E24625;
}

.con-form .cal-price .btn-primary:not(:disabled):not(.disabled):active:focus,
.con-form .cal-price .btn-primary:not(:disabled):not(.disabled).active:focus,
.con-form .cal-price .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}



.cta-common {
  border-bottom: 4px solid;
  border-top: 4px solid;
  /* border-image-slice: 1; */
  /* border-image-source: linear-gradient(90deg, #FF0038 0%, #FDCF00 23.5%, #90FF00 64.09%, #005CE5 100%); */
  margin-top: 4.5rem;
}

.cta-common {
  background-image: url(../img/bg-cta.webp);
  background-size: cover;
  background-position: center center;
}

.cta-common .cta-inner-wrapper .cta-detail h2,
.cta-common .cta-inner-wrapper .cta-detail p,
.cta-common .cta-inner-wrapper .cta-detail ul li {
  color: #ffffff;
  line-height: 48px;
}

.cta-common .cta-inner-wrapper .cta-detail h2 {
  border-bottom: 5px solid #E24625;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.cta-common .heading_h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
}

.cta-common .form_container {
  border-radius: 0;
}

.cta-common .form_container {
  background: rgb(255 255 255 / 95%);
  border-radius: 8px;
  margin: 15px 0;
  padding: 30px;
}

.cta-common .form_container h3 {
  color: #E24625;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: capitalize;
}

.form_container .form-control:focus,
.form_container .form-select:focus {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

.form_container .form-control,
.form_container .form-select {
  background-color: transparent;
  border: 1px solid #bfbfbf;
  font-size: 15px;
}

.btn_style {
  text-transform: capitalize;
  padding: 2px;
  border-radius: 3rem;
  position: relative;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  margin-top: 1rem;
}

.cta-common .form_container .how p{
   margin: 0;
}

.cta-common .form_container .otp-btn button {
  background-color: #00283a;
  color: #fff;
  border: 1px solid #00283a;
  border-radius: 10px;
  padding: 4px 18px;
  font-size: 15px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

/* .btn_style::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  border-radius: 3rem;
  background: conic-gradient(#00C0FF, #FFCF00, #FC4F4F);
  transform: translate(-50%, -50%) rotate(0);
  filter: blur(5px);
} */

.form_container .btn_style span {
  background: #E24625;
}

.btn_style span {
  display: inline-block;
  background: #E24625;
  border-radius: 3rem;
  padding: 0.45rem 1.5rem;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}

.btn_style1 span {
  display: inline-block;
  /* background: #001d3a; */
  background: #E24625;
  border-radius: 3rem;
  padding: 0.45rem 1.5rem;
  color: #fff;
  font-size: 1.125rem;
  position: relative;
}

.quick-btn{
  
    background: #001d3a;
    border-radius: 3rem;
    padding: 0.45rem 1.5rem;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
}

.forms-number {
  /* background-color: #001d3a; */
  background-color: #e1e1e1;
  padding: 3rem 0;
}

.forms-number img {
  width: 50px;
}

.forms-number .forms-number-heading p {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.forms-number .forms-number-content {
  padding: 2rem 0;
  /* border-bottom: 1px solid #000; */
}

.forms-number .forms-number-content .contact-icon a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.forms-number .conect-with-us {
  padding: 2rem 0;
}

.forms-number .conect-with-us .conect-with-us-heading p {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 1rem;
}

/*******************************************************************************************************/



/*******************************************builders page**********************************************************/

.ai-driven-sol {
  padding: 1rem 0;
  /* background-color: #efefef; */
  background-color: #002d5ad9;
  color: #fff;
}


.ai-driven-sol p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.ai-driven-sol .border-right {
  border-right: 1px solid #fff;
}

.builders-section {
  padding: 7rem 0 10rem 0;
  text-align: left !important;
  /* background-color: #DAECFF; */
  background: linear-gradient(180deg, #cccccc91, #ddddddd9), url(../img/sub-bank-page-bg.webp);
  /* background: url(../img/sub-bank-page-bg.webp); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 4rem;
}

.builders-section .bank-sec {
  text-align: center;
}

.builders-section .bank-sec h2 {
  font-size: 38px;
  font-family: "Poppins", serif;
  font-weight: 500;
  padding-bottom: 1rem;
}

.builders-section h6 {
  font-family: "Poppins", serif;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 1rem;
}

.builders-card-section {
  padding: 5rem 0;

  /* background-color: #001d3a; */
  /* background: linear-gradient(to right, #d8d8d879, #d8d8d879), url("../img/table-bg.webp"); */
  background: url("../img/table-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.builders-card-section .introducing-heading h2 {
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 1px;

  font-weight: 700;
  padding-bottom: 5rem;
  margin: 0px;

  background-image: linear-gradient(120deg, #1cdce8, #bb77ed, #001d3a);
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: animated-gradient 5s ease-in-out infinite;

}


.builders-card-section .introducing-heading p {
  color: #000;
}

.builders-card-section .box {
  /* width: 200px; */
  height: 500px;
  position: relative;
  border: 1px solid #BBB;
  /* background: #fff; */
  /* float: left; */
  margin: 20px;
  border-radius: 20px 0 20px 20px;
  border-bottom: 4px solid #E24625;
  position: relative;
  backdrop-filter: blur(40px);
}

.builders-card-section .ribbon-img {
  position: absolute;
  top: 0;
  left: 85%;
}

.builders-card-section .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}

.builders-card-section .ribbon span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  transform: rotate(45deg);
  width: 110px;
  display: block;
  background: #E24625;
  background: linear-gradient(#E24625 0%, #E24625 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -24px;
}

.builders-card-section .ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #E24625;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E24625;
}

.builders-card-section .ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #E24625;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #E24625;
}

.builders-card-section .ribbon-content {
  padding: 2rem;
}

.builders-card-section .ribbon-content h4 {
  color: #E24625;
  font-size: 24px;
  font-weight: 600;
}

.builders-card-section .ribbon-content p {
  color: #02162b;
  font-size: 16px;
  font-weight: 500;
}

.builders-card-section .ribbon-content ul {
  margin: 10px 0;
  padding: 0 10px;
}

.builders-card-section .ribbon-content ul li {
  list-style: none;
  margin: 1em;
  font-size: 16px;
}

.builders-card-section .ribbon-content ul li:before {
  /* content: '\f006'; */

  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: teal;

}

.table-section {
  padding: 3rem;
}

.table-section .table-heading h5 {
  font-weight: 600;
  font-size: 34px;
  color: #001d3a;
  padding-bottom: 3rem;
}

.table-section .rwd-table {
  width: 100%;
  /* min-width: 300px;
  max-width: 100%; */
  border-collapse: collapse;
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.table-section .rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.table-section .rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.table-section .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.table-section .rwd-table th {
  display: none;
}

.table-section .rwd-table td {
  display: block;
}

.table-section .rwd-table td:first-child {
  margin-top: .5em;
}

.table-section .rwd-table td:last-child {
  margin-bottom: .5em;
}

.table-section .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.table-section .rwd-table th,
.table-section .rwd-table td {
  text-align: left;
}



.table-section .rwd-table tr {
  border-color: #bfbfbf;
}

.table-section .rwd-table th,
.table-section .rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .table-section .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .table-section .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }

  .table-section .rwd-table td:before {
    display: none;
  }

  .table-section .rwd-table th,
  .table-section .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .table-section .rwd-table th:first-child,
  .table-section .rwd-table td:first-child {
    padding-left: 0;
  }

  .table-section .rwd-table th:last-child,
  .table-section .rwd-table td:last-child {
    padding-right: 0;
  }

  .table-section .rwd-table th,
  .table-section .rwd-table td {
    padding: 1em !important;
  }
}

/* .digital-tabs-section nav{
	z-index: 9;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
} */


/**********************************************/

/* .digital-tabs-section  .tabs {
  width: 100%;
  
  margin: 0 auto;
  border: 1px solid #ddd;
  overflow: hidden;
  }
  
  .digital-tabs-section  .tabs__labels {
  display: flex;
  width: 100%;
  justify-content: space-between;
  
  }
  

  .digital-tabs-section  .tabs__input {
  display: none;
  }
  

  .digital-tabs-section  .tabs__label {
  display: block;
  flex-grow: 1;
  padding: 1rem;
  font-size: 1.2rem;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  }
  
  .digital-tabs-section  .tabs__label span {
  display: block;
  font-size: .65em;
  text-transform: uppercase;
  margin-top: .25rem;
  }
  
  .digital-tabs-section  .tabs__label:hover {
  background-color: #f1f1f1;
  }
  

  .digital-tabs-section  #tab-1:checked ~ .tabs__labels label[for="tab-1"],
  .digital-tabs-section  #tab-2:checked ~ .tabs__labels label[for="tab-2"],
  .digital-tabs-section  #tab-3:checked ~ .tabs__labels label[for="tab-3"] {
  background-color: #fff;
  border-bottom: 2px solid #111;
  }
  

  .digital-tabs-section  .tabs__content {
  padding: 3rem 2rem;
  background-color: #fff;
  width: 100%;
  }
  

  .digital-tabs-section  .tabs__panel {
  display: none;
  animation: fadeIn 0.3s ease;
  columns: 3;
  column-width: 300px;
  column-gap: 2rem;
  }
  
  @keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
  }
  
  .digital-tabs-section  .tabs__panel-image {
  margin-bottom: 2rem;
  }
  

  .digital-tabs-section  #tab-1:checked ~ .tabs__content #tab-panel-1,
  .digital-tabs-section  #tab-2:checked ~ .tabs__content #tab-panel-2,
  .digital-tabs-section  #tab-3:checked ~ .tabs__content #tab-panel-3 {
  display: block;
  }
 */


/**********************************************/

.digital-tabs-section {
  /* background-color: #FFF9F8; */
  /* background-color: #fff2f0; */
  background-color: #fff8f7;
  padding: 3rem 0;
}

.digital-tabs-section .bg-color {

  transition-duration: .5s;
  color: #000;
  padding: 0 0 5rem 0;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  font-family: "Poppins", serif;
}

.digital-tabs-section .text-color {
  color: #46a1de;
  transition-duration: .5s;
}



.digital-tabs-section .wrapper {
  min-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
  /* height: 600px; */
}

.digital-tabs-section .tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin: 0;
  padding: 0;

  >li {
    transition-duration: .25s;
    display: table-cell;
    list-style: none;
    text-align: center;
    padding: 20px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #001d3a;
    background-color: #eff7ff;
    position: relative;

    &:before {
      z-index: -1;
      position: absolute;
      content: "";
      width: 100%;
      height: 120%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, .3);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      transition-duration: .25s;
      border-radius: 5px 5px 0 0;
    }

    &:hover {
      &:before {
        -webkit-transform: translateY(70%);
        transform: translateY(70%);
      }
    }

    &.active {
      /* color: rgb(80, 85, 90); */
      color: #fff;
      border-bottom: 5px solid #000;
      background-color: #001d3a;

      &:before {
        transition-duration: .5s;
        background-color: white;
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
    }
  }
}


.digital-tabs-section .tabs li::after{
  content: "";
  width: 80px;
  height: 80px;
  background-color: #001d3a;

}


.digital-tabs-section .tab__content {
  position: relative;
  width: 100%;
  border-radius: 5px;
  margin-top: 8px;

  >li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: none;
    list-style: none;

    .content__wrapper {
      
      border-radius: 5px;
      width: 100%;
      padding: 45px 40px 40px 40px;
      background-color: #f7fbff;
    }
  }
}

.digital-tabs-section .content__wrapper {
  h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
  }

  img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
}

.digital-tabs-section .content__wrapper .digital-content {
  padding: 1rem 0;
}

.digital-tabs-section .content__wrapper .digital-content ul li {
  list-style-type: disc;
}

.digital-tabs-section .content__wrapper p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.digital-tabs-section .colors {
 
  padding-top: 20px;

  >li {
    list-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-bottom: 5px solid rgba(0, 0, 0, .1);
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    transition-duration: .2s;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);

    &:hover {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      border-bottom: 10px solid rgba(0, 0, 0, .15);
      box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    }

    &.active-color {
      -webkit-transform: scale(1.2) translateY(-10px);
      transform: scale(1.2) translateY(-10px);
      box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
      border-bottom: 20px solid rgba(0, 0, 0, .15);
    }

    &:nth-child(1) {
      background-color: #2ecc71;
    }

    &:nth-child(2) {
      background-color: #D64A4B;
    }

    &:nth-child(3) {
      background-color: #8e44ad;
    }

    &:nth-child(4) {
      background-color: #46a1de;
    }

    &:nth-child(5) {
      background-color: #bdc3c7;
    }
  }
}


/* .digital-card-section .card{
    background: #f3f3f3;
    border: none;
    padding: 20px;
    border-radius: 20px;
    border-bottom: 5px solid #E24625;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.digital-card-section .card .border-right{
  border-right: 2px solid #E24625;
}

.digital-card-section .card .border-left{
  border-left: 2px solid #E24625;
}

.digital-card-section .card .digital-icon{
  display: flex;
  justify-content: center;
}

.digital-card-section .card .digital-icon img{
  width: 150px;
}

.digital-card-section .digital-heading .card-title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.digital-card-section .card .card-body{
  padding: 1rem 3rem;
}

.digital-card-section .card .card-body .digital-content p{
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.digital-card-section .card .card-body .digital-content ul{
  margin-bottom: 0;
}

.digital-card-section .card .card-body .digital-content ul li {
  list-style-type: disc;
  padding-bottom: 1rem;
} */
 
.digital-card-section .digital-circle .digital-heading h5{
  font-weight: 600;
}

.digital-card-section .card  {
  border: none;
  background: transparent;
  overflow: hidden;
  margin-bottom: 8rem;
}

.digital-card-section .card .border-right{
  border-right: 2px solid #660000;
}

.digital-card-section .card .border-left{
  border-left: 2px solid #660000;
}


.digital-card-section .card .digital-circle {
  /* background-color: #fff;
  height: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 3px solid #E24625;
  border-radius: 50%;
  margin: auto; */

  background: #fff;
  height: 305px;
  width: 305px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  animation: rotateCircle 2s linear infinite reverse;
  display: table;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.digital-card-section .card .outer-circle {
  background-image: linear-gradient(to right, #660000, #fff);
  width: 305px;
  height: 305px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 0;
  animation: rotateCircle 2s linear infinite;
  padding: 2px;
  display: table;
  margin: auto;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.digital-card-section .card .card-body,
.digital-card-section .card .card-body-1 {
  /* background: linear-gradient(to right, #cccccc05, #E4E6E7); */
  /* background: rgb(255,248,247); */
  /* background: linear-gradient(90deg, rgba(255,248,247,1) 0%, rgba(225,226,227,1) 66%); */
  /* height: 300px; */
  padding: 0 2rem;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
}

.digital-card-section .card .card-body .digital-content, 
.digital-card-section .card .card-body-1 .digital-content {
  text-align: center;
  background: #02162b;
  margin: 0 5px;
  padding: 9px 0 5px 0;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 7px #e24625;
  border: 2px solid #02162b;
}

.digital-card-section .card .card-body .digital-content:hover, 
.digital-card-section .card .card-body-1 .digital-content:hover {
  background-color: #e24625;
  transition: 0.8s;
  cursor: default;
  border: 2px solid #fff;
}

.digital-card-section .card .card-body .digital-content p, 
.digital-card-section .card .card-body-1 .digital-content p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.digital-card-section .card .card-body .digital-box,
.digital-card-section .card .card-body-1 .digital-box{
  display: flex;
}

.digital-card-section .card .card-body .digital-box .digital-content img,
.digital-card-section .card .card-body-1 .digital-box .digital-content img{
  width: 70px;
}

.digital-card-section .card .card-body .digital-content:nth-child(3),
.digital-card-section .card .card-body-1 .digital-content:nth-child(3) {
  border-bottom: none;
}

.digital-card-section .card .card-body .digital-content ul li ,
.digital-card-section .card .card-body-1 .digital-content ul li {
  font-size: 16px;
}

/* .digital-card-section .card .card-body-1{
  background: rgb(255,248,247);
  background: linear-gradient(90deg,  rgba(225,226,227,1) 0%, rgba(255,248,247,1) 66%);
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:  120px 0 0 120px ;
} */

/* .digital-card-section .card .card-body-1 .digital-box{
  padding-left: 20px;
} */

.digital-card-section .card .digital-circle .digital-icon{
  text-align: center;
}

.digital-card-section .card .digital-circle .digital-icon img{
  width: 125px;
}

.challenges-section {
  /* background: linear-gradient(to top right, #3be798, #7f6eb2), url("../img/challenges-bg.webp"); */
  /* background: linear-gradient(to top right, #3be79800, #46A1DE), url("../img/challenges-backimg.webp"); */
  background: url("../img/challenges-backimg.webp");
  padding: 4rem 0;
}

.challenges-section .card {
  position: relative;
  /* width: 300px; */
  height: 275px;
  padding: 25px;
  border-radius: 30px;
  background-color: #f5f5f566;
  backdrop-filter: blur(30px);
  margin: auto;
}

.challenges-section .card h5 {
  font-size: 20px;
  font-weight: 700;
  color: #001d3a;
}


.how-it-work {
  padding: 3rem 0;
}

.how-it-work .how-it-work-heading h5 {
  font-weight: 600;
  font-size: 34px;
  color: #001d3a;
  padding-bottom: 3rem;
  font-family: "Poppins", serif;
  font-weight: 600;
}

.work-card-section {
  background: url("../img/seamless.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5rem 0;
}

.work-card-section .work-heading p{
    transition-duration: .5s;
    /* border-bottom: 1px solid rgba(0, 0, 0, .1); */
    color: #000;
    padding: 0 0 4rem 0;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.work-card-section .box {
  /* width: 200px; */
  /* height: 500px; */
  padding: 4rem 2rem 2rem 2rem;
  position: relative;
  border: 1px solid #BBB;
  background: #fff;
  /* float: left; */
  margin: 20px;
  border-radius: 20px;
  border-left: 4px solid #E24625;
  border-right: 4px solid #E24625;
  /* backdrop-filter: blur(40px); */
}

.work-card-section .box::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 90%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E24625;
  /* z-index: -1; */
}

/* .work-card-section .box .work-icon-box{
  
} */


.work-card-section .work-icon {
  position: absolute;
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
  bottom: 95%;
}

.work-card-section .work-icon img {
  width: 60px;
}



.work-card-section h4 {
  color: #E24625;
  font-size: 24px;
  font-weight: 600;
}

.work-card-section p {
  color: #02162b;
  font-size: 16px;
  font-weight: 500;
}

.work-card-section ul {
  margin: 10px 0;
  padding: 0 10px;
}

.work-card-section ul li {
  list-style: none;
  margin: 1em;
  font-size: 16px;
}

.work-card-section ul li:before {
  /* content: '\f006'; */

  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: teal;

}

/*****************************************************************************************************/

/*******************************************************************************************************/




/* @media (max-width: 1280px) {

  header .dropdown .mega-menu p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    
    margin: 0;
    padding-bottom: 5px;
  }

  header .dropdown .mega-menu ul li a {
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 0;
  }

  header .dropdown .mega-menu-2 ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    
    margin: 0;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0.3rem 0;
  }

  .cal-price .form-header h3 {
    font-size: 14px;
  }

  .btns-section .rent-btns {
    padding: 0rem 0;
  }

  .btns-section .features-one__single-content {
    padding: 5px 34px;
  }

  .cal-price .form-card {
    height: 410px;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num p {
    font-size: 30px;
    
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 10px 7px;
    background-color: #E24625;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .border-end {
    border-right: 1px solid #fff;
    padding: 1rem 0;
    text-align: center;
  }

  .btns-section .cal-price .form-wrap .form-foot h4 {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }

  .btns-section .cal-price .form-wrap .form-foot .form-foot-content {
    padding: 5px 0 0 0;
  }

  .btns-section .cal-price .form-wrap .form-foot p {
    font-size: 11px;
    font-weight: 600;
    color: #00283a;
    margin: 0;
    padding: 2px 0;
  }

  .testimonials-faq .testimonials-section {
    background: #E24625;
    height: 63rem;
    padding: 3rem 5rem 0 5rem;
  }

  .testimonial-item .test-content p {
    color: #4B4B4B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
  }

  .hero-sectiion .nav-pills .nav-item .nav-link {
    padding: 10px 40px;
  }

  .hero-sectiion .nav-pills .nav-item-2 .nav-link {
    padding: 10px 70px !important;
  }

  .hero-sectiion .nav-pills .nav-item-3 .nav-link {
    padding: 10px 70px !important;
  }

  .testimonial-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: white;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, width 0.5s ease-in-out;
    min-height: 385px;
    max-height: 385px;
  }

  .testimonial-item:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: white;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, width 0.5s ease-in-out;
    min-height: 390px;
    max-height: 390px;
  }

  .blog .number1 p {
    color: rgba(67, 67, 67, 0.30);
    text-align: center;
    font-size: 235px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 90%;
  }

  .blog .blog-section1,
  .blog .blog-section2,
  .blog .blog-section3 {
    width: 300px;
  }

  .blog .number1 p {
    right: 82%;
  }

  .blog .number2 p {
    right: 74%;
  }

  .blog .number3 p {
    right: 73%;
  }

  .footer-connect .connect-now .conect-content {
    padding: 50px 0;
  }

  .footer-connect .connect-now h3 {
    font-size: 32px;
  }

  .footer-connect .connect-now .btn {
    font-size: 20px;
  }

  .builders-section {
    padding: 5rem 0 9rem 0;
    text-align: left !important;
    
    background: linear-gradient(180deg, #cccccc91, #ddddddd9), url(../img/sub-bank-page-bg.webp);
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 4rem;
}
} */

@media (max-width:1024px) {

  .navbar .highlighten {
    padding: 10px;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: relative;
    left: 0;
    /* right: 50%; */
    top: 72%;
    background-color: #02162B;
    color: #fff;
    padding-left: 10px;
  }

  .navbar-expand-xl .navbar-nav .dropmenu {
    position: relative !important;
    left: 0% !important;
    /* right: 50%; */
    top: 57% !important;
    background-color: #02162B;
    color: #fff;
    padding-left: 10px;
  }

  .hero-sectiion .hero-heading h2 {
    font-size: 26px;
  }

  .join .join-heading h4 {
    font-size: 24px;
  }

  .join li {
    font-size: 20px;
  }

  .join li:nth-child(2) {
    font-size: 20px;
  }

  .join li:nth-child(3) {
    font-size: 20px;
  }

  .testimonials-faq .testimonial-slider {
    padding: 2em 0em 6em;
  }

 
  .testimonials-faq .testimonial-slider .carousel-control-next {
    top: 108%;
    left: 50%;
  }

  .testimonials-faq .testimonial-slider .carousel-control-prev{
    top: 108%;
    left: 40%;
  }

  .footer-section .bottom-footer p {
    padding: 1rem 0rem;
  }

}

@media (max-width: 768px) {
  .btns-section {
    margin: 4rem 0 0 0;
  }
  .btns-section .discount-section {
    padding-top: 0.5rem;
  }
  .cal-price {
    width: 100%;
    margin: auto;
  }
  .btns-section .discount-section .discount-head h3 {
    font-weight: 600;
    font-size: 24px;
  }
  .btns-section .discount-section .discount-footer p {
    padding: 15px 0;
    font-size: 26px;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-contents {
    padding: 2px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .border-end {
    border-right: 0px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num {
    padding: 0px 0;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num p {
    font-size: 32px;
    padding: 2px 0;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    font-size: 20px;
    text-align: center;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
  }
  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
    width: 450%;
    height: 650%;
    left: -50%;
    top: -120%;
  }

  .features-section .features-content {
    padding: 1rem;
  }

  .clients-card-section .style1 {
    width: 140px;
    height: 150px;
  }
  .clients-card-section .cards-content {
    width: 150px;
  }

  .clients-card-section .services-sec .cards h2.header {
    margin: 0 10px 2rem 25px;
  }

  .banking-section {
    padding-top: 5rem;
    padding-bottom: 0rem;
    min-height: 800px;
  }

  .introducing-card-section .ribbon-content {
    padding: 2rem 1rem;
  }

  .introducing-card-section .box {
    margin: 10px;
  }

  .trust-section .year-heading {
    color: #000;
    padding: 4rem 2rem;
  }

  .trust-section .year-heading p {
    font-size: 24px;
    padding-top: 2rem;
  }

  .banking-section-1 h6 {
    padding-bottom: 0rem;
    font-size: 22px;
  }

  .banking-section-1 .btn {
    margin-bottom: 3rem;
  }
  
  .banking-section-1 .bank-video img {
    width: 100%;
  }

  .banking-section-1 .bank-sec {
    padding: 3rem 4rem;
  }

  .road-map-card .card-head {
    font-size: 28px;
    text-align: center;
  }

  .road-map-card .card-text {
    font-size: 24px;
    text-align: center;
  }

  .sticky-section .career-now {
    font-size: 22px;
  }

  .builders-section .bank-sec h2 {
    font-size: 34px;
  }
  .builders-section h6 {
    font-size: 26px;
    padding-bottom: 2rem;
  }
  .ai-driven-sol p {
    font-size: 17px;
  }

  .digital-card-section .card .border-right {
    border-right: 0px solid #660000;
    border-bottom: 2px solid #660000;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .digital-card-section .card .border-left {
    border-left: 0px solid #660000;
    border-bottom: 2px solid #660000;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .work-card-section .box {
    height: 600px;
    margin: 0px;
  }

  .work-card-section {
    padding: 3rem 0;
  }

  .work-card-section .work-heading p {
    font-size: 26px;
  }

  .challenges-section .card {
    min-height: 450px;
    height: 450px;
  }

  .digital-card-section .card .digital-circle .digital-icon img {
    width: 75px;
  }

  .digital-card-section .card .digital-circle {
    height: 250px;
    width: 250px;
  }

  .digital-card-section .card .outer-circle {
    width: 250px;
    height: 250px;
  }

  .digital-card-section .card .card-body .digital-box .digital-content img, 
  .digital-card-section .card .card-body-1 .digital-box .digital-content img {
    width: 40px;
  }

  .digital-card-section .card .card-body .digital-content, 
  .digital-card-section .card .card-body-1 .digital-content {
    height: 130px;
  }

  .three-service-img{
    display: flex;
    justify-content: center;
  }

  .three-service .three-service-img img {
    padding-left: 0rem;
    padding-bottom: 2rem;
  }

  .three-service .banking-service {
    padding-left: 18rem;
  }
}

@media (max-width:428px) {

  .navbar .navbar-brand img {
    width: 125px;
  }

  .navbar ul li a {
    font-size: 16px;
  }

  header .navbar-expand-xl .navbar-nav .dropdown-menu li a {
    font-size: 16px;
  }

  header .navbar-expand-xl .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }

  header .navbar-expand-xl .navbar-nav .shadow .sol-item a {
    font-size: 16px;
    font-weight: 400;
  }

  .common-section {
    padding: 2.5rem 0 2.5rem 0;
  }

  .navbar .highlighten {
    padding: 5px 10px;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: relative;
    left: 0%;
    top: 48%;
    background-color: #02162B;
    color: #fff;
    padding: 0 10px;
}

  .navbar-expand-xl .navbar-nav .dropmenu {
    position: relative !important;
    left: 0% !important;
    top: 57% !important;
  }

  .hero-sectiion .hero-tabber .tabber-head {
    margin: 2rem auto;
  }
  .hero-sectiion .hero-heading h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .hero-sectiion .nav-pills .nav-item .nav-link {
    padding: 10px;
  }
  .hero-sectiion .nav-pills .nav-item-2 .nav-link {
    padding: 10px 15px !important;
  }
  .hero-sectiion .nav-pills .nav-item-3 .nav-link {
    padding: 10px 15px !important;
  }
  .hero-sectiion h2 {
    font-size: 26px;
  }

  .hero-sectiion .tab-content {
    height: 300px;
  }
  .hero-sectiion p {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .hero-sectiion .hero-tabber .tab-content .tabber-content {
    height: 200px;
  }
  .section-btn p a {
    font-size: 12px;
    gap: 6px;
  }

  .cutting-section .cutting-heading p {
    font-size: 14px;
  }

  .cutting-section .numbers,
  .cutting-section .numbers1 {
    margin: 10px 0;
  }

  .cutting-section .numbers p, .cutting-section .numbers1 p {
    font-size: 14px;
    line-height: 18px;
  }

  .cutting-section .side-bottom-sec {
    margin-bottom: 1.4rem;
  }

  .cutting-section .side-bottom-sec p{
    font-size: 14px;
  }

  

  .join .join-heading h4 {
    font-size: 18px;
  }

  .join .join-scrolling img {
    width: 28px;
  }

  .join li,
  .join li:nth-child(2),
  .join li:nth-child(3) {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 1rem;
  }

  .join .join-scrolling {
    margin: 1rem 0;
  }

  .our-usp .usp-card {
    height: 200px;
  }

  .testimonial-item {
    min-height: 385px;
    max-height: 455px;
  }

  .testimonial-item:nth-child(3) {
    min-height: 390px;
    max-height: 466px;
  }

  .testimonials-faq .testimonials-section {
    padding: 3rem 1rem 0 1rem;
  }

  .testimonials-faq .testimonial-slider {
    padding: 2em 0em 6em;
  }

  .testimonials-faq .testimonial-slider .carousel-control-prev{
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 100%;
    transform: translateY(-50%);
    border: 1px solid #000;
    margin-top: 40px;
    left: 30%;
  }
  .testimonials-faq .testimonial-slider .carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 100%;
    transform: translateY(-50%);
    border: 1px solid #000;
    margin-top: 40px;
    left: 55%;
  }

  .testimonials-faq .testimonial-slider .card .card-body p {
    font-size: 14px;
  }

  .controls {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    z-index: 999;
    left: 34%;
    top: 91%;
    gap: 30px;
  }

  .testimonials-faq .faq-section {
    padding: 3rem 1rem 0rem 1rem;
  }

  .blog .blog-section1,
  .blog .blog-section2,
  .blog .blog-section3 {
    width: 285px;
  }

  .blog .number1 p {
    right: 80%;
  }

  .blog .number2 p {
    right: 65%;
  }

  .blog .number3 p {
    right: 70%;
  }

  .blog1-section1,
  .blog2-section2,
  .blog3-section3 {
    margin: 10px 0;
  }

  .footer-connect .connect-now h3 {
    font-size: 18px;
  }

  .footer-connect .connect-now .btn {
    font-size: 14px;
  }

  .footer-connect .connect-now .conect-content {
    padding: 10px 0;
  }

  .footer-section .bottom-footer {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-direction: column;
  }

  .footer-section .bottom-footer p,
  .footer-section .bottom-footer p a {
    padding: 5px 0rem;
  }

  .footer-section .footer-side {
    padding: 1.5rem 1rem;
  }

  .btns-section {
    padding: 0rem 0 5rem 0;
  }

  .btns-section .button-heading h3 {
    font-size: 26px;
  }

  .btns-section .button-heading p {
    font-size: 15px;
  }

  .btns-section .discount-section {
    padding-top: 0rem;
  }

  .btns-section .discount-section  .discount-footer{
    padding: 1rem 0;
  }

  .btns-section .discount-section .discount-popup {
    padding: 5px;
    gap: 5px;
  }

  .btns-section .discount-section .discount-popup .dis-icon img {
    width: 15px;
  }

  /* .btns-section .features-one__single-content {
    padding: 0px;
  } */

  .btns-section .features-one__single-content {
    padding: 0 2rem;
  }

  .btns-section .features-one__single {
    margin-top: 0px;
  }

  .btns-section .discount-section .discount-popup .dis-content .head {
    font-size: 8px;
  }

  .btns-section .discount-section .discount-popup .dis-content .sub {
    font-size: 12px;
  }

  .btns-section .discount-section .discount-footer p {
    font-size: 16px;
  }

  .btns-section .discount-section .discount-footer p {
    font-size: 16px;
  }

  .btns-section .features-one__single-content a, .btns-section .features-one__single-content h3 a {
    font-size: 14px;
  }

  

  .btns-section .features-one__single-icon .icon img {
    width: 30px;
  }

  .btns-section .cal-price .form-wrap .form-foot h4 {
    font-size: 12px;
    text-align: left;
  }

  .btns-section .cal-price .form-wrap .form-foot p {
    font-size: 12px;
    text-align: left;
  }


  .cal-price {
    width: 100%;
    margin: auto;
  }

  .cal-price .form-header h3 {
    font-size: 14px;
  }

  .cal-price .form-wrap {
    padding: 20px 20px;
    min-height: 515px;
  }

  .cal-price .form-back .form-data table tr td {
    font-size: 14px;
    padding: 0 10px;
  }

  .cal-price h2 {
    font-size: 16px;
    text-align: center;
  }

  .cal-price .form-back .form-data p {
    font-size: 13px;
  }

  .cal-price .form-back {
    padding: 8px 20px;
  }

  .cal-price .form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 40px;
  }

  .cal-price .form-wrap label {
    font-size: 12px;
  }

  .agreements .testimonials-faq .services-slider .carousel-btns {
    left: 30%;
    bottom: 0px;
    width: 35%;
  }

  .timeline-main .timeline-wrap .timeline-card {
    width: 100%;
    margin-right: auto;
    position: relative;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .border-end {
    border-right: 0px solid #000 !important;
    border-bottom: 2px solid #000 !important;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    padding: 8px;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
    width: 560%;
    height: 550%;
    /* inset: 0; */
    left: -150%;
    top: -150%;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-contents {
    padding: 2px;
  }

  .timeline-main {
    padding: 0px 0;
  }

  .timeline-main p {
    font-size: 22px;
    font-size: 28px;
    padding-bottom: 2rem;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num {
    padding: 0px 0;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    text-align: center;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    text-align: center;
    padding: 0;
    margin: 5px 0 0;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-num p {
    font-size: 32px;
    padding: 2px 0;
  }

  .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    font-size: 16px;
  }

  .agreements .pentagon-img img {
    width: 100%;
    height: 100%;
  }

  .agreements figure figcaption h4 {
    
    font-size: 14px;
  }

  .features-section .features-heading p {
    font-size: 26px;
  }

  .features-section .features-content img {
    width: 60px;
  }

  .features-section .features-content h4 {
    font-size: 12px;
  }
  
  .features-section .features-content p {
    font-size: 14px;
  }

  .cutting-section .numbers, .cutting-section .numbers1 {
    padding: 1rem 0;

  }

  .cutting-section .numbers h3 {
    font-size: 24px;
  }
  

  .faq-section .faq-heading p {
    font-size: 22px;
  }

  .scroll-top .stickbuttonclass .request {
    bottom: 20%;
  }

  /* #cal {
    scroll-padding-top: 640px
  } */

  .banking-section .bank-sec {
    min-height: fit-content;
  }

  .banking-section {
    padding-bottom: 2rem;
  }

  .bank-video video{
    width: 345px;
  }

  .clients-card-section .cardtop-line:first-child {
    margin-top: 3rem;
    margin-left: -9rem;
    margin-right: 4rem;
  }

  /* .clients-card-section .cardtop-line:nth-child(1){
    margin-top: 0;
  } */

  .trust-section .year-heading {
    color: #000;
    padding: 4rem 3rem 1rem 4rem;
  }

  .clients-card-section .join-scrolling ul li, .clients-card-section .join-scrolling-reverse ul li {
    margin: 0 0rem;
  }

  .banking-section-1 .bank-sec {
    padding: 3rem 2rem;
  }

  .banking-section-1 .bank-video img {
    margin-top: 2rem;
  }

  .iso-certified-logo {
    padding: 2rem 0;
  }

  .iso-certified-logo .iso-certified-content p {
    font-size: 14px;
  }

  .introducing-card-section .introducing-heading h2 {
    font-size: 24px;
  }

  .media-video .coverage-section iframe {
    width: 100%;
  }

  .year-section .year-box {
    margin: auto;
  }

  .year-section .year-content {
    text-align: center;
  }

  .our-app-content .border-btm{
    margin-bottom: 5rem;
  }
  .three-service .banking-service {
    padding-left: 0rem;
  }

  .sticky-section .career-now {
    font-size: 16px;
  }

  .sticky-section .career-btn a {
    font-size: 14px;
  }

  .footer-section .bottom-footer span {
    padding: 0rem 2rem;
  }

  .banking-section .bank-sec h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
  }

  .clients-card-section .services-sec .cards h2.header {
    font-size: 28px;
    margin: 0 0px 0rem 0px;
  }

  .clients-card-section .cardtop-line::before {
    left: 50%;
    height: 200px;
    top: -48px;
  }

  .clients-card-section .cardtop-line::after {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #E24625;
    position: absolute;
    top: 85px;
    left: 50%;
  }

  .trust-section .year-heading h5 {
    font-size: 24px;
    text-align: center;
  }

  .trust-section .year-heading p {
    font-size: 16px;
    text-align: center;
  }

  .table-section {
    padding: 1rem;
  }

  .introducing-card-section .introducing-heading p {
    font-size: 16px;
  }

  .clients-card-section .vertical-section .cards h2.header {
    font-size: 28px;
    margin-top: 2rem;
  }

  .clients-card-section .vertical-section .cards p {
    font-size: 16px;
  }

  .banking-section h6 {
    padding-bottom: 0rem;
  }

  .banking-section-1 .bank-sec h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
  }

  .newslatter-section h6 {
    line-height: 25px;
  }

  .banking-section-1 h6 {
    padding-bottom: 0rem;
  }
  .banking-section-1 .btn {
    width: 100%;
  }
  .banking-section-1 .btn {
    padding: 0.7rem 1rem;
    font-size: 20px;
  }

  .step-section h5 {
    font-size: 24px;
    padding-bottom: 2rem;
  }

  .road-map-main {
    margin: 0px 0 51px;
  }

  .road-map-main .road-map-wrapper{
    margin-bottom: 12px !important;
  }

  .road-map-main .road-map-wrapper .road-map-circle
  {
    border: 5px solid #E24625;
  }

  .road-map-main .road-map-wrapper  .road-map-circle {
    width: 100px !important;
    height: 100px !important;
  }

  .road-map-circle-text {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
  }

  .road-map-main .road-map-wrapper .road-map-card{
    margin-top: 12px !important;
    padding: 20px 10px !important;
  }

  .road-map-main .road-map-wrapper .road-map-card .card-head {
    font-size: 18px !important;
    text-align: center !important;
  }

  .road-map-main .road-map-wrapper .road-map-card .card-text {
    font-size: 16px !important;
    text-align: center !important;
  }

  .iso-certified-logo .iso-certified-side-content {
    padding: 0px 1rem 1rem 1rem;
  }

  .iso-certified-logo .iso-certified-side-content h6 {
    font-size: 15px;
  }



  
  

  .media-coverage .media-heading h4, .media-video .media-heading h4 {
    font-size: 24px;
  }

  .media-coverage .media-heading p, .media-video .media-heading p {
    font-size: 16px;
  }

  .rent-content p{
    font-size: 15px;
  }

  .year-section .year-content p {
    font-size: 10px;
  }

  .con-form .cal-price .form-header h4 {
    font-size: 1.1rem;
  }
  .three-service .rent-service h3, 
  .three-service .banking-service h3,
  .three-service .builders-service h3 {
    font-size: 1.5rem;
    padding-left: 2rem;
  }

  .three-service .rent-service h3::before, .three-service .banking-service h3::before, .three-service .builders-service h3::before {
    left: 0rem;
  }

  .address-section .address-sec1 h3, .address-section .address-sec2 h3 {
    font-size: 22px;
  }

  .scroll-top .stickbuttonclass .request {
    font-size: 14px;
  }

  .introducing-card-section .box {
    height:auto;
  }

  .introducing-card-section .ribbon-content {
    padding: 2rem 1rem 1rem 1rem;
  }

  .introducing-card-section .ribbon-content h4 {
    color: #02162b;
    font-size: 16px;
    font-weight: 600;
  }

  .introducing-card-section .ribbon-content ul li {
    list-style: none;
    margin: 1em;
    font-size: 16px;
  }

  .clients-card-section .join-scrolling ul li, 
  .clients-card-section .join-scrolling-reverse ul li {
    font-size: 14px;
    box-shadow: none;
  }

  .clients-card-section .join-scrolling ul li:nth-child(2), 
  .clients-card-section .join-scrolling-reverse ul li:nth-child(2) {
    font-size: 14px;
  }

  .clients-card-section .join-scrolling ul li:nth-child(3), 
  .clients-card-section .join-scrolling-reverse ul li:nth-child(3) {
    font-size: 14px;
  }

  .clients-card-section .style1 {
    width: 150px;
    height: 140px;
  }

  .clients-card-section .cards-content {
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  .clients-card-section .style1 .item--title {
    font-size: 14px;
  }

  .clients-card-section .join-scrolling, 
  .clients-card-section .join-scrolling-reverse {
    margin: 0rem 0;
  }

  .trust-section .clients { 
    overflow: hidden;
  }

  .clients-card-section .join-scrolling article {
    display: flex;
    width: 200%;
    height: 100px;
    animation: bannermove 15s linear infinite;
  }

  @keyframes bannermove {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-70%);
    }
  }

  .clients-card-section .join-scrolling-reverse article {
    display: flex;
    width: 200%;
    height: 100px;
    animation: bannerreversemove 15s linear infinite;
  }
  
  
  @keyframes bannerreversemove {
    0% {
      transform: translateX(-70%);
    }
  
    100% {
      transform: translateX(0);
    }
  }

  .builders-section {
    padding: 2rem 0 3rem 0;
  }

  .builders-section .bank-sec h2 {
    font-size: 18px;
    padding-bottom: 0;
  }

  .builders-section h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .nineteen {
    font-size: 14px;
  }
  .ai-driven-sol p {
    font-size: 8px;
  }

  .digital-tabs-section .bg-color {
    font-size: 22px;
    font-weight: 600;
  }

  .digital-tabs-section .bg-color {
    padding: 0 0 1rem 0;
  }

  .digital-card-section .card .border-right {
    border-right: 0px solid #660000;
    border-bottom: 2px solid #660000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .digital-card-section .card .border-left {
    border-left: 0px solid #660000;
    border-bottom: 2px solid #660000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .digital-card-section .card {
    margin-bottom: 2rem;
  }

  .digital-card-section .card .card-body .digital-box, .digital-card-section .card .card-body-1 .digital-box {
    display: flex;
    /* flex-direction: column; */
    /* gap: 20px; */
    margin: auto;
  }

  .digital-card-section .card .card-body, .digital-card-section .card .card-body-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

  .digital-card-section .digital-circle .digital-heading h5 {
    font-weight: 600;
    font-size: 10px;
  }

  .digital-card-section .card .digital-circle .digital-icon img {
    width: 50px;
  }

  .digital-card-section .card .outer-circle {
    width: 130px;
    height: 130px;
  }
  .digital-card-section .card .digital-circle {
    height: 130px;
    width: 130px;
  }

  .digital-card-section .card .digital-circle::after {
    content: "";
    height: 20px;
    width: 3px;
    background-color: #660000;
    left: 50%;
    top: 100%;
    position: absolute;
  }

  .digital-card-section .card .card-body .digital-content, 
  .digital-card-section .card .card-body-1 .digital-content {
    height: 71px;
    width: 71px;
    display: flex;
    justify-content: center;
    margin: 0 1px;
  }

 

  .digital-card-section .card .card-body .digital-content p, .digital-card-section .card .card-body-1 .digital-content p {
    font-size: 9px;
    font-family: "League Spartan", sans-serif;
  }

 

  .digital-card-section .card .card-body .digital-box .digital-content img, .digital-card-section .card .card-body-1 .digital-box .digital-content img {
    width: 30px;
    display: none;
  }

  .work-card-section .work-heading p {
    font-size: 22px;
    font-weight: 600;
  }

  .work-card-section h4 {
    font-size: 21px;
  }

  .challenges-section .card {
    height: 400px;
  }

  .work-card-section .box::before {
    bottom: 92%;
  }
  .work-card-section .box {
    padding: 4rem 1rem 1rem 1rem; 
  }

  .work-card-section {
    overflow: hidden;
  }

  .partner-section .form-header h3 {
    font-size: 20px;
  }

  .partner-card-section .vertical-section .services {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: stretch;
  }

  .modules-section .media-heading h4 {
    font-size: 28px;
  }

  .modules-section .coverage-section {
    padding: 2rem 0rem 0rem 0;
    min-height: 0rem;
    margin-top: 0rem;
  }

  .modules-section .blog-bg .border-right {
    border-right: 0px solid #ffffff;
    border-bottom: 8px solid #ffffff;
  }

  .partner-section .cal-price .form-wrap {
    min-height: 525px;
  }

  .cta-common .cta-inner-wrapper .cta-detail h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-common .cta-inner-wrapper .cta-detail ul{
   text-align: left;  
  }

  .cta-common .cta-inner-wrapper .cta-detail h2 {
    color: #ffffff;
    line-height: 34px;
    font-size: 18px;
    font-weight: 500;
  }

 
  .cta-common .cta-inner-wrapper .cta-detail p, 
  .cta-common .cta-inner-wrapper .cta-detail ul li {
    color: #ffffff;
    line-height: 34px;
    font-size: 17px;
  }

  .forms-number .forms-number-heading p {
    font-size: 16px;
  }
  .forms-number img {
    width: 30px;
  }

  .contact-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .career-section .career-content h2 {
    font-size: 22px;
  }

  .career-section .career-content p {
    font-size: 16px;
  }
  .career-section .opening-content h5 {
    padding: 10px 0;
    margin: 0;
  }

  .career-section .opening-heading h3 {
    font-size: 22px;
  }
  .footer-section .footer-side .address p {
    font-size: 13px;
  }
  
  .bottom-foot a {
    padding: 0 5px;
  }

  .career-section .des-content {
    padding: 3rem 2rem;
  }

  .success-section .twitter-section .twitter-blog .twitter-content {
    margin-bottom: 2rem;
  }
 
}






