/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/***
=============================================
Common
=============================================
***/
:root {
  --billdins-font: "Public Sans", sans-serif;
  --billdins-font-two: "Exo", sans-serif;
  --billdins-base: #FB9524;
  /* --billdins-base: #E31276; */
  --billdins-base-rgb: 255, 94, 20;
  --billdins-black: #0E121D;
  --billdins-black-rgb: 14, 18, 29;
  --billdins-gray: #4D5765;
  --billdins-gray-rgb: 77, 87, 101;
  --billdins-white: #ffffff;
  --billdins-white-rgb: 255, 255, 255;
  --billdins-gray-bg: #F7F4ED;
  --billdins-gray-bg-rgb: 247, 244, 237;
  --billdins-bdr-radius: 5px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--billdins-font);
  color: var(--billdins-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--billdins-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--billdins-font-two);
  color: var(--billdins-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0px;
}


/*=============== scrollbar-Css =============*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: var(--billdins-base);
  border-radius: 10px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 8px;
  background-color: var(--billdins-base);
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: linear-gradient(0deg, var(--billdins-base) 0%, var(--billdins-black) 47.60%, var(--billdins-black) 99.23%);
}

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0px;
}




button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1350px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/***
=============================================
Custom Cursor
=============================================
***/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--billdins-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--billdins-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--billdins-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

/***
=============================================
Sec Title Css
=============================================
***/
.main-slider-three__bg {
  background-image: url('../img/banner.webp');
}

@media (orientation: portrait) {
  .main-slider-three__bg {
  background-image: url('../img/mobile.webp');
}
}
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 47px;
  z-index: 1;
}

.sec-title__tagline {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.sec-title.center .sec-title__tagline {
  justify-content: center;
}

.sec-title__tagline .left-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--billdins-base);
  margin-right: 15px;
}

.sec-title__tagline .left-line::before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  background: var(--billdins-base);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.sec-title__tagline .left-line::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--billdins-base);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.sec-title__tagline .text {
  position: relative;
  display: block;
}

.sec-title__tagline .text h4 {
  color: var(--billdins-base);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--billdins-font-two);
}

.sec-title__tagline .right-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--billdins-base);
  margin-left: 15px;
}

.sec-title__tagline .right-line::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 5px;
  background: var(--billdins-base);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.sec-title__tagline .right-line::after {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--billdins-base);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

.sec-title__title {
  font-size: 33px;
  line-height: 58px;
  font-weight: 700;
  text-transform: none;
  font-family: var(--billdins-font-two);
}


/***
=============================================
   Thm Btn Css
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  color: var(--billdins-white);
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  background: var(--billdins-base);
  border-radius: 5px;
  padding: 0px 35px 0px;
  overflow: hidden;
  font-family: var(--billdins-font);
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--billdins-white);
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: var(--billdins-black);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}






/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background-color: rgba(var(--billdins-base-rgb), 1.0);
}

.loader div:nth-child(2) {
  background-color: rgba(var(--billdins-base-rgb), 0.70);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background-color: rgba(var(--billdins-base-rgb), 0.40);
  animation-delay: 0.4s;
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }

  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }

  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }

  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}














/***
=============================================
   Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
}

.rating-box a {
  position: relative;
  color: var(--billdins-base);
}

.rating-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 0%;
  color: rgba(var(--billdins-gray-rgb), .50);
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid rgba(var(--billdins-gray-rgb), .50);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--billdins-font);
  z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--billdins-white);
  background: var(--billdins-base);
  border-color: var(--billdins-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 0%;
  color: rgba(var(--billdins-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--billdins-white);
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: rgba(var(--billdins-gray-rgb), .50);
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--billdins-white);
}


/***
=============================================
Scroll To Top Css
=============================================
***/
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--billdins-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--billdins-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--billdins-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/***
=============================================
Search Popup Css
=============================================
***/
.search-popup {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 400px;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  transition: all 0.2s;
}

.search-popup.active {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--billdins-black);
  opacity: 0.90;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--billdins-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
  background-color: var(--billdins-black);
  border-radius: 0;
}

.search-popup__content .thm-btn::before {
  background-color: var(--billdins-black);
  border-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--billdins-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--billdins-white);
}



.search-popup__close-btn {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: var(--billdins-base);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--billdins-black);
  font-size: 24px;
  z-index: -1;
}



/***
=============================================
Mobile Nav Css
=============================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--billdins-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--billdins-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--billdins-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--billdins-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--billdins-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--billdins-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--billdins-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--billdins-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--billdins-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--billdins-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--billdins-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--billdins-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--billdins-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


/***
=============================================
Home Showcase Css
=============================================
***/
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;
}

.home-showcase__inner {
  padding: 40px 42px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__item {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--billdins-bdr-radius);
}

.home-showcase__image>img {
  width: 100%;
  border-radius: var(--billdins-bdr-radius);
  transition: filter 500ms ease;
  filter: blur(0px);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
  background-color: rgba(var(--billdins-black-rgb), .70);
  border-radius: var(--billdins-bdr-radius);
}

.home-showcase__buttons__item {
  padding: 0px 17px 0px;
  width: 150px;
  text-align: center;
  color: var(--billdins-white);
  background-color: var(--billdins-base);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: var(--billdins-black);
  margin-top: 18px;
  text-transform: capitalize;
  font-family: var(--billdins-font);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--billdins-white, #ffffff);
}


/***
=============================================
Main Header One Css
=============================================
***/
.main-header-one {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-one__top {
  /* position: relative; */
  display: block;
  background-color: var(--billdins-black);
  z-index: 99;
}

.main-header-one__top::before {
  position: absolute;
  top: 0;
  left: 55%;
  bottom: 0;
  right: 0px;
  border-top: 42px solid var(--billdins-base);
  border-left: 23px solid transparent;
  content: "";
  z-index: -1;
}

.main-header-one__top .container {
  max-width: 1590px;
  width: 100%;
}

.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0px;
}

.header-style1__contact {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li+li {
  margin-left: 45px;
}

.header-style1__contact li:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 5px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--billdins-white-rgb), .60);
}

.header-style1__contact li:first-child:before {
  display: none;
}

.header-style1__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.header-style1__contact li .icon i {
  position: relative;
  display: inline-block;
  color: var(--billdins-base);
  font-size: 16px;
  line-height: 16px;
}

.header-style1__contact li .text {
  margin-left: 10px;
}

.header-style1__contact li .text p {
  color: var(--billdins-white);
  font-size: 15px;
  line-height: 25px;
}

.header-style1__contact li .text p a {
  color: var(--billdins-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-style1__contact li .text p a:hover {
  color: var(--billdins-base);
}

.main-header-one__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 23px;
}

.main-header__language-switcher .icon {
  position: relative;
  display: block;
  margin-right: 10px;
}

.main-header__language-switcher .icon span {
  position: relative;
  display: inline-block;
  color: var(--billdins-white);
  font-size: 16px;
  line-height: 16px;
  top: 2px;
}

.main-header__language-switcher .language-switcher {
  position: relative;
  display: block;
}

.main-header__language-switcher .language-switcher form {
  position: relative;
  display: block;
  width: 65px;
}

.main-header__language-switcher .language-switcher form .select-box {
  position: relative;
  display: block;
}

.main-header__language-switcher .nice-select {
  background-color: var(--billdins-base);
  border-radius: 0px;
  color: var(--billdins-white);
  font-size: 15px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: var(--billdins-font);
}

.main-header__language-switcher .nice-select:after {
  right: 0px;
  margin-top: -5px;
  border-bottom: 1px solid var(--billdins-white);
  border-right: 1px solid var(--billdins-white);
}

.main-header__language-switcher .nice-select .list {
  width: 115px;
  background-color: var(--billdins-base);
}

.header-style1__social-links {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 0;
  padding-left: 20px;
}

.header-style1__social-links::before {
  position: absolute;
  top: -1px;
  left: 0;
  bottom: -2px;
  width: 1px;
  background-color: rgba(var(--billdins-white-rgb), .60);
  content: "";
}

.header-style1__social-links a {
  position: relative;
  display: inline-block;
  color: var(--billdins-white);
}

.header-style1__social-links a i::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.header-style1__social-links a:hover {
  color: var(--billdins-black);
}

.header-style1__social-links a+a {
  margin-left: 20px;
}

.main-header-one__bottom {
  position: relative;
  display: block;
  background: var(--billdins-gray-bg);
  z-index: 2;
}

.main-header-one__bottom .container {
  max-width: 1590px;
  width: 100%;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-one__bottom-left {
  position: relative;
  display: block;
}

.logo-one {
  position: relative;
  display: block;
}

.logo-one a {
  position: relative;
  display: block;
}

.logo-one a img {
  width: 100%;
}

.main-header-one__bottom-middle {
  display: block;
}

.main-menu__main-menu-box {
  display: block;
}

.main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: block;
  color: var(--billdins-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--billdins-base);
}

.main-header__shop {
  position: relative;
  display: block;
  margin-left: 18px;
}

.main-header__shop .icon-box {
  position: relative;
  display: block;
}

.main-header__shop .icon-box a {
  position: relative;
  display: inline-block;
  color: var(--billdins-black);
}

.main-header__shop .icon-box a:hover {
  color: var(--billdins-base);
}

.main-header__shop .icon-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
}

.main-header__shop .icon-box .count {
  position: absolute;
  top: -2px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background: var(--billdins-base);
  border-radius: 50%;
}

.main-header__shop .icon-box .count span {
  position: relative;
  color: var(--billdins-white);
  font-size: 12px;
  font-weight: 500;
  top: -1px;
}

.main-header__btn {
  position: relative;
  display: block;
  margin-left: 43px;
  line-height: 0px;
}

.stricky-header.main-menu .main-header-one__bottom-right {
  display: none;
}

.stricky-header.main-menu {
  background-color: var(--billdins-gray-bg);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 33px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 50px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  color: var(--billdins-black);
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--billdins-font-two);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--billdins-base);
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 49%;
  right: 0;
  font-family: 'icomoon' !important;
  content: "\e90d";
  font-size: 10px;
  color: var(--billdins-black);
  transform: translateY(-50%);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--billdins-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  padding: 31px 20px 31px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: var(--billdins-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 20px 12px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--billdins-white);
  border-radius: var(--billdins-bdr-radius);
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--billdins-extra-two);
  color: var(--billdins-black);
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--billdins-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--billdins-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--billdins-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--billdins-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--billdins-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/***
=============================================
Main Header Two Css
=============================================
***/
.main-header-one.style2 {
  position: relative;
  display: block;
}

/* .main-header-one.style2 .main-header-one__top {
  background-color: var(--billdins-base);
} */

.main-header-one.style2 .main-header-one__top::before {
  display: none;
}

.main-header-one.style2 .main-header-one__top-inner::before {
  position: absolute;
  top: 0px;
  left: -50px;
  right: -9999px;
  border-top: 42px solid var(--billdins-black);
  border-left: 23px solid transparent;
  content: "";
}

.main-header-one.style2 .main-header-one__top .container {
  max-width: 1550px;
  width: 100%;
}

.main-header-one.style2 .header-style1__social-links a:hover {
  color: var(--billdins-base);
}

.main-header-one.style2 .main-header__language-switcher .nice-select {
  background-color: transparent;
}

.main-header-one.style2 .main-header-one__bottom {
  background: var(--billdins-white);
}

.main-header-one.style2 .main-header-one__bottom .container {
  max-width: 1550px;
  width: 100%;
}

.main-header-one.style2 .logo-one {
  position: relative;
  display: block;
  padding-right: 90px;
  z-index: 1;
}

/* .main-header-one.style2 .logo-one::before {
  position: absolute;
  top: -19px;
  left: -99999px;
  right: 0px;
  border-bottom: 93px solid var(--billdins-base);
  border-right: 35px solid transparent;
  content: "";
  z-index: -1;
} */


.stricky-header.stricky-header--two {
  background: var(--billdins-base);
}

.stricky-header.stricky-header--two .main-menu__list>li>a {
  color: var(--billdins-white);
}

.stricky-header.stricky-header--two .main-menu__list>li>a::after {
  color: var(--billdins-white);
}

/*==============================================
    Video One
===============================================*/
.video-one {
    position: relative;
    display: block;
    padding: 160px 0px 157px;
    overflow: hidden;
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.video-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.5);
    content: "";
}

.video-one .shape1 {
    position: absolute;
    top: -220px;
    left: 190px;
    bottom: -220px;
    width: 250px;
    background: rgba(var(--billdins-white-rgb), 0.4);
    mix-blend-mode: soft-light;
    transform: rotate(40deg);
    content: "";
}

.video-one .shape2 {
    position: absolute;
    top: -220px;
    left: 500px;
    bottom: -220px;
    width: 250px;
    background: var(--billdins-base);
    transform: rotate(40deg);
    content: "";
    z-index: -1;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__box {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.video-one__box a {
    position: relative;
    display: inline-block;
    z-index: 5;
}

.video-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 25px;
    color: var(--billdins-base);
    background-color: var(--billdins-white);
    border-radius: 50%;
    margin: 0 auto;
}

.video-one__icon::before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid var(--billdins-white);
    border-radius: 50%;
    content: "";
}

.video-one__box .border-animation {
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border: 1px solid var(--billdins-white);
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
    border-radius: 50%;
}

.video-one__box .border-animation.border-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.video-one__box .border-animation.border-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-one__inner .title-box {
    position: relative;
    display: block;
    margin-top: 55px;
}

.video-one__inner .title-box h1 {
    color: var(--billdins-white);
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 700;
}


/***
=============================================
Main Slider One
=============================================
***/
.main-slider-one {
    position: relative;
    display: block;
    z-index: 1;
}

.main-slider-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}

.main-slider-one .active .main-slider-one__bg {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.main-slider-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.89);
    content: "";
}

.main-slider-one__single {
    position: relative;
    display: block;
    padding: 194px 0px 200px;
    z-index: 1;
}

.main-slider-one__single .shape1 {
    position: absolute;
    top: -130px;
    right: 320px;
    opacity: 0;
    transform: translateX(6%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: -1;
}

.main-slider-one .active .main-slider-one__single .shape1 {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-one__single .shape2 {
    position: absolute;
    top: -130px;
    right: 0px;
    opacity: 0;
    transform: translateX(6%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: -1;
}

.main-slider-one .active .main-slider-one__single .shape2 {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one__img2 {
    position: absolute;
    right: 270px;
    bottom: 0;
    opacity: 0;
    transform: translateY(6%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: 2;
}

.main-slider-one .active .main-slider-one__img2 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    padding-bottom: 45px;
    overflow: hidden;
}

.main-slider-one__content::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 10px;
    background: var(--billdins-base);
    border-bottom-left-radius: 15px;
    content: "";
    -moz-transform: skew(0deg, 0deg) translateX(-100%);
    -webkit-transform: skew(0deg, 0deg) translateX(-100%);
    -o-transform: skew(0deg, 0deg) translateX(-100%);
    -ms-transform: skew(0deg, 0deg) translateX(-100%);
    transform: skew(0deg, 0deg) translateX(-100%);
    opacity: 0;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
}

.main-slider-one .active .main-slider-one__content::before {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translate(0);
    -webkit-transform: skew(0deg, 0deg) translate(0);
    -o-transform: skew(0deg, 0deg) translate(0);
    -ms-transform: skew(0deg, 0deg) translate(0);
    transform: skew(0deg, 0deg) translate(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-one__content::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 375px;
    height: 10px;
    background: var(--billdins-base);
    border-bottom-left-radius: 15px;
    content: "";
    -moz-transform: skew(0deg, 0deg) translateX(-100%);
    -webkit-transform: skew(0deg, 0deg) translateX(-100%);
    -o-transform: skew(0deg, 0deg) translateX(-100%);
    -ms-transform: skew(0deg, 0deg) translateX(-100%);
    transform: skew(0deg, 0deg) translateX(-100%);
    opacity: 0;
    -webkit-transition: all 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
}

.main-slider-one .active .main-slider-one__content::after {
    opacity: 1;
    -moz-transform: skew(0deg, 0deg) translate(0);
    -webkit-transform: skew(0deg, 0deg) translate(0);
    -o-transform: skew(0deg, 0deg) translate(0);
    -ms-transform: skew(0deg, 0deg) translate(0);
    transform: skew(0deg, 0deg) translate(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.main-slider-one__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 11px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .tagline {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-one__content .tagline span {
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-slider-one__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-one__content .title-box h1 {
    color: var(--billdins-white);
    font-size: 64px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.main-slider-one__content .text-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__content .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-one__content .text-box p {
    color: var(--billdins-white);
}

.main-slider-one__single-btn {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-one .active .main-slider-one__single-btn {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider-one__single-btn .btn-one {
    position: relative;
    display: block;
    line-height: 0px;
}

.main-slider-one__single-video {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-slider-one__video-link {
    position: relative;
    display: block;
}

.main-slider-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: var(--billdins-white);
    background-color: var(--billdins-base);
    border: 0px solid var(--billdins-black);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.main-slider-one__video-icon:hover {
    background-color: var(--billdins-white);
    color: var(--billdins-black);
}

.main-slider-one__video-link .ripple,
.main-slider-one__video-icon .ripple:before,
.main-slider-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--billdins-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--billdins-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--billdins-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--billdins-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider-one__video-icon .ripple:before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
}

.main-slider-one__video-icon .ripple:after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}

.main-slider-one__single-video .text {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 20px;
}

.main-slider-one__single-video .text a {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--billdins-font-two);
}

.main-slider-one__single-video .text a:hover {
    color: var(--billdins-base);
}


/***
=============================================
Main Slider Two
=============================================
***/
.main-slider-two {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    z-index: 1;
}

.main-slider-two__single {
    position: relative;
    display: block;
    padding: 199px 0px 205px;
    z-index: 1;
}

.main-slider-two__pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.1;
    z-index: -1;
}

.main-slider-two__bg {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    width: 935px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0;
    transform: translateX(4%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: -1;
}

.main-slider-two .active .main-slider-two__bg {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-two__bg::before {
    position: absolute;
    top: 0;
    left: 335px;
    bottom: -110px;
    width: 170px;
    background: rgba(var(--billdins-base-rgb), 0.5);
    opacity: 0;
    transform: translateX(-7%) rotate(-30deg);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    content: "";
    z-index: 1;
}

.main-slider-two .active .main-slider-two__bg::before {
    opacity: 1;
    transform: translateX(0%) rotate(-30deg);
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    -ms-transition-delay: 2200ms;
    -o-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.main-slider-two .shape1 {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0px;
    width: 948px;
    background: var(--billdins-base);
    clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0;
    transform: translateX(4%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: -2;
}

.main-slider-two .active .shape1 {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    -ms-transition-delay: 1700ms;
    -o-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.main-slider-two .shape2 {
    position: absolute;
    top: 0;
    right: 610px;
    width: 105px;
    height: 90px;
    background: var(--billdins-base);
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    opacity: 0;
    transform: translateY(-14%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.main-slider-two .active .shape2 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    -ms-transition-delay: 1700ms;
    -o-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.main-slider-two .shape3 {
    position: absolute;
    bottom: 0;
    right: 825px;
    opacity: 0;
    transform: translateY(15%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: -1;
}

.main-slider-two .active .shape3 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    -ms-transition-delay: 1900ms;
    -o-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.main-slider-two .shape4 {
    position: absolute;
    bottom: 0;
    right: 568px;
    width: 380px;
    height: 330px;
    background: var(--billdins-black);
    clip-path: polygon(44% 0%, 0% 100%, 100% 100%);
    opacity: 0;
    transform: translateY(15%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: -1;
}

.main-slider-two .active .shape4 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    -ms-transition-delay: 1900ms;
    -o-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.main-slider-two .shape5 {
    position: absolute;
    left: 725px;
    bottom: 0px;
    opacity: 0;
    transform: translateX(-4%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    z-index: 1;
}

.main-slider-two .active .shape5 {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider-two__content {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.main-slider-two__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 11px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-two .active .main-slider-two__content .tagline {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.main-slider-two__content .tagline span {
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-slider-two__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-two .active .main-slider-two__content .title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-two__content .title-box h1 {
    color: var(--billdins-black);
    font-size: 64px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.main-slider-two__content .text-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-two .active .main-slider-two__content .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-two__content .text-box p {
    color: var(--billdins-gray);
}

.main-slider-two__btn {
    position: relative;
    display: block;
    line-height: 0px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 10;
}

.main-slider-two .active .main-slider-two__btn {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.main-slider-two__carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-slider-two__carousel.owl-theme .owl-nav.disabled+.owl-dots::before {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 75px;
    background: rgb(255, 94, 20);
    background: linear-gradient(0deg, rgba(255, 94, 20, 1) 14%, rgba(255, 94, 20, 0.7595413165266106) 35%, rgba(255, 94, 20, 0.5746673669467788) 57%, rgba(255, 94, 20, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    content: "";
}

.main-slider-two__carousel.owl-theme .owl-nav.disabled+.owl-dots::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 2px;
    height: 75px;
    background: rgb(255, 94, 20);
    background: linear-gradient(180deg, rgba(255, 94, 20, 1) 14%, rgba(255, 94, 20, 0.7595413165266106) 35%, rgba(255, 94, 20, 0.5746673669467788) 57%, rgba(255, 94, 20, 0.19371498599439774) 95%);
    transform: translateX(-50%);
    content: "";
}

.main-slider-two__carousel.owl-theme .owl-dots .owl-dot {
    display: block;
}

.main-slider-two__carousel.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 10.5px 0px;
    background: var(--billdins-base);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-slider-two__carousel.owl-theme .owl-dots .owl-dot.active span,
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--billdins-base)
}

.main-slider-two__carousel.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid var(--billdins-base);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.main-slider-two__carousel.owl-theme .owl-dots .owl-dot.active span::before,
.main-slider-two__carousel.owl-theme .owl-dots .owl-dot:hover span::before {
    transform: scaleX(1.0);
}

/***
=============================================
Main Slider Three
=============================================
***/
.main-slider-three {
    position: relative;
    display: block;
    z-index: 1;
}

.main-slider-three__single {
    position: relative;
    display: block;
    padding: 150px 0px 150px;
    z-index: 1;
}

.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}

.main-slider-three .active .main-slider-three__bg {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

/* .main-slider-three__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(14, 18, 29);
    background: linear-gradient(90deg, rgba(14, 18, 29, 1) 0%, rgba(14, 18, 29, 0.927608543417367) 32%, rgba(14, 18, 29, 0.3981967787114846) 55%, rgba(14, 18, 29, 0) 100%, rgba(14, 18, 29, 1) 100%);
    content: "";
} */

.main-slider-three__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(14, 18, 29);
    background: linear-gradient(90deg, rgb(14 18 29 / 71%) 0%, rgb(14 18 29 / 48%) 32%, rgba(14, 18, 29, 0.3981967787114846) 55%, rgba(14, 18, 29, 0) 100%, rgba(14, 18, 29, 1) 100%);
    content: "";
}

.main-slider-three__single .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-8%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    display: none;
    z-index: -1;
}

.main-slider-three__single-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-slider-three__content {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 685px;
    width: 100%;
    z-index: 1;
}

.main-slider-three__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 11px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .tagline {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-three__content .tagline span {
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-slider-three__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 21px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-80px);
    transform: perspective(400px) rotateY(0deg) translateX(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .title-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-three__content .title-box h1 {
    color: var(--billdins-white);
    font-size: 55px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

.main-slider-three__content .title-box h1 span {
    position: relative;
    display: inline-block;
    border: 3px solid var(--billdins-base);
    padding: 0px 15px 0px;
    border-radius: 35px;
}

.main-slider-three__content .text-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(-80px);
    transform: perspective(400px) rotateY(0deg) translateX(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider-three__content .text-box p {
    color: var(--billdins-white);
}

.main-slider-three__content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-three .active .main-slider-three__content .btn-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider__form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;
    max-width: 530px;
    width: 100%;
    padding: 47px 55px 55px;
    z-index: 5;
}

.main-slider__form::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.6);
    clip-path: polygon(84% 0, 100% 14%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
    content: "";
}

.main-slider__form-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
    clip-path: polygon(84% 0, 100% 14%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
    opacity: 0.4;
    z-index: 0;
}

.main-slider__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.main-slider__form .title-box h2 {
    color: var(--billdins-white);
    font-size: 33px;
    line-height: 43px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.main-slider__form form {
    position: relative;
}

.main-slider__form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.main-slider__form form .form-group input,
.main-slider__form form .form-group input,
.main-slider__form form .form-group input,
.main-slider__form form .form-group input,
.main-slider__form form .form-group textarea {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--billdins-gray);
    font-weight: 400;
    text-transform: none;
    padding: 0px 25px 0px;
    width: 100%;
    height: 45px;
    background-color: var(--billdins-white);
    border-radius: 0px;
    outline: none;
    border: none;
    font-family: var(--billdins-font);
}

.main-slider__form form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 21px;
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--billdins-base);
    color: var(--billdins-black);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--billdins-base) none repeat scroll 0 0;
    border: 2px solid var(--billdins-base);
    border-radius: 0;
    color: var(--billdins-white);
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    background: var(--billdins-white);
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: var(--billdins-white);
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}

#ui-datepicker-div.ui-widget {
    font-family: var(--billdins-font);
}

#ptTimeSelectCntr .ui-widget {
    font-family: var(--billdins-font);
}

.main-slider__form form .form-group .nice-select {
    background-color: var(--billdins-white);
    border-radius: 0px;
    color: var(--billdins-gray);
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.main-slider__form form .form-group .nice-select:after {
    right: 27px;
    border-bottom: 2px solid var(--billdins-gray);
    border-right: 2px solid var(--billdins-gray);
}

.main-slider__form form .form-group .button-box {
    position: relative;
    display: block;
}

.main-slider__form form .button-box button {
    width: 100%;
}

/*==============================================
    About One
===============================================*/
.about-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.about-one .shape1 {
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 1;
}

.about-one .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.20;
    z-index: -1;
}

.about-one__counter {
    position: relative;
    display: block;
    max-width: 240px;
    width: 100%;
}

.about-one__counter-box {
    position: relative;
    display: block;
}

.about-one__counter-box li {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #E3E2E2;
    padding-bottom: 22px;
    margin-bottom: 25px;
}

.about-one__counter-box li:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.about-one__counter-box li .count-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__counter-box li .count-box h2 {
    color: var(--billdins-base);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.about-one__counter-box li .count-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 40px;
    font-weight: 700;
}

.about-one__counter-box li .count-box .k {
    font-size: 37px;
    top: -1px;
}

.about-one__counter-box li .text {
    position: relative;
    display: block;
    margin-top: 10px;
}

.about-one__counter-box li .text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: capitalize;
}

.about-one__img {
    position: relative;
    display: block;
}

.about-one__img1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.about-one__img1::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-one__img:hover .about-one__img1:before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-one__img1 img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-one__img:hover .about-one__img1 img {
    transform: scale(1);
}

.about-one__img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    z-index: 2;
}

.about-one__img2::before {
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: 0;
    right: 0;
    background: var(--billdins-white);
    border-top-left-radius: 5px;
    content: "";
    z-index: -1;
}

.about-one__img2 img {
    border-radius: 5px;
    width: 100%;
}

.about-one__content {
    position: relative;
    display: block;
    margin-left: 62px;
}

.about-one__content .sec-title {
    padding-bottom: 27px;
}

.about-one__content-text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.about-one__content-text p {
    margin: 0;
}

.about-one__content-text2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-one__content-list {
    position: relative;
    display: block;
}

.about-one__content-list li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
}

.about-one__content-list li:last-child {
    margin-bottom: 0px;
}

.about-one__content-list li::before {
    position: absolute;
    top: 49%;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--billdins-base);
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
}

.about-one__content-list li p {
    margin: 0;
}

.about-one__content-author {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__content-author .img-box {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    border: 2px solid var(--billdins-base);
    border-radius: 50%;
    overflow: hidden;
}

.about-one__content-author .content-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.about-one__content-author .content-box .signature {
    position: relative;
    display: block;
}

.about-one__content-author .content-box .signature img {
    width: auto;
}

.about-one__content-author .content-box h2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.about-one__content-author .content-box p {
    font-size: 14px;
    line-height: 24px;
}

.about-one__content-btn {
    position: relative;
    display: block;
    margin-top: 37px;
    line-height: 0px;
}

/*==============================================
About Two
===============================================*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: -30px;
}

.about-two__left-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.about-two__left-img::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-two__left-img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-two__left-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-two__left-img:hover img {
    transform: scale(1);
}

.about-two__left-bottom {
    position: relative;
    display: block;
    margin-top: 45px;
}

.about-two__left-bottom-img {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.about-two__left-bottom-img ul {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__left-bottom-img ul li {
    position: relative;
    display: block;
}

.about-two__left-bottom-img ul li+li {
    margin-left: -30px;
}

.about-two__left-bottom-img ul li .img-box {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--billdins-white);
}

.about-two__left-bottom-img ul li .img-box img {
    width: 100%;
}

.about-two__left-bottom-img ul li .img-box.style2 {
    position: relative;
    display: block;
}

.about-two__left-bottom-img ul li .img-box.style2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.6);
    content: "";
}

.about-two__left-bottom-img ul li .img-box.style2 .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.about-two__left-bottom-img ul li .img-box.style2 .icon-box a {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
}

.about-two__left-bottom-img ul li .img-box.style2 .icon-box a:hover {
    color: var(--billdins-base);
}

.about-two__left-bottom-img ul li .img-box.style2 .icon-box span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.about-two__left-bottom-text {
    position: relative;
    display: block;
}

.about-two__left-bottom-text h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--billdins-font-two);
}

.about-two__middle {
    position: relative;
    display: block;
    margin-left: 60px;
}

.about-two__middle .sec-title {
    padding-bottom: 29px;
}

.about-two__middle-text {
    position: relative;
    display: block;
}

.about-two__middle-text p {
    margin: 0;
}

.about-two__middle-text2 {
    position: relative;
    display: block;
    margin-top: 32px;
}

.about-two__middle-text2 ul {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__middle-text2 ul li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__middle-text2 ul li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #E3E2E2;
}

.about-two__middle-text2 ul li+li {
    margin-left: 30px;
}

.about-two__middle-text2 ul li .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-two__middle-text2 ul li:hover .icon-box span::before {
    transform: scale(0.9);
}

.about-two__middle-text2 ul li .title-box {
    position: relative;
    display: block;
    margin-left: 15px;
    flex: 1;
}

.about-two__middle-text2 ul li .title-box h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.about-two__middle-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 40px;
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: 40px;
}

.about-two__right-text {
    position: relative;
    display: block;
}

.about-two__right-text p {
    margin: 0;
}

.about-two__right-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 50px;
}

.about-two__right-img::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.about-two__right-img:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.about-two__right-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.about-two__right-img:hover img {
    transform: scale(1);
}

/*==============================================
About Three
===============================================*/
.about-three {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    overflow: hidden;
    z-index: 0;
}

.about-three .shape2 {
    position: absolute;
    right: -30px;
    bottom: -10px;
    opacity: 0.4;
    z-index: -1;
}

.about-three .shape3 {
    position: absolute;
    left: -10px;
    bottom: -20px;
    z-index: -1;
}

.about-three__img {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-right: 45px;
}

.about-three__img::before {
    position: absolute;
    top: 125px;
    right: -17px;
    bottom: 0;
    width: 7px;
    background: var(--billdins-base);
    content: "";
}

.about-three__experience-box {
    position: absolute;
    top: 15px;
    right: -17px;
    background: var(--billdins-base);
    padding: 12px 20px 12px;
    z-index: 2;
}

.about-three__experience-box::before {
    position: absolute;
    top: -16px;
    right: 0;
    border-bottom: 16px solid rgba(var(--billdins-base-rgb), 0.9);
    content: "";
    border-right: 17px solid transparent;
}

.about-three__experience-box .count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-three__experience-box .count-box h2 {
    color: var(--billdins-white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.about-three__experience-box .count-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 30px;
    font-weight: 700;
    top: -1px;
}

.about-three__experience-box .text {
    position: relative;
    display: block;
}

.about-three__experience-box .text h2 {
    color: var(--billdins-white);
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
}

.about-three__img1 {
    position: relative;
    display: block;
}

.about-three__img1 .inner {
    position: relative;
    display: block;
    background: var(--billdins-black);
    overflow: hidden;
}

.about-three__img1 .inner img {
    width: 100%;
    transition: all 500ms ease;
}

.about-three__img1:hover .inner img {
    opacity: 0.7;
    transform: scaleX(1.05);
}

.about-three__img2 {
    position: absolute;
    bottom: -5px;
    left: 0;
    border: 5px solid var(--billdins-white);
    z-index: 2;
}

.about-three__img2 .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--billdins-black);
}

.about-three__img2 img {
    width: 100%;
    transition: all 500ms ease;
}

.about-three__img:hover .about-three__img2 img {
    opacity: 0.7;
    transform: scaleY(1.05);
}

.about-three__content {
    position: relative;
    display: block;
}

.about-three__content .sec-title {
    padding-bottom: 16px;
}

.about-three__content-text {
    position: relative;
    display: block;
    line-height: 31px;
}

.about-three__content-text p {
    margin: 0px;
    font-size: 19px;
}

.about-three__content-list {
    position: relative;
    display: block;
    margin-top: 22px;
}

.about-three__content-list ul {
    position: relative;
    display: block;
}

.about-three__content-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.about-three__content-list ul li:last-child {
    margin-bottom: 0px;
}

.about-three__content-list ul li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--billdins-gray-bg);
}

.about-three__content-list ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.about-three__content-list ul li:hover .icon-box span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.about-three__content-list ul li .text-box {
    position: relative;
    display: block;
    margin-left: 30px;
    flex: 1;
}

.about-three__content-list ul li .text-box h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.about-three__content-list ul li .text-box p {
    margin: 0;
}

.about-three__content-list2 {
    position: relative;
    display: block;
    margin-top: 24px;
}

.about-three__content-list2 ul {
    position: relative;
    display: block;
}

.about-three__content-list2 ul li {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.about-three__content-list2 ul li:last-child {
    margin-bottom: 0px;
}

.about-three__content-list2 ul li p {
    margin-bottom: 0;
}

.about-three__content-list2 ul li p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 16px;
    line-height: 26px;
    top: 1px;
}

.about-three__content-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 30px;
}


/*==============================================
   Services One
===============================================*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--billdins-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.services-one .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0.2;
}

.services-one::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 518px;
    background: var(--billdins-gray-bg);
    content: "";
}

.services-one__carousel {
    position: relative;
    width: 1610px;
}

.services-one__single {
    position: relative;
    display: block;
    padding-top: 35px;
}

.services-one__single .icon-box {
    position: absolute;
    top: 0;
    left: 30px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--billdins-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.services-one__single:hover .icon-box {
    background: var(--billdins-base);
}

.services-one__single .icon-box::before {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    border-bottom: 35px solid rgba(var(--billdins-black-rgb), 0.9);
    border-left: 30px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.services-one__single:hover .icon-box::before {
    border-bottom: 35px solid rgba(var(--billdins-base-rgb), 0.88);
}

.services-one__single .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 50px;
    line-height: 50px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.services-one__single:hover .icon-box span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.services-one__single-inner {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    padding: 80px 30px 30px;
}

.services-one__single-content {
    position: relative;
    display: block;
}

.services-one__single-content h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.services-one__single-content h3 a {
    color: var(--billdins-black);
}

.services-one__single-content h3 a:hover {
    color: var(--billdins-base);
}

.services-one__single-content p {
    margin: 0;
}

.services-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
    z-index: 1;
}

.services-one__single-img::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.services-one__single:hover .services-one__single-img::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.services-one__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.services-one__single:hover .services-one__single-img img {
    transform: scale(1);
}


.services-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-one__carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transform: perspective(400px) rotateX(0deg) scaleY(1.2);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.services-one__carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

/*==============================================
   Services Two
===============================================*/
.services-two {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    padding: 120px 0px 120px;
    z-index: 1;
}

.services-two__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.1;
    z-index: -1;
}

.services-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 47px;
}

.services-two__top .sec-title {
    padding-bottom: 0px;
}

.services-two__top .text-box {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
}

.services-two__top .text-box p {
    margin: 0;
}

.services-two__tab-box {
    position: relative;
    display: block;
}

.services-two__tab-box .tab-buttons {
    position: relative;
    display: block;
    margin-right: -1px;
    margin-bottom: 40px;
}

.services-two__tab-box .tab-buttons li {
    margin-right: 16px;
}

.services-two__tab-box .tab-buttons li:last-child {
    margin-right: 0px;
}

.services-two__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: var(--billdins-white);
    padding: 39px 37px 32px;
    text-align: center;
    border-radius: 5px;
    z-index: 1;
}

.services-two__tab-box .tab-buttons .tab-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--billdins-base);
    background-position: top bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    border-radius: 5px;
    z-index: -1;
}

.services-two__tab-box .tab-buttons .active-btn.tab-btn:before {
    transform: scaleY(1.0);
}

.services-two__tab-box .tab-buttons .tab-btn .icon-box {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.services-two__tab-box .tab-buttons .tab-btn .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 60px;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.why-choose-one__content-bottom .icon-box i {
  font-size: 48px; /* Adjust as needed */
  background: linear-gradient(45deg, #ff6600, #ffcc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.services-one__single .icon-box i {
    color: #fff;
    font-size: 48px;
}


.services-two__tab-box .tab-buttons .active-btn.tab-btn .icon-box span::before {
    color: var(--billdins-white);
}

.services-two__tab-box .tab-buttons .tab-btn h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-two__tab-box .tab-buttons .active-btn.tab-btn h3 {
    color: var(--billdins-white);
}

.services-two__tab-box .tabs-content {
    position: relative;
    display: block;
}

.services-two__tab-box .tabs-content .tab {
    display: none;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.services-two__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.services-two__single-tab {
    position: relative;
    display: block;
}

.services-two__single-tab-inner {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 20px 20px 20px;
    padding-right: 85px;
    border-radius: 5px;
    border: 1px solid transparent;
    z-index: 1;
}

.services-two__single-tab-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid var(--billdins-base);
    border-radius: 5px;
    transform: scale(0.98);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.services-two__single-tab:hover .services-two__single-tab-inner::before {
    transform: scale(1.0);
    opacity: 1;
}

.services-two__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

.services-two__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(var(--billdins-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}

.services-two__single-tab:hover .services-two__single-img::before {
    opacity: 1;
}

.services-two__single-img img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.services-two__single-tab:hover .services-two__single-img img {
    transform: scale(1);
}

.services-two__single-tab-inner .content-box {
    position: absolute;
    display: flex;
    align-items: center;
    top: 104px;
    right: -104px;
    transform: rotate(-90deg);
}

.services-two__single-tab-inner .content-box .text {
    position: relative;
    display: block;
}

.services-two__single-tab-inner .content-box .text h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.services-two__single-tab-inner .content-box .text h3 a {
    color: var(--billdins-black);
}

.services-two__single-tab-inner .content-box .text h3 a:hover {
    color: var(--billdins-base);
}

.services-two__single-tab-inner .icon-box {
    position: relative;
    display: block;
    margin-left: 30px;
}

.services-two__single-tab-inner .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 75px;
    background: var(--billdins-black);
    border-radius: 5px;
    border: none;
}

.services-two__single-tab:hover .services-two__single-tab-inner .icon-box a {
    background: var(--billdins-base);
}

.services-two__single-tab-inner .icon-box a::before {
    position: absolute;
    top: -16px;
    right: 0px;
    border-bottom: 20px solid var(--billdins-black);
    border-left: 13px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
}

.services-two__single-tab:hover .services-two__single-tab-inner .icon-box a::before {
    border-bottom: 20px solid var(--billdins-base);
}

.services-two__single-tab-inner .icon-box a::after {
    position: absolute;
    bottom: 0px;
    left: -9px;
    border-bottom: 20px solid var(--billdins-black);
    border-left: 13px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
}

.services-two__single-tab:hover .services-two__single-tab-inner .icon-box a::after {
    border-bottom: 20px solid var(--billdins-base);
}

.services-two__single-tab-inner .icon-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    transform: rotate(45deg);
}

/*==============================================
   Services One Services
===============================================*/
.services-one--services {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.services-one--services.services-one::before {
    display: none;
}

.services-one--services .services-one__single {
    margin-bottom: 30px;
}

/*==============================================
Services Details
===============================================*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.services-details__content {
    position: relative;
    display: block;
}

.services-details__content-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
}

.services-details__content-img1 img {
    width: 100%;
}

.services-details__content-text1 {
    position: relative;
    display: block;
}

.services-details__content-text1 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.services-details__content-text1 .text1 {
    margin: 0px;
    margin-bottom: 16px;
}

.services-details__content-text1 .text2 {
    margin: 0px;
}

.services-details__content-img2 {
    position: relative;
    display: block;
    margin-top: 32px;
    margin-bottom: 34px;
}

.services-details__content-img2-single {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-details__content-img2-single img {
    width: 100%;
}

.services-details__content-text2 {
    position: relative;
    display: block;
}

.services-details__content-text2 .text1 {
    margin: 0;
}

.services-details__content-text2 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 15px;
}

.services-details__content-text2 .text2 {
    margin: 0;
}

.services-details__content-text3 {
    position: relative;
    display: block;
    margin-top: 32px;
}

.services-details__content-text3 .row {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__content-text3-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-details__content-text3-img img {
    width: 100%;
}

.services-details__content-text3-list {
    position: relative;
    display: block;
}

.services-details__content-text3-list ul {
    position: relative;
    display: block;
}

.services-details__content-text3-list ul li {
    position: relative;
    display: block;
}

.services-details__content-text3-list ul li+li {
    margin-top: 16px;
}

.services-details__content-text3-list ul li p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: var(--billdins-font-two);
}

.services-details__content-text3-list ul li p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 17px;
    line-height: 17px;
}

.services-details__accrodion {
    position: relative;
    display: block;
}

.services-details__accrodion .faq-one-accrodion .accrodion {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

.services-details__accrodion .faq-one__faq {
    max-width: 650px;
    width: 100%;
    margin-top: 60px;
}

.services-details__accrodion .faq-one-accrodion .accrodion-content {
    padding-top: 15px;
}

.services-details__accrodion .faq-one-accrodion .accrodion-content::before {
    position: absolute;
    top: 0;
    left: 30px;
    right: 27px;
    height: 1px;
    background: rgba(var(--billdins-gray-rgb), 0.6);
    content: "";
}

/*==============================================
    Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0px 200px;
    z-index: 1;
}

.testimonial-one__left {
    position: relative;
    display: block;
}

.testimonial-one__left .sec-title {
    padding-bottom: 36px;
}

.testimonial-one__left-bottom {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__left-img {
    position: relative;
    display: block;
}

.testimonial-one__left-img ul {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__left-img ul li {
    position: relative;
    display: block;
}

.testimonial-one__left-img ul li+li {
    margin-left: -30px;
}

.testimonial-one__left-img ul li .img-box {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--billdins-white);
}

.testimonial-one__left-img ul li .img-box img {
    width: 100%;
}

.testimonial-one__left-img ul li .img-box.style2 {
    position: relative;
    display: block;
}

.testimonial-one__left-img ul li .img-box.style2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.6);
    content: "";
}

.testimonial-one__left-img ul li .img-box.style2 .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.testimonial-one__left-img ul li .img-box.style2 .icon-box a {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
}

.testimonial-one__left-img ul li .img-box.style2 .icon-box span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.testimonial-one__left-bottom-text {
    position: relative;
    display: block;
    margin-left: 25px;
    flex: 1;
}

.testimonial-one__left-bottom-text h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--billdins-font-two);
}

.testimonial-one__right {
    position: relative;
    display: block;
    padding-left: 60px;
    margin-left: 25px;
}

.testimonial-one__right::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -23px;
    width: 1px;
    background: #E3E2E2;
    content: "";
}

.testimonial-one__single {
    position: relative;
    display: block;
}

.testimonial-one__single-text {
    position: relative;
    display: block;
    margin-bottom: 31px;
}

.testimonial-one__single-text p {
    font-size: 18px;
    line-height: 30px;
}

.testimonial-one__single-author {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-one__single-author .img-box {
    position: relative;
    display: block;
    width: 85px;
    border-radius: 50%;
}

.testimonial-one__single-author .img-box .icon {
    position: absolute;
    left: 0;
    bottom: -21px;
    right: 0;
    text-align: center;
}

.testimonial-one__single-author .img-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 28px;
    line-height: 28px;
}

.testimonial-one__single-author .img-box .inner {
    position: relative;
    display: block;
    width: 85px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-one__single-author .img-box img {
    width: 100%;
}

.testimonial-one__single-author .content-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.testimonial-one__single-author .content-box .rating-box {
    position: relative;
    display: block;
}

.testimonial-one__single-author .content-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.testimonial-one__single-author .content-box p {
    font-size: 14px;
    line-height: 24px;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 15px;
}

.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 11.5px;
    background: var(--billdins-black);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--billdins-base)
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid var(--billdins-base);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span::before,
.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span::before {
    transform: scaleX(1.0);
}


.testimonial-one__carousel.owl-dot-style1.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 37px;
    right: 0px;
}

/*==============================================
Testimonial Two
===============================================*/
.testimonial-one--two {
    position: relative;
    display: block;
    background: var(--billdins-black);
    padding: 230px 0px 208px;
    z-index: 1;
}

.testimonial-one--two__shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-position: center center;
    background-repeat: repeat-x;
    min-height: 27px;
}

.testimonial-one--two__inner {
    position: relative;
    display: block;
}

.testimonial-one--two__top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 29px;
}

.testimonial-one--two__top .sec-title {
    padding-bottom: 0px;
}

.testimonial-one--two__inner .sec-title__title {
    color: var(--billdins-white);
}

.testimonial-one--two__top-right {
    position: relative;
    display: block;
    max-width: 215px;
    width: 100%;
}

.testimonial-one--two__top-right .testimonial-one__left-bottom-text h3 {
    color: var(--billdins-white);
}

.testimonial-one--two__top-right .testimonial-one__left-bottom-text {
    margin-left: 0px;
    margin-top: 25px;
}


.testimonial-one--two__bottom {
    position: relative;
    display: block;
}

.testimonial-one--two__bottom .testimonial-one__single-text {
    position: relative;
    display: block;
    max-width: 970px;
    width: 100%;
}

.testimonial-one--two__bottom .testimonial-one__single-text p {
    color: var(--billdins-white);
}

.testimonial-one--two__bottom .testimonial-one__single-author .content-box h2 {
    color: var(--billdins-white);
}

.testimonial-one--two__bottom .testimonial-one__single-author .content-box p {
    color: var(--billdins-white);
}

.testimonial-two__single-author-outer {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__single-author-outer .border-box {
    position: relative;
    display: block;
    height: 1px;
    background: rgba(239, 243, 250, 0.2);
    width: 720px;
    margin-left: 100px;
}

.testimonial-one__carousel.owl-dot-style1.style2.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 43px;
    right: 0px;
    z-index: 5;
}

.style2.owl-dot-style1.owl-theme .owl-dots .owl-dot span {
    background: var(--billdins-white);
}

.style2.owl-dot-style1.owl-theme .owl-dots .owl-dot.active span,
.style2.owl-dot-style1.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--billdins-base)
}

/*==============================================
Testimonial Three
===============================================*/
.testimonial-three {
    position: relative;
    display: block;
    padding: 120px 0px 70px;
    z-index: 1;
}

.testimonial-three .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.05;
}

.testimonial-three__single {
    position: relative;
    display: block;
    padding-top: 49px;
}

.testimonial-three__single-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border: 3px solid var(--billdins-base);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 2;
}

.testimonial-three__single-img img {
    width: 100%;
}

.testimonial-three__single-inner {
    position: relative;
    display: block;
    background: var(--billdins-white);
    border: 2px solid #cccccc;
    padding: 72px 35px 42px;
}

.testimonial-three__single-inner h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testimonial-three__single-inner p {
    margin: 0;
}

.testimonial-three__single-inner .rating-box {
    position: relative;
    display: block;
    margin-top: 17px;
}

.testimonial-three__single .icon-box {
    position: absolute;
    left: 0;
    bottom: -32px;
    right: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--billdins-white);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 2;
}

.testimonial-three__single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: #cccccc;
    font-size: 25px;
    line-height: 25px;
    transform: rotate(180deg);
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 60px;
}


.testimonial-three__carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: -120px;
    right: 0;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: transparent;
    color: #cccccc;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #cccccc;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next:hover {
    border-color: var(--billdins-base);
    color: var(--billdins-base);
}

.testimonial-three__carousel.owl-carousel .owl-nav button.owl-prev span::before,
.testimonial-three__carousel.owl-carousel .owl-nav button.owl-next span::before {
    font-weight: 700;
    line-height: 53px;
}

/*==============================================
Testimonial Three Testimonial
===============================================*/
.testimonial-three--testimonial {
    position: relative;
    display: block;
}

.testimonial-three--testimonial .testimonial-three__single {
    margin-bottom: 60px;
}


/*==============================================
    Team One
===============================================*/
.team-one {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.team-one__left {
    position: relative;
    display: block;
    max-width: 605px;
    width: 100%;
}

.team-one__left .sec-title {
    padding-bottom: 21px;
}

.team-one__left-text {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.team-one__left-text p {
    margin: 0;
}


#team-one__thumb {
    max-width: 495px;
    width: 100%;
}

#team-one__thumb.swiper-container {
    margin-left: 0;
}

.team-one__thumb-single {
    position: relative;
    display: block;
}

.team-one__thumb-img {
    position: relative;
    display: block;
}

.team-one__thumb-img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border: 2px solid var(--billdins-base);
    border-radius: 50%;
    transform: scale(0.9);
    opacity: 0;
    transition-delay: 0.5s;
    transition: .5s;
    content: "";
    z-index: 3;
}

.team-one__thumb-single:hover .team-one__thumb-img::before,
#team-one__thumb .swiper-slide-thumb-active .team-one__thumb-img::before {
    transform: scale(1.0);
    opacity: 1;
}

.team-one__thumb-img .inner {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1;
}

.team-one__thumb-img .inner img {
    width: 100%;
}

.team-one__right {
    position: relative;
    display: block;
}

.team-one__right-single {
    position: relative;
    display: block;
    padding-top: 40px;
    z-index: 1;
}

.team-one__right-single .img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid var(--billdins-base);
    margin-bottom: 15px;
    z-index: 1;
}

.team-one__right-single .img-box img {
    width: 100%;
}

.team-one__right-single svg {
    position: absolute;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-bottom-left-radius: 75px;
}

.team-one__right-single-inner {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    padding: 50px 50px 50px;
    border-top-right-radius: 75px;
    border-bottom-left-radius: 75px;
    overflow: hidden;
}

.team-one__right-single-inner .author-box {
    position: relative;
    display: block;
}

.team-one__right-single-inner .author-box h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.team-one__right-single-inner .author-box p {
    color: var(--billdins-base);
    font-weight: 600;
}

.team-one__right-single-inner .text-box {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 12px;
}

.team-one__right-single-inner .text-box p {
    margin: 0;
}

.team-one__right-single-inner .social-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    z-index: 2;
}

.team-one__right-single-inner .social-links a {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
}

.team-one__right-single-inner .social-links a+a {
    margin-left: 15px;
}

.team-one__right-single-inner .social-links a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
}

.team-one__right-single-inner .social-links a:hover {
    color: var(--billdins-black);
}

/*==============================================
    Team Two
===============================================*/
.team-two {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}

.team-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-two__single-img {
    position: relative;
    display: block;
    width: 250px;
    height: 255px;
    border-radius: 50%;
    border: 4px solid #e3e1e2;
    border-bottom-left-radius: 0px;
    transition: all 0.4s linear;
    z-index: 3;
    overflow: hidden;
}

.team-two__single:hover .team-two__single-img {
    border-color: var(--billdins-base);
}

.team-two__single-img img {
    width: 100%;
}

.team-two__single-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: -210px;
    z-index: 1;
}

.team-two__single-content-inner {
    position: relative;
    display: block;
    padding: 248px 30px 26px;
    background: var(--billdins-gray-bg);
    clip-path: polygon(0 43%, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.team-two__single-content-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--billdins-base);
    clip-path: polygon(0 43%, 100% 0, 100% 100%, 0 100%);
    transform: scaleX(0.8) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 0;
    content: "";
    z-index: -1;
}

.team-two__single:hover .team-two__single-content-inner::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.team-two__single-content .text-box {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(114, 114, 114, 0.3);
    padding-bottom: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__single-content .text-box {
    border-bottom: 1px solid rgba(239, 243, 250, 0.3);
}

.team-two__single-content .text-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.team-two__single-content .text-box h2 a {
    color: var(--billdins-black);
}

.team-two__single:hover .team-two__single-content .text-box h2 a {
    color: var(--billdins-white);
}

.team-two__single-content .text-box p {
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__single-content .text-box p {
    color: var(--billdins-white);
}

.team-two__single-content .number {
    position: relative;
    display: block;
    margin-top: 16px;
}

.team-two__single-content .number p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.team-two__single-content .number p span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 25px;
    line-height: 25px;
    top: 3px;
    margin-right: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__single-content .number p span::before {
    color: var(--billdins-white);
}

.team-two__single-content .number p a {
    color: var(--billdins-black);
}

.team-two__single:hover .team-two__single-content .number p a {
    color: var(--billdins-white);
}

.team-two__single-content-inner .social-links {
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 5;
}

.team-two__single-content-inner .social-links li {
    position: relative;
    display: inline-block;
}

.team-two__single-content-inner .social-links li.share {
    position: relative;
}

.team-two__single-content-inner .social-links>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--billdins-black);
    border-radius: 50%;
    border-bottom-left-radius: 0px;
    z-index: 1;
}

.team-two__single-content-inner .social-links>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--billdins-white);
    border-radius: 50%;
    border-bottom-left-radius: 0px;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.team-two__single:hover .team-two__single-content-inner .social-links>li>a::before {
    transform: scale(1.0);
    opacity: 1;
}

.team-two__single-content-inner .social-links>li>a>span {
    position: relative;
    display: block;
}

.team-two__single-content-inner .social-links>li>a>span::before {
    position: relative;
    display: inline-block;
    top: -1px;
    color: var(--billdins-white);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.team-two__single:hover .team-two__single-content-inner .social-links>li>a span::before {
    color: var(--billdins-base);
}

.team-two__single-content-inner .social-links .share .social-links-inner {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0;
    background: var(--billdins-white);
    padding: 15px 0px 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 0;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-origin: bottom center;
}

.team-two__single-content-inner .social-links .share:hover .social-links-inner {
    transform: scaleY(1.0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team-two__single-content-inner .social-links .share .social-links-inner li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.team-two__single-content-inner .social-links .share .social-links-inner li:last-child {
    margin-bottom: 0px;
}

.team-two__single-content-inner .social-links .share .social-links-inner li a {
    position: relative;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0%;
    z-index: 1;
}

.team-two__single-content-inner .social-links .share .social-links-inner li a i {
    position: relative;
    display: block;
}

.team-two__single-content-inner .social-links .share .social-links-inner li a i::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 12px;
    line-height: 12px;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

/*==============================================
Team Details
===============================================*/
.team-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.team-details__top {
    position: relative;
    display: block;
}

.team-details__top-img {
    position: relative;
    display: block;
    margin-right: 30px;
    background: var(--billdins-gray-bg);
    padding: 10px;
    z-index: 1;
}

.team-details__top-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-details__top-img .inner img {
    width: 100%;
}

.team-details__content {
    position: relative;
    display: block;
}

.team-details__content-text1 {
    position: relative;
    display: block;
}

.team-details__content-text1 h2 {
    color: var(--billdins-base);
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    text-transform: capitalize;
}

.team-details__content-text1 .text1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--billdins-font-two);
    margin: 0;
    margin-bottom: 18px;
}

.team-details__content-text1 .text2 {
    margin: 0;
}


.team-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 26px;
}

.team-details__content-text2-single {
    position: relative;
    display: block;
}

.team-details__content-text2-single ul {
    position: relative;
    display: block;
}

.team-details__content-text2-single ul li {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.team-details__content-text2-single ul li:last-child {
    margin-bottom: 0px;
}

.team-details__content-text2-single ul li p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 20px;
}

.team-details__content-text2-single ul li p::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--billdins-base);
    border-radius: 50%;
    content: "";
}

.team-details__content-text2 .contact-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.team-details__content-text2 .contact-box .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #bcbfc4;
    border-radius: 50%;
}

.team-details__content-text2 .contact-box .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 18px;
}

.team-details__content-text2 .contact-box .text-box {
    position: relative;
    display: block;
    margin-left: 15px;
    flex: 1;
}

.team-details__content-text2 .contact-box .text-box p {
    margin: 0;
}

.team-details__content-text2 .contact-box .text-box h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.team-details__content-text2 .contact-box .text-box h2 a {
    color: var(--billdins-gray);
}

.team-details__content-text2 .contact-box .text-box h2 a:hover {
    color: var(--billdins-base);
}

.team-details__social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.team-details__social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--billdins-gray);
    width: 40px;
    height: 40px;
    border: 1px solid #b7bcc0;
    border-radius: 50%;
}

.team-details__social-links a:hover {
    color: var(--billdins-white);
    background: var(--billdins-base);
    border-color: var(--billdins-base);
}

.team-details__social-links a+a {
    margin-left: 15px;
}

.team-details__social-links a span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.team-details__progress {
    position: relative;
    display: block;
    margin-top: 36px;
}

.team-details__progress .title-box {
    position: relative;
    display: block;
}

.team-details__progress .title-box h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.team-details__progress .why-choose-two__progress-single .title-box p {
    color: var(--billdins-black);
}

.team-details__progress .why-choose-two__progress-single .bar {
    background-color: var(--billdins-black);
}

.team-details__progress .why-choose-two__progress-single .count-text {
    color: var(--billdins-black);
}

.team-details__progress .why-choose-two__progress {
    margin-top: 23px;
}


/*==============================================
Team Two Team Details
===============================================*/
.team-two--team-details {
    position: relative;
    display: block;
    padding-top: 0px;
}

.team-two--team-details .title-box {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-bottom: 52px;
}

.team-two--team-details .title-box h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.team-two--team-details .title-box p {
    margin: 0;
}

/*==============================================
    Blog One
===============================================*/
.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.blog-one__single::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50px;
    border: 1px solid #E3E2E2;
    border-radius: 5px;
    content: "";
    z-index: -1;
}

.blog-one__single-img {
    position: relative;
    display: block;
    padding-left: 80px;
}

.blog-one__single-img .date-box {
    position: absolute;
    top: 43%;
    left: -28px;
    transform: rotate(-90deg) translateY(-50%);
}

.blog-one__single-img .date-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.blog-one__single-img .date-box h3 span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 20px;
    line-height: 20px;
    margin-right: 2px;
}

.blog-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-one__single-img .inner img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-one__single:hover .blog-one__single-img .inner img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-one__single:hover .blog-one__single-img .inner img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-one__single-img .inner img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single-content {
    position: relative;
    display: block;
    padding: 28px 30px 22px;
}

.blog-one__single-content .meta-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-one__single-content .meta-box li {
    position: relative;
    display: block;
    margin-right: 20px;
}

.blog-one__single-content .meta-box li:last-child {
    margin-right: 0px;
}

.blog-one__single-content .meta-box li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--billdins-font-two);
}

.blog-one__single-content .meta-box li p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 18px;
    top: 2px;
    margin-right: 4px;
}

.blog-one__single-content .meta-box li p a {
    color: var(--billdins-gray);
}

.blog-one__single-content .meta-box li p a:hover {
    color: var(--billdins-base);
}

.blog-one__single-content h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.blog-one__single-content h2 a {
    color: var(--billdins-black);
}

.blog-one__single-content h2 a:hover {
    color: var(--billdins-base);
}

.blog-one__single-content p {
    margin: 0;
}

.blog-one__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 15px;
}

.blog-one__single-content .btn-box a {
    color: var(--billdins-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--billdins-font-two);
}

.blog-one__single-content .btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 1px;
    margin-left: 2px;
}

/*==============================================
    Blog Two
===============================================*/
.blog-one--two {
    position: relative;
    display: block;
}

.blog-one--two__shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-position: center center;
    background-repeat: repeat-x;
    min-height: 37px;
}

.blog-one--two__shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.blog-one--two .blog-one__single.style2 {
    position: relative;
    display: block;
}

.blog-one--two .blog-one__single-img {
    padding-left: 0px;
}

.blog-one--two .blog-one__single.style2 .blog-one__single-img .inner {
    border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.blog-one--two .blog-one__single.style2 .blog-one__single-img .date-box-style2 {
    top: 30px;
    left: 30px;
    bottom: auto;
}

.blog-one--two .blog-one__single-img .date-box-style2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--billdins-base);
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.blog-one--two .blog-one__single-img .date-box-style2 h2 {
    color: var(--billdins-white);
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.blog-one--two .blog-one__single-img .date-box-style2 p {
    color: var(--billdins-white);
    line-height: 16px;
}

.blog-one--two .blog-one__single-img .inner {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.blog-one--two .blog-one__single::before {
    display: none;
}

.blog-one--two .blog-one__single-content {
    padding: 28px 30px 22px;
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
}


/*==============================================
    Sidebar
===============================================*/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    padding: 33px 40px 40px;
}

.sidebar__single+.sidebar__single {
    margin-top: 40px;
}


.sidebar__single .title-box {
    position: relative;
    display: block;
    padding-bottom: 11px;
}

.sidebar__single .title-box::before {
    position: absolute;
    left: -40px;
    bottom: 0;
    right: -40px;
    background: #d0cfca;
    height: 1px;
    content: "";
}

.sidebar__single .title-box::after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 40px;
    background: var(--billdins-base);
    height: 1px;
    content: "";
}

.sidebar__single .title-box h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__services {
    position: relative;
    display: block;
}

.sidebar__services-list {
    position: relative;
    display: block;
    margin-top: 30px;
}

.sidebar__services-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #d0cfca;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__services-list li.active,
.sidebar__services-list li:hover {
    border-bottom: 1px solid var(--billdins-base);
}

.sidebar__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--billdins-black);
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 25px 19px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar__services-list li.active a,
.sidebar__services-list li a:hover {
    background: var(--billdins-base);
    color: var(--billdins-white);
}

.sidebar__services-list li a span::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    top: 2px;
}

.sidebar__emergency-services {
    position: relative;
    display: block;
    background: var(--billdins-base);
}

.sidebar__emergency-services-inner {
    position: relative;
    display: block;
}

.sidebar__emergency-services-inner .title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.sidebar__emergency-services-inner .title h2 {
    color: var(--billdins-white);
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar__emergency-services-inner .icon-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar__emergency-services-inner .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 50px;
    line-height: 50px;
}

.sidebar__emergency-services-inner .number-box {
    position: relative;
    display: block;
}

.sidebar__emergency-services-inner .number-box p {
    color: var(--billdins-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.sidebar__emergency-services-inner .number-box h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.sidebar__emergency-services-inner .number-box h3 a {
    color: var(--billdins-white);
}

.sidebar__emergency-services-inner .text-box {
    position: relative;
    display: block;
    margin-top: 24px;
}

.sidebar__emergency-services-inner .text-box p {
    color: var(--billdins-white);
}

.sidebar__emergency-services-inner .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 27px;
}

.sidebar__emergency-services-inner .btn-box .thm-btn {
    border: 1px solid var(--billdins-white);
    background: transparent;
}

.sidebar__emergency-services-inner .btn-box .thm-btn:hover {
    border-color: var(--billdins-black);
}


.sidebar__search {
    position: relative;
    display: block;
    padding-top: 40px;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--billdins-white);
    color: var(--billdins-gray);
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    padding-right: 60px;
    border-radius: 3px;
    border: 1px solid #dcdfe2;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--billdins-gray);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--billdins-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--billdins-gray);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--billdins-gray);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--billdins-gray);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--billdins-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--billdins-gray);
}

.sidebar__search-form button[type="submit"] {
    background-color: var(--billdins-base);
    color: var(--billdins-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
    background-color: var(--billdins-black);
    color: var(--billdins-white);
}

.sidebar__recent-post {
    position: relative;
    display: block;
}

.sidebar__recent-post-list {
    position: relative;
    display: block;
    margin-top: 30px;
}

.sidebar__recent-post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar__recent-post-list li+li {
    margin-top: 30px;
}

.sidebar__recent-post-list li .img-box {
    position: relative;
    display: block;
    width: 90px;
}

.sidebar__recent-post-list li .img-box img {
    width: 100%;
}

.sidebar__recent-post-list li .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.sidebar__recent-post-list li .text-box p {
    font-size: 15px;
    line-height: 25px;
}

.sidebar__recent-post-list li .text-box p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 15px;
    line-height: 15px;
    margin-right: 5px;
}

.sidebar__recent-post-list li .text-box h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 5px;
}

.sidebar__recent-post-list li .text-box h3 a {
    color: var(--billdins-black);
}

.sidebar__recent-post-list li .text-box h3 a:hover {
    color: var(--billdins-base);
}

.sidebar__tags {
    position: relative;
    display: block;
}

.sidebar__tags-list {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    padding-top: 30px;
}

.sidebar__tags-list li {
    position: relative;
    display: block;
    padding: 0px 5px 0px;
    float: left;
    margin-bottom: 10px;
}

.sidebar__tags-list li a {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: var(--billdins-white);
    padding: 7px 15px 7px;
}

.sidebar__tags-list li a:hover {
    color: var(--billdins-white);
    background: var(--billdins-base);
}

/*==============================================
Blog Page
===============================================*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}

/*==============================================
Blog Standard
===============================================*/
.blog-standard {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.blog-standard__content {
    position: relative;
    display: block;
}

.blog-standard__single {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.blog-standard__single-img {
    position: relative;
    display: block;
    background: var(--billdins-black);
    overflow: hidden;
}

.blog-standard__single-img img {
    width: 100%;
    transition: all 500ms ease;
}

.blog-standard__single:hover .blog-standard__single-img img {
    opacity: 0.5;
    transform: scaleY(1.05);
}

.blog-standard__single-content {
    position: relative;
    display: block;
    margin-top: 28px;
}

.blog-standard__single-content .meta-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-standard__single-content .meta-box li {
    position: relative;
    display: block;
    margin-right: 20px;
}

.blog-standard__single-content .meta-box li:last-child {
    margin-right: 0px;
}

.blog-standard__single-content .meta-box li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--billdins-font-two);
}

.blog-standard__single-content .meta-box li p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 18px;
    top: 2px;
    margin-right: 4px;
}

.blog-standard__single-content .meta-box li p a {
    color: var(--billdins-gray);
}

.blog-standard__single-content .meta-box li p a:hover {
    color: var(--billdins-base);
}

.blog-standard__single-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 19px;
    margin-bottom: 14px;
}

.blog-standard__single-content h2 a {
    color: var(--billdisn-black);
}

.blog-standard__single-content h2 a:hover {
    color: var(--billdins-base);
}

.blog-standard__single-content p {
    margin: 0;
}

.blog-standard__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 32px;
    line-height: 0px;
}

/*==============================================
Blog Details
===============================================*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.blog-details__content {
    position: relative;
    display: block;
}

.blog-standard__single-content .text2 {
    position: relative;
    margin-top: 16px;
}

.blog-details__content-text1 {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--billdins-gray-bg);
    padding: 30px 70px 30px 30px;
}

.blog-details__content-text1 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--billdins-base);
    border-radius: 7px;
}

.blog-details__content-text1 .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 25px;
    transform: rotate(180deg);
}

.blog-details__content-text1 .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 25px;
}

.blog-details__content-text1 .text-box h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.blog-details__content-text2 {
    position: relative;
    display: block;
    margin-top: 34px;
}

.blog-details__content-text2 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.blog-details__content-text2 .text1 {
    margin: 0;
    margin-bottom: 16px;
}

.blog-details__content-text2 .text2 {
    margin: 0;
}

.blog-details__content-img1 {
    position: relative;
    display: block;
    margin-top: 32px;
}

.blog-details__content-img1 .single-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-details__content-img1 .single-img img {
    width: 100%;
}

.blog-details__content-img1 p {
    margin: 0;
    margin-top: 34px;
}

.blog-details__content-text3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 53px;
    border-top: 1px solid var(--billdins-gray-bg);
    border-bottom: 1px solid var(--billdins-gray-bg);
    padding-top: 26px;
    padding-bottom: 24px;
}

.blog-details__content-text3-tag {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__content-text3-tag .title-box {
    position: relative;
    display: block;
}

.blog-details__content-text3-tag .title-box h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-details__content-text3-tag ul {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.blog-details__content-text3-tag ul li {
    position: relative;
    display: block;
    margin-right: 15px;
}

.blog-details__content-text3-tag ul li:last-child {
    margin-right: 0px;
}

.blog-details__content-text3-tag ul li a {
    color: var(--billdins-gray);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    background: var(--billdins-gray-bg);
    padding: 9px 20px 8px;
}

.blog-details__content-text3-tag ul li a:hover {
    color: var(--billdins-white);
    background: var(--billdins-base);
}


.blog-details__content-text3-share {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__content-text3-share .title-box {
    position: relative;
    display: block;
}

.blog-details__content-text3-share .title-box h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-details__content-text3-share ul {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.blog-details__content-text3-share ul li {
    position: relative;
    display: block;
    margin-right: 10px;
}

.blog-details__content-text3-share ul li:last-child {
    margin-right: 0px;
}

.blog-details__content-text3-share ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: var(--billdins-black);
    border: 1px solid var(--billdins-black);
    border-radius: 50%;
    overflow: hidden;
}

.blog-details__content-text3-share ul li a:hover {
    border-color: var(--billdins-base);
    background: var(--billdins-base);
    color: var(--billdins-white);
}

.blog-details__content-text3-share ul li a span::before {
    position: relative;
    display: inline-block;
    font-size: 15px;
}

.comment-one {
    position: relative;
    display: block;
    margin-top: 52px;
}

.comment-one .title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.comment-one .title-box h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-one__single {
    position: relative;
    display: block;
}

.comment-one__single.style2 {
    padding-left: 80px;
}

.comment-one__single+.comment-one__single {
    margin-top: 32px;
}

.comment-one__single-inner {
    position: relative;
    display: block;
    padding-left: 110px;
}

.comment-one__img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 80px;
}

.comment-one__img img {
    width: 100%;
}


.comment-one__content {
    position: relative;
    display: block;
}

.comment-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-one__content-top .title-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.comment-one__content-top .title-box h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comment-one__content-top .title-box p {
    font-weight: 500;
}

.comment-one__content-top .title-box p span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 15px;
    margin-right: 5px;
}

.comment-one__content-top .btn-box {
    position: relative;
    display: block;
}

.comment-one__content-top .btn-box a {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--billdins-black);
    padding: 7px 20px 4px;
    font-family: var(--billdins-font-two);
}

.comment-one__content-top .btn-box a:hover {
    background: var(--billdins-base);
}

.comment-one__content-text {
    position: relative;
    display: block;
    margin-top: 6px;
}

.comment-one__content-text p {
    margin: 0;
}

.comment-form {
    position: relative;
    display: block;
    margin-top: 44px;
}

.comment-form .title-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.comment-form .title-box h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.comment-form .title-box p {
    margin: 0;
}

.comment-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form .input-box input[type="text"],
.comment-form .input-box input[type="email"],
.comment-form .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--billdins-black-rgb), .13);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: var(--billdins-gray);
    border-radius: 2px;
    font-family: var(--billdins-font);
    width: 100%;
    outline: none;
    resize: none;
}

.comment-form .input-box textarea {
    height: 120px;
    padding-top: 11px;
}


.comment-form .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.comment-form .input-box .icon.style2 {
    top: 11%;
    transform: translateY(0%);
}

.comment-form .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 16px;
}

.comment-form__checkbox {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 44px;
}

.comment-form__checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--billdins-gray);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: var(--billdins-font);
    cursor: pointer;
}

.comment-form__checkbox input[type="checkbox"] {
    display: none;
}

.comment-form__checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 4px;
    left: 0px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid rgba(var(--billdins-gray-rgb), .5);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form__checkbox label span:before {
    position: absolute;
    top: 2px;
    left: 4px;
    display: block;
    border-bottom: 2px solid var(--billdins-base);
    border-right: 2px solid var(--billdins-base);
    content: '';
    width: 5px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.comment-form__checkbox input[type="checkbox"]:checked+label span {
    border: 1px solid rgba(var(--billdins-gray-rgb), .5);
}

.comment-form__checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.comment-form__btn {
    position: relative;
    display: block;
}

/*==============================================
Contact Page
===============================================*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.contact-page__contact-info {
    position: relative;
    display: block;
}

.contact-page__contact-info .title-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.contact-page__contact-info .title-box h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}


.contact-page__contact-info-box {
    position: relative;
    display: block;
}

.contact-page__contact-info-single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 49px;
}

.contact-page__contact-info-single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--billdins-gray-bg);
    border-radius: 5px;
    overflow: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page__contact-info-single:hover .icon-box {
    background: var(--billdins-base);
}

.contact-page__contact-info-single .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-page__contact-info-single:hover .icon-box span {
    color: var(--billdins-white);
}

.contact-page__contact-info-single .content-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.contact-page__contact-info-single .content-box h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.contact-page__contact-info-single .content-box p {
    margin: 0;
}

.contact-page__contact-info-single .content-box p+p {
    margin-top: 2px;
}

.contact-page__contact-info-single .content-box p a {
    color: var(--billdins-gray);
}

.contact-page__contact-info-single .content-box p a:hover {
    color: var(--billdins-base);
}


.contact-page__contact-info-bottom {
    position: relative;
    display: block;
}

.contact-page__contact-info-bottom .text-box {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.contact-page__contact-info-bottom .text-box h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.contact-page__contact-info-bottom .text-box p {
    margin: 0;
}

.contact-page__contact-info-bottom .social-links {
    position: relative;
    display: block;
}

.contact-page__contact-info-bottom .social-links ul {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-page__contact-info-bottom .social-links ul li {
    position: relative;
    display: block;
}

.contact-page__contact-info-bottom .social-links ul li+li {
    margin-left: 10px;
}

.contact-page__contact-info-bottom .social-links ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: var(--billdins-gray-bg);
    color: var(--billdins-gray);
    border-radius: 10px;
}

.contact-page__contact-info-bottom .social-links ul li a:hover {
    color: var(--billdins-white);
    background: var(--billdins-base);
}

.contact-page__contact-info-bottom .social-links ul li a span::before {
    position: relative;
    display: inline-block;
    font-size: 17px;
}


.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 47px;
}

.contact-page__form .title-box h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    text-transform: capitalize;
}

.contact-page__form-box {
    position: relative;
    display: block;
}

.contact-page__form-box .input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__form-box .input-box .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.contact-page__form-box .input-box .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-gray);
    font-size: 15px;
}

.contact-page__form-box .input-box input[type="text"],
.contact-page__form-box .input-box input[type="email"],
.contact-page__form-box .input-box textarea {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--billdins-white);
    border: 1px solid rgba(var(--billdins-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--billdins-gray);
    border-radius: 2px;
    font-family: var(--billdins-font);
}

.contact-page__form-box .input-box .select-box {
    width: 100%;
}

.contact-page__form-box .input-box .nice-select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    background-color: var(--billdins-white);
    border: 1px solid rgba(var(--billdins-black-rgb), .10);
    padding-left: 20px;
    padding-right: 40px;
    outline: none;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    color: var(--billdins-gray);
    border-radius: 2px;
    font-family: var(--billdins-font);
    float: none;
}

.contact-page__form-box .input-box .nice-select:after {
    position: absolute;
    top: 18px;
    right: 23px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid var(--billdins-gray);
    border-right: 1px solid var(--billdins-gray);
    margin-top: 0px;
    z-index: 10;
}

.contact-page__form-box .input-box .nice-select .option {
    color: var(--billdins-white);
}

.contact-page__form-box .input-box textarea {
    height: 120px;
    padding-top: 11px;
    outline: none;
    resize: none;
}

.contact-page__form-box .input-box .icon.style2 {
    top: 11%;
    transform: translateY(0%);
}

/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
    position: relative;
    display: block;
    z-index: 0;
}

.google-map-one__map {
    position: relative;
    display: block;
    border: none;
    height: 710px;
    width: 100%;
}

/*==============================================
    Counter One
===============================================*/
.counter-one {
    position: relative;
    display: block;
    margin-bottom: -110px;
    z-index: 2;
}

.counter-one__inner {
    position: relative;
    display: block;
    padding: 75px 60px 75px;
    padding-right: 0px;
    z-index: 1;
}

.counter-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    z-index: -1;
}

.counter-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-base-rgb), 0.8);
    border-radius: 10px;
    content: "";
}

.counter-one__single {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-one__single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--billdins-white);
    border-radius: 5px;
}

.counter-one__single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 40px;
    line-height: 40px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.counter-one__single:hover .icon-box span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.counter-one__single .content-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 20px;
}

.counter-one__single .content-box .count-box {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-one__single .content-box .count-box h2 {
    color: var(--billdins-white);
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
}

.counter-one__single .content-box .count-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 44px;
    font-weight: 700;
}

.counter-one__single .content-box p {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

/***
=============================================
Error Page
=============================================
***/
.error-page {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.error-page__inner {
    position: relative;
    display: block;
}

.error-page__img {
    position: relative;
    display: block;
}

.error-page__img img {
    width: auto;
}

.error-page__content {
    position: relative;
    display: block;
    margin-top: 62px;
}

.error-page__content h2 {
    color: var(--billdins-base);
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.error-page__content p {
    color: var(--billdins-black);
    margin: 0;
}

.error-page__content .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 21px;
}

/***
=============================================
Faq One
=============================================
***/
.faq-one {
    position: relative;
    display: block;
    background: var(--billdins-black);
    padding: 120px 0 120px;
    z-index: 1;
}

.faq-one .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.06;
    z-index: -1;
}

.faq-one .shape2 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.faq-one .shape3 {
    position: absolute;
    top: 84px;
    right: 220px;
}

.faq-one .shape4 {
    position: absolute;
    top: 70px;
    right: -30px;
}

.faq-one .sec-title__title {
    color: var(--billdins-white);
}

.faq-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.faq-one .row {
    display: flex;
    align-items: center;
}

.faq-one__faq {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.faq-one-accrodion {
    position: relative;
    display: block;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--billdins-base);
    content: "";
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 25px 13px;
    padding-left: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
    position: relative;
    color: var(--billdins-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--billdins-black);
}

.faq-one-accrodion .accrodion-title h4::before {
    position: absolute;
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    content: "\e904";
    font-family: 'icomoon' !important;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e904";
    color: var(--billdins-base);
    transform: rotate(180deg);
    top: 5px;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    display: block;
    padding: 0px 30px 22px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-one__img {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
}

.faq-one__img-list1 {
    position: relative;
    display: block;
}

.faq-one__img-list1 li {
    position: relative;
    display: block;
}

.faq-one__img-list1 li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-bottom-left-radius: 0px;
    border: 5px solid var(--billdins-white);
    margin: 0 auto;
}

.faq-one__img-list1 li:nth-child(1) .img-box {
    transform: rotate(-45deg);
}

.faq-one__img-list1 li:nth-child(2) .img-box {
    transform: rotate(135deg);
    margin-top: 100px;
}

.faq-one__img-list1 li .img-box img {
    width: 100%;
}

.faq-one__img-list2 {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    left: -4px;
}

.faq-one__img-list2 li {
    position: relative;
    display: block;
}

.faq-one__img-list2 li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-bottom-right-radius: 0px;
    border: 5px solid var(--billdins-white);
    margin: 0 auto;
}

.faq-one__img-list2 li:nth-child(1) .img-box {
    transform: rotate(-50deg);
}

.faq-one__img-list2 li:nth-child(2) .img-box {
    transform: rotate(140deg);
    margin-left: 100px;
}

.faq-one__img-list2 li .img-box img {
    width: 100%;
}


/***
=============================================
Faq One Faq
=============================================
***/
.faq-one--faq {
    position: relative;
    display: block;
    background: var(--billdins-white);
}

.faq-one--faq .faq-one__faq {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.faq-one--faq .faq-one-accrodion .accrodion {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}

/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--billdins-black);
    padding: 80px 0px 0px;
    overflow: hidden;
    z-index: 1;
}

.site-footer .shape1 {
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    text-align: center;
    opacity: 0.02;
    z-index: -1;
}

.site-footer .shape2 {
    position: absolute;
    top: 100px;
    left: 60px;
    font-size: 50px;
    color: rgba(var(--billdins-white-rgb), 0.15);
}

.site-footer__top {
    position: relative;
    display: block;
}

.site-footer__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(var(--billdins-gray-rgb), 0.5);
    padding-bottom: 60px;
}

.site-footer__logo {
    position: relative;
    display: block;
}

.site-footer__logo a {
    position: relative;
    display: inline-block;
}

.site-footer__logo a img {
    width: 100%;
}

.site-footer__subscribe-form {
    position: relative;
    display: block;
}

.site-footer__subscribe-form .subscribe-form {
    position: relative;
    display: block;
}

.site-footer__subscribe-form .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 25px;
    padding-right: 140px;
    background: transparent;
    border: 1px solid rgba(239, 243, 250, 0.25);
    color: #EFF3FA;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--billdins-font);
    text-transform: none;
    outline: none;
    width: 455px;
}

.site-footer__subscribe-form .subscribe-form input::-webkit-input-placeholder {
    color: #EFF3FA;
}

.site-footer__subscribe-form .subscribe-form input:-moz-placeholder {
    color: #EFF3FA;
}

.site-footer__subscribe-form .subscribe-form input::-moz-placeholder {
    color: #EFF3FA;
}

.site-footer__subscribe-form .subscribe-form input:-ms-input-placeholder {
    color: #EFF3FA;
}

.site-footer__subscribe-form .subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.site-footer__subscribe-form .subscribe-form button.thm-btn .hover-btn {
    background-color: var(--billdins-white);
}

.site-footer__subscribe-form .subscribe-form button.thm-btn .hover-bx {
    border-radius: 0px 0px 0px 0px;
}

.site-footer__subscribe-form .subscribe-form button.thm-btn:hover {
    color: var(--billdins-black);
}

.site-footer__social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(var(--billdins-gray-rgb), 0.5);
    border-radius: 50%;
    z-index: 1;
}

.site-footer__social-links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--billdins-base);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.site-footer__social-links a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.site-footer__social-links a+a {
    margin-left: 10px;
}

.site-footer__social-links a span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 15px;
    line-height: 15px;
}

.site-footer__middle {
    position: relative;
    display: block;
    margin-top: 100px;
    padding-bottom: 60px;
}

.footer-widget__single {
    position: relative;
    display: block;
}

.footer-widget__services {
    position: relative;
    display: block;
}

.footer-widget__single .title-box {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 24px;
}

.footer-widget__single .title-box h1 {
    color: var(--billdins-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.footer-widget__single .title-box .line {
    position: relative;
    display: block;
    height: 2px;
    width: 105px;
    background: var(--billdins-base);
}

.footer-widget__single .title-box .line::before {
    position: absolute;
    top: 0;
    right: -25px;
    width: 20px;
    height: 2px;
    background: var(--billdins-base);
    content: "";
}

.footer-widget__services {
    position: relative;
    display: block;
}

.footer-widget__list {
    position: relative;
    display: block;
}

.footer-widget__list li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.footer-widget__list li:last-child {
    margin-bottom: 0px;
}

.footer-widget__list li a {
    color: #E3E2E2;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.footer-widget__list li a:hover {
    color: var(--billdins-base);
}

.footer-widget__list li a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    top: 1px;
}

.footer-widget__useful-links {
    position: relative;
    display: block;
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: -50px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.footer-widget__contact-list li:last-child {
    margin-bottom: 0px;
}

.footer-widget__contact-list li:nth-child(3) {
    align-items: center;
}

.footer-widget__contact-list li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(var(--billdins-white-rgb), 0.15);
    border-radius: 6px;
    top: 6px;
}

.footer-widget__contact-list li:nth-child(3) .icon-box {
    top: 0;
}

.footer-widget__contact-list li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 15px;
    line-height: 15px;
}

.footer-widget__contact-list li .text-box {
    position: relative;
    display: block;
    margin-left: 12px;
}

.footer-widget__contact-list li .text-box p {
    color: #E3E2E2;
}

.footer-widget__contact-list li .text-box p a {
    color: #E3E2E2;
}

.footer-widget__contact-list li .text-box p a:hover {
    color: var(--billdins-base);
}

.footer-widget__gallery {
    position: relative;
    display: block;
    margin-left: 27px;
}

.footer-widget__gallery-list {
    position: relative;
    display: block;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 6px;
}

.footer-widget__gallery-list li {
    position: relative;
    display: inline-block;
    padding: 0px 8px 0px;
    margin-bottom: 20px;
}

.footer-widget__gallery-list li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.footer-widget__gallery-list li .img-box img {
    width: 100%;
    transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.footer-widget__gallery-list li:hover .img-box img {
    transform: scale(1.2) rotate(1deg);
}

.footer-widget__gallery-list li .img-box .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(var(--billdins-base-rgb), 0.8);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.footer-widget__gallery-list li:hover .img-box .overlay-icon {
    opacity: 1;
}

.footer-widget__gallery-list li .img-box .overlay-icon a span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.1s ease-in-out 0.9s;
}

.footer-widget__gallery-list li:hover .img-box .overlay-icon a span::before {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out 0.5s;
}

.footer-widget__gallery-list li .img-box .overlay-icon a:hover span::before {
    color: var(--billdins-black);
}

.site-footer__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(var(--billdins-gray-rgb), 0.5);
    padding: 24px 0px 22px;
}

.site-footer__copyright {
    position: relative;
    display: block;
}

.site-footer__copyright p {
    color: var(--billdins-white);
}

.site-footer__copyright p a {
    color: var(--billdins-base);
}

.site-footer__copyright p a:hover {
    color: var(--billdins-white);
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
    padding-left: 25px;
    padding-right: 30px;
}

.site-footer__bottom-menu li:first-child {
    padding-left: 0px;
}

.site-footer__bottom-menu li:last-child {
    padding-right: 0px;
}

.site-footer__bottom-menu li::before {
    position: absolute;
    top: 9px;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--billdins-white);
    border-radius: 50%;
    content: "";
}

.site-footer__bottom-menu li:last-child::before {
    display: none;
}

.site-footer__bottom-menu li a {
    color: var(--billdins-white);
    font-size: 16px;
    line-height: 26px;
}

.site-footer__bottom-menu li a:hover {
    color: var(--billdins-base);
}



/*==============================================
    Site Footer Two
===============================================*/
.site-footer--two {
    position: relative;
    display: block;
    padding-top: 0px;
}

.site-footer--two__top {
    position: relative;
    display: block;
    padding: 63px 0px 61px;
    overflow: hidden;
    z-index: 1;
}

.site-footer--two__top-shape {
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: 1;
}

.site-footer--two__top::before {
    position: absolute;
    top: 0;
    left: 750px;
    bottom: 0;
    right: 0;
    background: var(--billdins-base);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
    content: "";
}

.site-footer--two__top::after {
    position: absolute;
    top: 0;
    left: 720px;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-base), 0.67);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
    content: "";
}

.site-footer--two__top-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.site-footer--two__top-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.6);
    content: "";
}

.site-footer--two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.site-footer--two__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer--two__top-right .text-box {
    position: relative;
    display: block;
}

.site-footer--two__top-right .text-box h2 {
    color: var(--billdins-white);
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
}

.site-footer--two__top-right .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-left: 80px;
}

.site-footer--two__top-right .btn-box .thm-btn {
    background-color: var(--billdins-white);
    color: var(--billdins-black);
}

.site-footer--two__top-right .btn-box .thm-btn:hover {
    color: var(--billdins-white);
}

.site-footer--two .site-footer__middle {
    margin-top: 0px;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}

.site-footer__middle-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.footer-widget__recent-post {
    position: relative;
    display: block;
}

.footer-widget__recent-post-list {
    position: relative;
    display: block;
}

.footer-widget__recent-post-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-widget__recent-post-list li:last-child {
    margin-bottom: 0px;
}

.footer-widget__recent-post-list li .img-box {
    position: relative;
    display: block;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-widget__recent-post-list li .img-box img {
    width: 100%;
}

.footer-widget__recent-post-list li .content-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.footer-widget__recent-post-list li .content-box p {
    color: #E3E2E2;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.footer-widget__recent-post-list li .content-box p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 15px;
    line-height: 15px;
    margin-right: 1px;
    top: 1px;
}

.footer-widget__recent-post-list li .content-box h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 5px;
}

.footer-widget__recent-post-list li .content-box h3 a {
    color: var(--billdins-white);
}

.footer-widget__recent-post-list li .content-box h3 a:hover {
    color: var(--billdins-base);
}

.site-footer--two .site-footer__bottom {
    background: #030303;
}

.site-footer--two .site-footer__bottom-inner {
    border-top: 0px solid rgba(var(--billdins-gray-rgb), 0.5);
    padding: 22px 0px 22px;
}

.site-footer__payment {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__payment li {
    position: relative;
    display: block;
    margin-right: 5px;
}

.site-footer__payment li:last-child {
    margin-right: 0px;
}

.site-footer__payment li a {
    position: relative;
    display: block;
}

.site-footer__payment li a img {
    width: 100%;
}

/***
=============================================
Page Header
=============================================
***/
.page-header {
    position: relative;
    display: block;
    padding: 154px 0px 152px;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--billdins-black-rgb), 0.82);
    content: "";
    z-index: -1;
}

.page-header .shape1 {
    position: absolute;
    left: -130px;
    bottom: -40px;
    width: 500px;
    height: 110px;
    background: rgba(var(--billdins-base-rgb), 0.10);
    transform: rotate(45deg);
    z-index: -1;
}

.page-header .shape2 {
    position: absolute;
    top: -40px;
    left: -130px;
    width: 500px;
    height: 110px;
    background: rgba(var(--billdins-black-rgb), 0.10);
    transform: rotate(-45deg);
    z-index: -1;
}

.page-header .shape3 {
    position: absolute;
    top: -150px;
    right: -77px;
    z-index: 1;
}

.page-header .shape4 {
    position: absolute;
    top: -150px;
    right: 265px;
    z-index: -1;
}

.page-header .shape5 {
    position: absolute;
    bottom: 0px;
    right: 170px;
    z-index: 1;
}

.page-header__inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.page-header__inner h2 {
    color: var(--billdins-white);
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.page-header__inner .thm-breadcrumb li {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 5px;
    margin-right: 5px;
}

.page-header__inner .thm-breadcrumb li:first-child {
    margin-left: 0px;
}

.page-header__inner .thm-breadcrumb li:last-child {
    margin-right: 0px;
}

.page-header__inner .thm-breadcrumb li a {
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    top: 2px;
}

/***
=============================================
Product
=============================================
***/
.product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.product__sidebar {
    position: relative;
    display: block;
}

.product__sidebar-single+.product__sidebar-single {
    margin-top: 30px;
}

.product__sidebar-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    margin-bottom: 22px;
}

.shop-search {
    position: relative;
    display: block;
    background-color: var(--billdins-gray-bg);
    padding: 30px 30px 30px;
}

.shop-search form {
    position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
    width: 100%;
    height: 60px;
    background-color: var(--billdins-white);
    padding-left: 30px;
    padding-right: 60px;
    font-size: 16px;
    color: var(--billdins-gray);
    font-family: var(--billdins-font);
    border: none;
    outline: none;
    font-weight: 500;
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}

.shop-search form button[type="submit"] {
    background-color: var(--billdins-base);
    color: var(--billdins-white);
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 50px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
    background-color: var(--billdins-black);
    color: var(--billdins-white);
}

.product__price-ranger {
    position: relative;
    padding: 27px 30px 30px;
    margin: 0;
    background-color: var(--billdins-gray-bg);
}

.product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
    background: var(--billdins-white);
    border: none;
    height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--billdins-base);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--billdins-base);
}

.product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: var(--billdins-black);
    float: right;
    text-align: center;
    border: none;
    color: var(--billdins-white);
    font-size: 12px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--billdins-gray);
    font-size: 14px;
    font-weight: 400;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--billdins-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    left: -2px;
}

.shop-category {
    position: relative;
    display: block;
    background-color: var(--billdins-gray-bg);
    padding: 29px 15px 15px;
}

.shop-category .product__sidebar-title {
    margin-left: 15px;
    margin-bottom: 13px;
}

.shop-category ul {
    position: relative;
    display: block;
}

.shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--billdins-gray);
    margin-bottom: 5px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--billdins-gray);
    font-weight: 500;
    border-radius: 15px;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 8px 15px 8px;
}

.shop-category ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--billdins-white);
    border-radius: 15px;
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
    transform: scaleY(1.0);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
    color: var(--billdins-black);
    background: var(--billdins-white);
}

.shop-category ul li a:after {
    position: absolute;
    right: 20px;
    top: 5px;
    font-family: 'icomoon' !important;
    content: "\e95f";
    opacity: 1;
    font-size: 15px;
    color: var(--billdins-base);
    line-height: 30px;
    font-weight: 700;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
    color: var(--billdins-base);
    transform: scale(1);
    text-shadow: none;
}

.shop-color-option {
    position: relative;
    display: block;
    background-color: var(--billdins-gray-bg);
    padding: 29px 30px 27px;
}

.shop-color-option ul {
    position: relative;
    display: block;
}

.shop-color-option ul li {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--billdins-gray);
    padding-left: 30px;
}

.shop-color-option ul li+li {
    margin-top: 6px;
}

.shop-color-option ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--billdins-black);
    border-radius: 0%;
    transform: translateY(-50%);
}

.shop-color-option ul li:nth-child(2):before {
    background-color: blue;
}

.shop-color-option ul li:nth-child(3):before {
    background-color: brown;
}

.shop-color-option ul li:nth-child(4):before {
    background-color: pink;
}

.shop-color-option ul li:nth-child(5):before {
    background-color: orange;
}

.shop-product-tags {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    padding: 25px 15px 30px;
    overflow: hidden;
    z-index: 1;
}

.shop-product-tags .product__sidebar-title {
    margin-left: 5px;
}

.shop-product__tags-list {
    margin-top: -10px;
}

.shop-product__tags-list a {
    font-size: 12px;
    color: var(--billdins-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--billdins-white);
    display: inline-block;
    padding: 5px 20px 5px;
    margin-left: 5px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.shop-product__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.shop-product__tags-list a:hover {
    color: var(--billdins-white);
    background: var(--billdins-base);
}

.product__items {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 16px;
    font-weight: 400;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}

.product__showing-sort .select-box .nice-select {
    background-color: var(--billdins-gray-bg);
    color: var(--billdins-gray);
    font-size: 16px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.product__all {
    position: relative;
    display: block;
}

.product__all-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    background-color: var(--billdins-white);
    padding: 0 0 30px;
    transition: all 500ms ease;
    z-index: 1;
}

.product__all-single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.product__all-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.product__all-img img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.product__all-single:hover .product__all-img img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.product__all-single:hover .product__all-img img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.product__all-img img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__all-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 23px;
}

.product__all-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 12px;
}

.product__all-title a {
    color: var(--billdins-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__all-title a:hover {
    color: var(--billdins-base);
}

.product__all-price {
    font-size: 16px;
    font-weight: 500;
    color: var(--billdins-gray);
    margin-top: 4px;
}

.product__all-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__all-review i {
    font-size: 17px;
    color: var(--billdins-base);
}

.product__all-review i+i {
    margin-left: 5px;
}

.product__all-btn-box {
    position: relative;
    display: block;
    margin-top: 11px;
    z-index: 2;
}

.product__all-btn-box .thm-btn {
    background: transparent;
    border: 1px solid var(--billdins-base);
    color: var(--billdins-base);
}

.product__all-btn-box .thm-btn:hover {
    border-color: var(--billdins-black);
}



/***
=============================================
Product Details
=============================================
***/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 56px;
}

.product-details__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-details__img img {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 15px;
    mix-blend-mode: luminosity;
}

.product-details__top {
    position: relative;
    display: block;
    margin-top: -9px;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    margin: 0;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-left: 25px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 26px;
    padding-bottom: 37px;
    margin-bottom: 28px;
    border-bottom: 1px solid #dddddd;
}

.product-details__reveiw i {
    font-size: 16px;
    color: var(--billdins-base);
}

.product-details__reveiw i+i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--billdins-gray);
    margin-left: 18px;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 31px;
}

.product-details__content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--billdins-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 20px;
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #dddddd;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--billdins-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--billdins-gray);
}

.product-details__quantity .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--billdins-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid #dddddd;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #dddddd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.product-details__buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-1 .thm-btn {
    background: transparent;
    border: 1px solid var(--billdins-base);
    color: var(--billdins-base);
}

.product-details__buttons-1 .thm-btn:hover {
    border-color: var(--billdins-black);
}

.product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details__social {
    position: relative;
    display: block;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--billdins-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--billdins-white);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--billdins-black);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a+a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--billdins-white);
    background-color: var(--billdins-base);
}


/*--------------------------------------------------------------
  # Product Description
  --------------------------------------------------------------*/
.product-description {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px;
}

.product-description__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 27px;
}

.product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description__list ul {
    position: relative;
    display: block;
}

.product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-description__list ul li p {
    color: var(--billdins-black);
    margin: 0;
    font-weight: 500;
}

.product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
    font-weight: 700;
}

.product-description__tex2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
.review-one {
    position: relative;
    display: block;
}

.comments-area {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    padding-top: 56px;
}

.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
}


.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-box .author-thumb figure {
    margin: 0;
}

.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}

.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-one__content-top .info {
    position: relative;
    display: block;
}

.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.review-one__content-top .info h2 span {
    color: var(--billdins-base);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}

.review-one__content-top .reply-btn i:before {
    color: var(--billdins-base);
    font-size: 17px;
}

.review-one__content-bottom {
    position: relative;
    display: block;
}

.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0 120px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 25px;
}

.review-form-one__rate-text {
    font-size: 16px;
    font-weight: 400;
}

.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.review-form-one__rate i {
    font-size: 17px;
    color: var(--billdins-base);
}

.review-form-one__rate i+i {
    margin-left: 5px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__form .row {
    --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
    font-size: 16px;
    color: var(--billdins-gray);
    height: 190px;
    width: 100%;
    background-color: var(--billdins-gray-bg);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 400;
    border-radius: 15px;
}

.review-form-one__input-box.text-message-box {
    height: 190px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--billdins-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--billdins-gray);
    display: block;
    font-weight: 400;
    border-radius: 15px;
}

.review-form-one__btn {
    border: none;
    margin-top: 10px;
}



/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.cart-page {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 112px 0px 120px;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .cart-table {
        min-width: 1170px;
    }
}

.cart-table {
    margin-bottom: 60px;
}

.cart-table thead th {
    color: var(--billdins-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    border: none;
    padding-bottom: 22px;
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid #dddddd;
}

.cart-table tbody td {
    font-size: 18px;
    color: var(--billdins-gray);
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 35px;
}

.cart-table .product-box .img-box img {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.cart-table h3 {
    color: var(--billdins-black);
    font-size: 20px;
    margin-left: 36px;
    font-weight: 700;
    margin: 0;
}

.cart-table h3 a {
    color: var(--billdins-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-table h3 a:hover {
    color: var(--billdins-base);
}

.cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.cart-table .quantity-box input {
    width: 98px;
    border-radius: 10px;
    height: 50px;
    border: 1px solid #dddddd;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--billdins-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    color: var(--billdins-gray);
    font-weight: 700;
}

.cart-table .quantity-box button {
    width: 24px;
    height: 24px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid #dddddd;
}

.cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid #dddddd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

.cart-table .cross-icon {
    position: relative;
    display: block;
}

.cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 16px;
}

.cart-cupon__form {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.cart-cupon__input {
    width: 100%;
    max-width: 370px;
    border-radius: 15px;
    background-color: var(--billdins-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    font-family: var(--billdins-font);
    font-size: 16px;
    color: var(--billdins-gray);
    height: 52px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-weight: 400;
}

.cart-cupon__form ::placeholder {
    color: var(--billdins-gray);
    opacity: 1;
}

.cart-cupon__form .thm-btn {
    background-color: transparent;
    border: 1px solid var(--billdins-base);
    color: var(--billdins-base);
    line-height: 50px;
}

.cart-cupon__form .thm-btn:hover {
    border-color: var(--billdins-black);
}

.cart-total {
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: -9px;
}

.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--billdins-gray);
    font-size: 18px;
    font-weight: 500;
}

.cart-total li+li {
    margin-top: 15px;
}

.cart-total li span:first-child {
    display: block;
    color: var(--billdins-black);
    font-size: 20px;
    margin-right: 80px;
    font-weight: 700;
    width: 140px;
    text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px;
}

.cart-total-amount {
    color: var(--billdins-base);
}

.cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-page__buttons-1 {
    position: relative;
    display: block;
    line-height: 0px;
}

.cart-page__buttons-1 .thm-btn {
    background: transparent;
    border: 1px solid var(--billdins-base);
    color: var(--billdins-base);
    line-height: 53px;
}

.cart-page__buttons-1 .thm-btn:hover {
    border-color: var(--billdins-black);
}

.cart-page__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
    line-height: 0px;
}



/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
.checkout-page {
    position: relative;
    display: block;
    padding: 112px 0 120px;
    z-index: 1;
}

.checkout-page .billing_details {
    position: relative;
    display: block;
}

.billing_title {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.billing_title p {
    font-size: 16px;
    margin: 0;
}

.billing_title a {
    color: var(--billdins-base);
}

.billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    margin-top: 16px;
}

.billing_details_form {
    position: relative;
    display: block;
}

.billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
    border: none;
}

.billing_details_form .btn-light:hover {
    border: none;
}

.billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--billdins-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    color: var(--billdins-gray);
    display: block;
    font-weight: 400;
}

.billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: -4px;
}

.billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--billdins-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    font-family: var(--billdins-font);
}

.billing_details .checked-box input[type="checkbox"] {
    display: none;
}

.billing_details .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--billdins-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 0;
}

.billing_details .checked-box label span:before {
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    border-bottom: 2px solid var(--billdins-white);
    border-right: 2px solid var(--billdins-white);
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked+label span {
    border-color: var(--billdins-white);
}

.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.ship_different_address_title {
    margin-top: 44px;
}

.ship_different_address_title h2 span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 19px;
    top: -2px;
    left: 15px;
}

.ship_different_address_form .ship_different_input {
    position: relative;
    display: block;
    height: 120px;
}

.ship_different_address_form .ship_different_input textarea {
    font-size: 16px;
    color: var(--billdins-gray);
    height: 120px;
    width: 100%;
    background-color: var(--billdins-gray-bg);
    padding: 15px 30px 20px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    border-radius: 10px;
    font-weight: 400;
}

.billing_details_form .select-box .nice-select {
    background-color: var(--billdins-gray-bg);
    border-radius: 10px;
    color: var(--billdins-gray);
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.your_order {
    position: relative;
    display: block;
    padding-top: 56px;
}

.your_order h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 36px;
}

.order_table_box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 24px;
}

.order_table_detail {
    position: relative;
    width: 100%;
}

.order_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}

.order_table_head th {
    font-size: 20px;
    color: var(--billdins-black);
    font-weight: 700;
    margin: 0;
    padding: 23px 0 22px;
}

.order_table_head th.right {
    float: right;
}

.order_table_detail tbody td {
    padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
    color: var(--billdins-gray);
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.order_table_detail tbody td.pro__price {
    color: var(--billdins-gray);
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout__payment {
    background-color: var(--billdins-gray-bg);
    border-radius: 10px;
    padding: 49px 50px 18px;
    margin-bottom: 30px;
}

.checkout__payment__item+.checkout__payment__item {
    margin-top: 41px;
}

.checkout__payment__title {
    display: flex;
    color: var(--billdins-black);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    align-items: center;
    margin-bottom: 27px;
    cursor: pointer;
}

.checkout__payment__title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--billdins-white);
    border: 2px solid #dddddd;
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 10px;
    color: var(--billdins-white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
}

.checkout__payment__title img {
    margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--billdins-base);
    border-color: var(--billdins-base);
    content: '\f00c';
}

.checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: var(--billdins-gray);
    font-weight: 400;
}


/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
.wishlist-page {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0px 120px;
}

.wishlist-page .table-responsive-box {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
    .wishlist-table {
        min-width: 1170px;
    }
}

.wishlist-table {
    min-width: 1170px;
    width: 100%;
    border: 1px solid #dddddd;
}

.wishlist-table tbody tr {
    vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
    border-bottom: 1px solid #dddddd;
}

.wishlist-table tbody td {
    font-size: 18px;
    font-weight: 500;
    color: var(--billdins-gray);
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0;
}

.wishlist-table tbody td:first-child {
    width: 120px;
}

.wishlist-table tbody td:last-child {
    text-align: center;
    padding-left: 7px;
    padding-right: 14px;
}

.wishlist-table .product-box {
    position: relative;
    display: block;
}

.wishlist-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.wishlist-table .product-box .img-box img {
    width: 100%;
    border-radius: 10px;
    filter: grayscale(1);
}

.product-name-select-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.product-name-select-box .product-name {
    position: relative;
    display: block;
}

.product-name-select-box .product-name h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.product-name-select-box .product-name p {
    font-size: 18px;
    font-weight: 400;
}

.product-name-select-box .product-select {
    position: relative;
    display: block;
}

.wishlist-table .cross-icon {
    position: relative;
    display: block;
}

.wishlist-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--billdins-black);
    font-size: 16px;
}


/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/
.account {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.account .container {
    max-width: 760px;
}

.account__main-tab-box {
    position: relative;
    display: block;
}

.account__main-tab-box .tab-buttons {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.account__main-tab-box .tab-buttons .tab-btn {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    text-align: center;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(1) span {
    border-top-left-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(2) span {
    border-top-right-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: block;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 18px;
    line-height: 18px;
    color: var(--billdins-black);
    background-color: transparent;
    padding: 22px 0px 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    border: 1px solid #dddddd;
    font-family: var(--billdins-font-two);
    text-transform: capitalize;
    letter-spacing: 0.1em;
}

.account__main-tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--billdins-white);
}

.account__main-tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    background-color: var(--billdins-base);
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(1) span:before {
    border-top-left-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn:nth-child(2) span:before {
    border-top-right-radius: 20px;
}

.account__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.account__main-tab-box .tabs-content {
    position: relative;
    display: block;
    border: 1px solid #dddddd;
    border-top: 0px;
    padding: 60px 80px 75px;
}

.account__main-tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.account__main-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.account__main-tab-inner {
    position: relative;
    display: block;
}

.account__form {
    position: relative;
    display: block;
}

.account__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.account__form-input-box input[type="text"],
.account__form-input-box input[type="password"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--billdins-gray-bg);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
    color: var(--billdins-gray);
    display: block;
    font-weight: 500;
}

.account__form-btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.account__form-btn {
    border: none;
}

.account__form-btn-box .checked-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.account__form-btn-box .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--billdins-gray);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: none;
    cursor: pointer;
    font-family: var(--billdins-font);
}

.account__form-btn-box .checked-box input[type="checkbox"] {
    display: none;
}

.account__form-btn-box .checked-box input[type="checkbox"]+label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background: var(--billdins-white);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid #dddddd;
}

.account__form-btn-box .checked-box label span:before {
    position: absolute;
    top: 3px;
    left: 4px;
    display: block;
    border-bottom: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.account__form-btn-box.checked-box input[type="checkbox"]:checked+label span {
    border-color: #dddddd;
}

.account__form-btn-box .checked-box input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.account__form-forgot-password {
    position: relative;
    display: block;
    margin-top: 9px;
}

.account__form-forgot-password a {
    font-size: 16px;
    font-weight: 500;
    color: var(--billdins-gray);
    position: relative;
    display: inline-block;
}



/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/



/*==============================================
Appoinment One
===============================================*/
.appoinment-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background: var(--billdins-gray-bg);
    z-index: 1;
}

.appoinment-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -2;
}

.appoinment-one__bg {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0px;
    right: 0;
    width: calc((100% - 800px) / 2);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    clip-path: polygon(30% 0%, 75% 0, 100% 25%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 0);
}

.appoinment-one .shape1 {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0px;
    width: calc((100% - 780px) / 2);
    background: var(--billdins-base);
    z-index: -1;
    clip-path: polygon(30% 0%, 75% 0, 100% 25%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0 0);
}

.appoinment-one .row {
    align-items: center;
}

.appoinment-one__contact {
    position: relative;
    display: block;
    float: right;
}

.appoinment-one__contact-list {
    position: relative;
    display: block;
    max-width: 325px;
    width: 100%;
}

.appoinment-one__contact-list ul {
    position: relative;
    display: block;
}

.appoinment-one__contact-list ul li {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    padding: 23px 25px 22px;
    margin-bottom: 15px;
}

.appoinment-one__contact-list ul li:last-child {
    margin-bottom: 0px;
}

.appoinment-one__contact-list ul li:nth-child(2) {
    margin-left: 30px;
    margin-right: -30px;
}

.appoinment-one__contact-list ul li:nth-child(3) {
    margin-left: 60px;
    margin-right: -60px;
}

.appoinment-one__contact-list ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: var(--billdins-base);
    content: "";
}

.appoinment-one__contact-list ul li .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.appoinment-one__contact-list ul li .inner .icon-box {
    position: absolute;
    top: 7px;
    left: 0;
}

.appoinment-one__contact-list ul li .inner .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 45px;
    line-height: 45px;
}

.appoinment-one__contact-list ul li .inner .content-box {
    position: relative;
    display: block;
}

.appoinment-one__contact-list ul li .inner .content-box h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.appoinment-one__contact-list ul li .inner .content-box p {
    margin: 0;
}

.appoinment-one__contact-list ul li .inner .content-box p a {
    color: var(--billdins-gray);
}

.appoinment-one__contact-list ul li .inner .content-box p a:hover {
    color: var(--billdins-base);
}

.appoinment-one__form {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    background: var(--billdins-white);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
    padding: 67px 70px 80px;
    border-top: 5px solid var(--billdins-base);
    margin-top: -200px;
    float: right;
    z-index: 1;
}

.appoinment-one__form .title-box {
    position: relative;
    display: block;
    margin-bottom: 35px;
}

.appoinment-one__form .title-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-bottom: 3px;
}

.appoinment-one__form .title-box p {
    color: var(--billdins-base);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.appoinment-one__form form {
    position: relative;
}

.appoinment-one__form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.appoinment-one__form form .form-group input[type="text"],
.appoinment-one__form form .form-group input[type="email"],
.appoinment-one__form form .form-group input[type="tel"],
.appoinment-one__form form .form-group input[type="url"],
.appoinment-one__form form .form-group textarea {
    position: relative;
    display: block;
    font-size: 16px;
    color: var(--billdins-gray);
    font-weight: 400;
    text-transform: none;
    padding: 0px 30px 0px;
    width: 100%;
    height: 60px;
    background-color: var(--billdins-gray-bg);
    border-radius: 0px;
    outline: none;
    border: none;
    font-family: var(--billdins-font);
}

.appoinment-one__form form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 21px;
}

/***
=============================================
Brand One
=============================================
***/
.brand-one {
    position: relative;
    display: block;
    margin-top: -87px;
    z-index: 2;
}

.brand-one__inner {
    position: relative;
    display: block;
    background: var(--billdins-white);
    box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.07);
    border-radius: 10px;
    padding: 74px 0px 50px;
    z-index: 1;
}

.brand-one__pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.brand-one__inner .title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.brand-one__inner .title-box .border-box {
    position: relative;
    display: block;
    height: 1px;
    background: #E3E2E2;
    width: 100%;
    flex: 1;
}

.brand-one__inner .title-box .text {
    position: relative;
    display: block;
    padding-left: 45px;
    padding-right: 45px;
}

.brand-one__inner .title-box .text p {
    color: var(--billdins-base);
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--billdins-font-two);
}

.brand-one__single {
    position: relative;
    display: block;
}

.brand-one__single-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.brand-one__single-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--logistiq-white);
    transform: scaleX(0);
    transition: all 600ms ease 100ms;
    content: "";
    z-index: -1;
}

.brand-one__single:hover .brand-one__single-inner::before {
    transform: scaleY(1);
}

.brand-one__single-inner a {
    position: relative;
    display: block;
    z-index: 5;
}

.brand-one__single-inner a img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateY(50%) scaleY(2);
    transform: translateY(50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.brand-one__single:hover .brand-one__single-inner a img:first-child {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.brand-one__single:hover .brand-one__single-inner a img:nth-child(2) {
    -webkit-transform: translateY(-50%) scaleY(2);
    transform: translateY(-50%) scaleY(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.brand-one__single-inner a img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
}

.brand-one__carousel.owl-carousel .owl-item img {
    width: 100%;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/
.coming-soon-page {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

.coming-soon-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--billdins-black);
    background-blend-mode: luminosity;
    z-index: -1;
}

.coming-soon-page__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #000000 5%, rgba(0, 0, 0, 0.95) 100%);
}

.coming-soon-page-btn {
    position: absolute;
    top: 61px;
    right: -61px;
    transform: rotate(90deg);
}

.coming-soon-page-btn .thm-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.coming-soon-page-btn .thm-btn .hover-bx {
    border-radius: 0px 0px 0px 0px;
}

.coming-soon-page__content {
    position: relative;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    top: 50%;
    transform: translateY(-50%);
}

.coming-soon-page__content .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.coming-soon-page__content .big-title {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 80px;
    line-height: 1.1em;
    font-family: var(--billdins-font-2);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--billdins-base);
    word-spacing: 15px;
}

.coming-soon-page .timer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 57px 0 42px;
    z-index: 2;
}

.coming-soon-page .timer-box .countdown-timer li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 170px;
    height: 170px;
    margin: 0px 15px;
    border: 2px solid rgba(var(--billdins-white-rgb), 0.1);
    background-color: transparent;
    border-radius: 50%;
}

.coming-soon-page .timer-box .countdown-timer li span.days,
.coming-soon-page .timer-box .countdown-timer li span.hours,
.coming-soon-page .timer-box .countdown-timer li span.minutes,
.coming-soon-page .timer-box .countdown-timer li span.seconds {
    color: #ffffff;
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--billdins-font);
}

.coming-soon-page .timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 11px;
    font-family: var(--billdins-font);
}

.coming-soon-page__content .inner .text {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.coming-soon-page__content .inner .text p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.coming-soon-page__subscribe-box {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.coming-soon-page__subscribe-box form {
    position: relative;
    display: block;
    width: 100%;
}

.coming-soon-page__subscribe-box form input[type="email"] {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    height: 55px;
    border-radius: var(--billdins-bdr-radius);
    background: var(--billdins-gray-bg);
    border: 1px solid rgba(var(--billdins-white-rgb), .10) !important;
    color: var(--billdins-gray);
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s;
    font-family: var(--billdins-font);
    outline: none;
    margin: 0 auto;
}

.coming-soon-page__btn {
    position: relative;
    display: block;
    border: none;
    margin-top: 20px;
}

/*==============================================
    CTA One
===============================================*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--anity-base);
    padding: 136px 0 140px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.cta-one__title-box {
    position: relative;
    display: block;
}

.cta-one__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--anity-white);
}

.cta-one__btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 42px;
}



/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-two__inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: #121212;
    border-radius: 37px;
    padding: 146px 0 146px;
    overflow: hidden;
    z-index: 1;
}

.cta-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .50;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.cta-two__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--anity-white);
}

.cta-two__btn-box {
    position: relative;
    display: block;
    margin-top: 49px;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

/*==============================================
    Feature One
===============================================*/
.features-one {
    position: relative;
    display: block;
    padding: 120px 0px 80px;
    overflow: hidden;
    z-index: 1;
}

.features-one .shape1 {
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 0.4;
    z-index: -1;
}

.features-one__single {
    position: relative;
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
}

.features-one__single .icon-box {
    position: absolute;
    left: 35px;
    top: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--billdins-base);
    z-index: 2;
}

.features-one__single .icon-box::before {
    position: absolute;
    top: 0px;
    left: -35px;
    width: 30px;
    border-bottom: 40px solid rgba(var(--billdins-base-rgb), 0.9);
    border-left: 35px solid transparent;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.features-one__single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 40px;
    line-height: 40px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.features-one__single:hover .icon-box span::before {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.features-one__single-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--billdins-black-rgb), 0.2);
    padding: 72px 35px 33px;
}

.features-one__single-inner h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.features-one__single-inner h2 a {
    color: var(--billdins-black);
}

.features-one__single-inner h2 a:hover {
    color: var(--billdins-base);
}

.features-one__single-inner .btn-box {
    position: relative;
    display: block;
    margin-top: 25px;
}

.features-one__single-inner .btn-box a {
    color: var(--billdins-black);
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    text-transform: capitalize;
}

.features-one__single-inner .btn-box a:hover {
    color: var(--billdins-base);
}

.features-one__single-inner .btn-box a span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    top: 2px;
    padding-left: 2px;
}

/*==============================================
Pricing One
===============================================*/
.pricing-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.pricing-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.pricing-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--billdins-black-rgb), 0.8);
    content: "";
}

.pricing-one .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pricing-one .shape3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.pricing-one .sec-title__title {
    color: var(--billdins-white);
}

.pricing-one__inner {
    position: relative;
    display: block;
}

.pricing-one__tab {
    position: relative;
    display: block;
}

.pricing-one__tab-btn {
    position: absolute;
    top: -106px;
    right: 0;
    z-index: 10;
}

.pricing-one__tab-btn ul {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__tab-btn ul li {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 23px;
    background-color: var(--billdins-white);
    padding: 10px 25px 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.pricing-one__tab-btn ul li:hover,
.pricing-one__tab-btn ul li.active-btn-item {
    background-color: var(--billdins-base);
}

.pricing-one__tab-btn ul li+li {
    margin-left: 10px;
}

.pricing-one__tab-btn ul li h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.pricing-one__tab-btn ul li:hover h3,
.pricing-one__tab-btn ul li.active-btn-item h3 {
    color: var(--billdins-white);
}

.pricing-one__tab .tabs-content-box {
    position: relative;
    display: block;
}


.pricing-one__tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.pricing-one__tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.pricing-one__tab .tab-content-box-item .pricing-one-tab-content-box-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

.pricing-one__tab .tab-content-box-item.tab-content-box-item-active .pricing-one-tab-content-box-item {
    opacity: 1.0;
    transform: translateY(0px);
}


.single-pricing-one-tab {
    position: relative;
    display: block;
}

.pricing-one__single {
    position: relative;
    display: block;
    background: var(--billdins-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.20);
    padding: 30px 40px 40px;
    border-radius: 5px;
    z-index: 1;
}

.pricing-one__single .shape1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.pricing-one__single .plan-box {
    position: absolute;
    top: 50px;
    right: 0px;
    background: var(--billdins-black);
    padding: 8px 30px 8px;
    padding-right: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 51%, 100% 100%, 0 100%, 10% 51%);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.pricing-one__single:hover .plan-box {
    background: var(--billdins-base);
}

.pricing-one__single .plan-box p {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--billdins-font-two);
}

.pricing-one__single .table-header {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(var(--billdins-black-rgb), 0.2);
    padding-bottom: 25px;
}

.pricing-one__single .table-header h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 1px;
}

.pricing-one__single .table-header p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--billdins-font-two);
}


.pricing-one__single .table-content {
    position: relative;
    display: block;
    margin-top: 27px;
}

.pricing-one__single .table-content ul {
    position: relative;
    display: block;
}

.pricing-one__single .table-content ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.pricing-one__single .table-content ul li.style2 .icon-box {
    background: rgba(var(--billdins-base-rgb), 0.05);
}

.pricing-one__single .table-content ul li.style2 .icon-box span {
    color: rgba(var(--billdins-base-rgb), 0.5);
}

.pricing-one__single .table-content ul li .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(var(--billdins-base-rgb), 0.15);
    border-radius: 50%;
}

.pricing-one__single .table-content ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}

.pricing-one__single .table-content ul li .text-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 15px;
}

.pricing-one__single .table-content ul li .text-box p {
    margin: 0;
}

.pricing-one__single .table-content ul li.style2 .text-box p {
    color: rgba(var(--billdins-black-rgb), 0.3);
}

.pricing-one__single .table-footer {
    position: relative;
    display: block;
    margin-top: 27px;
}

.pricing-one__single .table-footer .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
}

.pricing-one__single .table-footer .btn-box .thm-btn {
    width: 100%;
    text-align: center;
    background: var(--billdins-black);
}

.pricing-one__single .table-footer .btn-box .thm-btn .hover-btn {
    background-color: var(--billdins-base);
}


















/*==============================================
Pricing One Pricing
===============================================*/
.pricing-one--pricing {
    position: relative;
    display: block;
}

.pricing-one--pricing .pricing-one__top .sec-title__title {
    color: var(--billdins-black);
}

.pricing-one--pricing .pricing-one__switch-toggle ul.switch-toggler-list li a {
    color: var(--billdins-black);
}

.pricing-one--pricing .pricing-one__switch-toggle ul.switch-toggler-list li.active a {
    color: var(--billdins-base);
}

.pricing-one--pricing .pricing-one__single {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}


/*==============================================
Brand One Pricing
===============================================*/
.brand-one.brand-one--pricing {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 90px;
}

.brand-one--pricing .brand-one__inner {
    box-shadow: none;
    border-radius: 0px;
    padding: 0px 0px 0px;
}


/*==============================================
Portfolio One
===============================================*/
.portfolio-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.portfolio-one__inner {
    position: relative;
    display: block;
}

.portfolio-one__outer-box {
    position: relative;
    display: block;
}

.portfolio-one__single-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.portfolio-one__single-box li {
    position: relative;
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-one__single-box li.active {
    flex: 0 0 50%;
}

.portfolio-one__single-inner {
    position: relative;
    display: block;
    min-height: 420px;
}

.portfolio-one__single__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    border-radius: 5px;
    z-index: -1;
}

.portfolio-one__single__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7651435574229692) 9%, rgba(0, 0, 0, 0.7707457983193278) 14%, rgba(0, 0, 0, 0.5494572829131652) 35%, rgba(0, 0, 0, 0.48783263305322133) 57%, rgba(0, 0, 0, 0.35057773109243695) 95%);
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(540px) rotateX(-10deg);
    -ms-transform: perspective(540px) rotateX(-10deg);
    transform: perspective(540px) rotateX(-10deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    content: "";
    z-index: 1;
}

.portfolio-one__single-inner:hover .portfolio-one__single__bg::before {
    opacity: 1;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
}

.portfolio-one__single-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
    margin-right: 80px;
}

.portfolio-one__single-content .text-box {
    position: relative;
    display: block;
    background: var(--billdins-white);
    border-radius: 5px;
    padding: 14px 20px 12px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    opacity: 0;
    transform: translateX(-4%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .text-box {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.portfolio-one__single-content .text-box p {
    margin: 0;
}

.portfolio-one__single-content .text-box h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-one__single-content .text-box h3 a {
    color: var(--billdins-black);
}

.portfolio-one__single-content .text-box h3 a:hover {
    color: var(--billdins-base);
}

.portfolio-one__single-content .btn-box {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateX(4%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.portfolio-one__single-inner:hover .portfolio-one__single-content .btn-box {
    opacity: 1;
    transform: translate(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.portfolio-one__single-content .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 80px;
    background: var(--billdins-base);
    color: var(--billdins-white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    border-radius: 5px;
}

.portfolio-one__single-content .btn-box a:hover {
    background: var(--billdins-white);
    color: var(--billdins-black);
}

.portfolio-one__single-content .btn-box a span::before {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transform: rotate(-45deg);
}

.portfolio-one__carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -110px;
    right: -110px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    z-index: 10;
    height: 0;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-prev,
.portfolio-one__carousel.owl-theme .owl-nav .owl-next {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 5px;
    text-align: center;
    color: var(--billdins-black);
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    background: var(--billdins-gray-bg);
    opacity: 1;
    margin: 0;
    padding: 0;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-prev::before,
.portfolio-one__carousel.owl-theme .owl-nav .owl-next::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--billdins-base);
    content: "";
    border-radius: 5px;
    z-index: -1;
    transform: scale(0.85);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-prev:hover::before,
.portfolio-one__carousel.owl-theme .owl-nav .owl-next:hover:before {
    transform: scaleX(1.0);
    opacity: 1;
}

.portfolio-one__carousel.owl-theme .owl-prev span:before,
.portfolio-one__carousel.owl-theme .owl-next span:before {
    position: relative;
    display: inline-block;
    line-height: 60px;
    font-weight: 700;
    transition: all 100ms ease;
}

.portfolio-one__carousel.owl-theme .owl-nav .owl-prev:hover,
.portfolio-one__carousel.owl-theme .owl-nav .owl-next:hover {
    color: var(--billdins-white);
}

@media(min-width: 768px) {

    .portfolio-one__single-box li {
        flex: 1;

    }

    .portfolio-one__single-box li.active {
        flex: 2.3;
    }

    .portfolio-one__single-box li.active .project-style1__box-content .img-holder-img-bg {
        opacity: 0.80;
        -webkit-transform: perspective(540px) rotateX(0deg);
        -ms-transform: perspective(540px) rotateX(0deg);
        transform: perspective(540px) rotateX(0deg);
    }

    .project-style1__box li.active .project-style1__box-content .project-style1__box-content-inner {
        opacity: 1;
        transform: perspective(540px) rotateY(0deg) translateY(0px);
        transition-delay: 500ms;
    }

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .project-style1 {
        padding: 100px 0 100px;
    }

    .portfolio-one__single-box li.active {
        flex: 0 0 100%;
    }

    .project-style1__box-content {
        min-height: 550px;
    }

    .project-style1__box-content-inner {
        padding: 48px 30px;
        height: 550px;
    }

    .project-style1__box-content-inner-wrapper h4 {
        font-size: 28px;
    }


}


/*==============================================
Portfolio Two
===============================================*/
.portfolio-two {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    overflow: hidden;
    z-index: 1;
}

.portfolio-two .shape1 {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: -1;
}

.portfolio-two .container {
    max-width: 1470px;
}

.portfolio-two__menu-box {
    position: relative;
    display: block;
    padding-bottom: 70px;
}

.portfolio-two__menu-box .project-filter {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.portfolio-two__menu-box .project-filter li {
    position: relative;
    display: inline-block;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.portfolio-two__menu-box .project-filter li:last-child {
    border-right: none;
}

.portfolio-two__menu-box .project-filter li .filter-text {
    position: relative;
    display: block;
    padding: 14px 25px 12px;
    color: var(--billdins-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    background: var(--billdins-gray-bg);
    cursor: pointer;
    transition: all .4s ease;
    font-family: var(--billdins-font-two);
    z-index: 1;
}

.portfolio-two__menu-box .project-filter li .filter-text:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: -1px;
    content: "";
    background: var(--billdins-base);
    border-radius: 0px;
    opacity: 1;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.portfolio-two__menu-box .project-filter li:hover .filter-text:before,
.portfolio-two__menu-box .project-filter li.active .filter-text:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.portfolio-two__menu-box .project-filter li:hover .filter-text,
.portfolio-two__menu-box .project-filter li.active .filter-text {
    color: var(--billdins-white);
}

.portfolio-two__menu-box .project-filter li .count {
    display: none;
}

.portfolio-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.portfolio-two__single-img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.portfolio-two__single-img::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    pointer-events: none;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8575805322128851) 0%, rgba(0, 0, 0, 0.7595413165266106) 23%, rgba(0, 0, 0, 0.5186449579831933) 49%, rgba(0, 0, 0, 0.3617822128851541) 74%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 1;
}

.portfolio-two__single:hover .portfolio-two__single-img::before {
    height: 100%;
}

.portfolio-two__single-img::after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 150px solid var(--billdins-base);
    border-right: 150px solid transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    content: "";
    z-index: 2;
}

.portfolio-two__single:hover .portfolio-two__single-img::after {
    -webkit-transform: none;
    transform: none;
}

.portfolio-two__single-img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-two__single:hover .portfolio-two__single-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-two__single .icon-box {
    position: absolute;
    top: 0px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 3;
}

.portfolio-two__single:hover .icon-box {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.portfolio-two__single .icon-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--billdins-black);
    width: 50px;
    height: 50px;
    background: var(--billdins-white);
    border-radius: 50%;
}

.portfolio-two__single .icon-box a:hover {
    background: var(--billdins-base);
    color: var(--billdins-white);
}

.portfolio-two__single .icon-box a span::before {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}

.portfolio-two__single .content-box {
    position: absolute;
    left: 30px;
    bottom: 0px;
    background: var(--billdins-white);
    padding: 15px 25px 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 2;
}

.portfolio-two__single:hover .content-box {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.portfolio-two__single .content-box p {
    color: var(--billdins-base);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-two__single .content-box h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 5px;
}

.portfolio-two__single .content-box h2 a {
    color: var(--billdins-black);
}

.portfolio-two__single .content-box h2 a:hover {
    color: var(--billdins-base);
}

/*==============================================
Portfolio One Portfolio
===============================================*/
.portfolio-one--portfolio {
    position: relative;
    display: block;
    padding-bottom: 90px;
}

.portfolio-one--portfolio .portfolio-one__single-box li {
    margin-bottom: 30px;
}

/*==============================================
Portfolio Details
===============================================*/
.portfolio-details {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.portfolio-details__img1 {
    position: relative;
    display: block;
}

.portfolio-details__img1 img {
    width: 100%;
}

.portfolio-details__text1 {
    position: relative;
    display: block;
    margin-top: 32px;
}

.portfolio-details__text1 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.portfolio-details__text1 .text1 {
    margin: 0;
    margin-bottom: 21px;
}

.portfolio-details__text1 .text2 {
    margin: 0;
}


.portfolio-details__bottom {
    position: relative;
    display: block;
    margin-top: 24px;
}

.portfolio-details__bottom-left {
    position: relative;
    display: block;
}

.portfolio-details__bottom-left-text1 {
    position: relative;
    display: block;
}

.portfolio-details__bottom-left-text1 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}

.portfolio-details__bottom-left-text1 .text1 {
    margin: 0;
    margin-bottom: 21px;
}

.portfolio-details__bottom-left-text1 .text2 {
    margin: 0;
}

.portfolio-details__bottom-left-text1-list {
    position: relative;
    display: block;
    margin-top: 29px;
}

.portfolio-details__bottom-left-text1-list-box {
    position: relative;
    display: block;
}

.portfolio-details__bottom-left-text1-list-box li {
    position: relative;
    display: block;
}

.portfolio-details__bottom-left-text1-list-box li+li {
    margin-top: 12px;
}

.portfolio-details__bottom-left-text1-list-box li p {
    color: var(--billdins-black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--billdins-font-two);
}

.portfolio-details__bottom-left-text1-list-box li p span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 16px;
    margin-right: 6px;
}


.portfolio-details__bottom-img {
    position: relative;
    display: block;
    margin-top: 43px;
}

.portfolio-details__bottom-img-single {
    position: relative;
    display: block;
}

.portfolio-details__bottom-img-single img {
    width: 100%;
}

.portfolio-details__bottom-left-text2 {
    position: relative;
    display: block;
    margin-top: 34px;
}

.portfolio-details__bottom-left-text2 p {
    margin: 0;
}

.portfolio-details__sidebar {
    position: relative;
    display: block;
    background: var(--billdins-gray-bg);
    padding: 17px 40px 40px;
}

.portfolio-details__sidebar-list {
    position: relative;
    display: block;
}

.portfolio-details__sidebar-list li {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(var(--billdins-black-rgb), 0.2);
    margin-top: 17px;
    padding-bottom: 20px;
}

.portfolio-details__sidebar-list li:last-child {
    border-bottom: none;
}

.portfolio-details__sidebar-list li .title-box {
    position: relative;
    display: block;
    width: 100px;
}

.portfolio-details__sidebar-list li .title-box h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio-details__sidebar-list li .text-box {
    position: relative;
    display: block;
    margin-left: 58px;
}

.portfolio-details__sidebar-list li .text-box p {
    margin: 0;
}

.portfolio-details__sidebar-social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.portfolio-details__sidebar-social-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--billdins-black);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--billdins-black);
}

.portfolio-details__sidebar-social-links a+a {
    margin-left: 12px;
}

.portfolio-details__sidebar-social-links a span::before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
}

.portfolio-details__sidebar-social-links a:hover {
    color: var(--billdins-white);
    border-color: var(--billdins-base);
    background: var(--billdins-base);
}

/*==============================================
Subscribe One
===============================================*/
.subscribe-one {
    position: relative;
    display: block;
    background: var(--billdins-black);
    padding: 90px 0px 90px;
    overflow: hidden;
    z-index: 1;
}

.subscribe-one .shape1 {
    position: absolute;
    top: -170px;
    left: -60px;
    z-index: 1;
}

.subscribe-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--billdins-white);
    width: 660px;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    opacity: 0.3;
    content: "";
    z-index: -1;
}

.subscribe-one::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--billdins-base);
    width: 650px;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    content: "";
    z-index: -1;
}

.subscribe-one__inner {
    position: relative;
    display: block;
    z-index: 5;
}

.subscribe-one__content {
    position: relative;
    display: block;
    max-width: 750px;
    width: 100%;
    float: right;
}

.subscribe-one__content h2 {
    color: var(--billdins-white);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 21px;
}

.subscribe-one__content p {
    color: var(--billdins-white);
}

.subscribe-one__form {
    position: relative;
    display: block;
    margin-top: 52px;
}

.subscribe-one__form .subscribe-form {
    position: relative;
    display: block;
}

.subscribe-one__form .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    padding: 0 25px;
    padding-right: 240px;
    background: transparent;
    border: 1px solid rgba(239, 243, 250, 0.25);
    color: #EFF3FA;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--billdins-font);
    text-transform: none;
    outline: none;
    width: 100%;
}

.subscribe-one__form .subscribe-form input::-webkit-input-placeholder {
    color: #EFF3FA;
}

.subscribe-one__form .subscribe-form input:-moz-placeholder {
    color: #EFF3FA;
}

.subscribe-one__form .subscribe-form input::-moz-placeholder {
    color: #EFF3FA;
}

.subscribe-one__form .subscribe-form input:-ms-input-placeholder {
    color: #EFF3FA;
}

.subscribe-one__form .subscribe-form button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.subscribe-one__form .subscribe-form button.thm-btn .hover-btn {
    background-color: var(--billdins-white);
}

.subscribe-one__form .subscribe-form button.thm-btn .hover-bx {
    border-radius: 0px 0px 0px 0px;
}

.subscribe-one__form .subscribe-form button.thm-btn:hover {
    color: var(--billdins-black);
}

/*==============================================
Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    background: var(--billdins-black);
    padding: 120px 0px 90px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 273px) / 2);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 0%, 75% 0%, 100% 55%, 75% 100%, 0% 100%);
    z-index: -1;
}

.why-choose-one .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 250px) / 2);
    background: #ffc702;
    clip-path: polygon(0% 0%, 75% 0%, 100% 55%, 75% 100%, 0% 100%);
    z-index: -2;
}

.why-choose-one .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 235px) / 2);
    background: var(--billdins-black);
    clip-path: polygon(0% 0%, 75% 0%, 100% 55%, 75% 100%, 0% 100%);
    z-index: -3;
}

.why-choose-one .shape3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc((100% - 222px) / 2);
    background: var(--billdins-white);
    clip-path: polygon(0% 0%, 75% 0%, 100% 55%, 75% 100%, 0% 100%);
    z-index: -4;
}

.why-choose-one .shape4 {
    position: absolute;
    top: 0;
    left: 618px;
    width: 190px;
    height: 160px;
    background: var(--billdins-base);
    clip-path: polygon(40% 100%, 0 0, 100% 0);
}

.why-choose-one .shape5 {
    position: absolute;
    top: 0;
    left: 618px;
    width: 240px;
    height: 210px;
    background: rgb(255, 94, 20);
    background: linear-gradient(0deg, rgba(255, 94, 20, 1) 0%, rgba(255, 94, 20, 0.7875525210084033) 32%, rgba(255, 94, 20, 0.7847514005602241) 76%, rgba(255, 94, 20, 0.7707457983193278) 100%, rgba(255, 94, 20, 0.8939950980392157) 100%);
    clip-path: polygon(42% 100%, 0 0, 100% 0);
}

.why-choose-one .shape6 {
    position: absolute;
    top: 0;
    left: 618px;
    width: 285px;
    height: 250px;
    background: rgb(255, 94, 20);
    background: linear-gradient(0deg, rgba(255, 94, 20, 0.8911939775910365) 0%, rgba(255, 94, 20, 0.6755077030812324) 48%, rgba(255, 94, 20, 0.5578606442577031) 100%, rgba(255, 94, 20, 0.8939950980392157) 100%);
    clip-path: polygon(42% 100%, 0 0, 100% 0);
}

.why-choose-one .shape7 {
    position: absolute;
    left: 661px;
    bottom: -26px;
    width: 51px;
    height: 182px;
    background: var(--billdins-base);
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 12%, 100% 34%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 67%, 0 34%, 1% 0);
}

.why-choose-one .shape8 {
    position: absolute;
    left: 663px;
    bottom: -26px;
    width: 63px;
    height: 192px;
    background: rgb(255, 94, 20);
    background: linear-gradient(0deg, rgba(255, 94, 20, 1) 0%, rgba(255, 94, 20, 0.7875525210084033) 32%, rgba(255, 94, 20, 0.7847514005602241) 76%, rgba(255, 94, 20, 0.7707457983193278) 100%, rgba(255, 94, 20, 0.8939950980392157) 100%);
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 12%, 100% 34%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 67%, 0 34%, 1% 0);
}

.why-choose-one .shape9 {
    position: absolute;
    left: 668px;
    bottom: -27px;
    width: 81px;
    height: 202px;
    background: rgb(255, 94, 20);
    background: linear-gradient(0deg, rgba(255, 94, 20, 0.8911939775910365) 0%, rgba(255, 94, 20, 0.6755077030812324) 48%, rgba(255, 94, 20, 0.5578606442577031) 100%, rgba(255, 94, 20, 0.8939950980392157) 100%);
    transform: rotate(30deg);
    clip-path: polygon(0 0, 100% 12%, 100% 34%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0 67%, 0 34%, 1% 0);
}

.why-choose-one .shape10 {
    position: absolute;
    bottom: -20px;
    right: 15px;
    z-index: -1;
}

.why-choose-one__inner {
    position: relative;
    display: block;
}

.why-choose-one__content {
    position: relative;
    display: block;
    max-width: 675px;
    width: 100%;
    float: right;
}

.why-choose-one__content .sec-title {
    padding-bottom: 26px;
}

.why-choose-one__content .sec-title__title {
    color: var(--billdins-white);
}

.why-choose-one__content-text {
    position: relative;
    display: block;
}

.why-choose-one__content-text p {
    color: var(--billdins-white);
}

.why-choose-one__content-bottom {
    position: relative;
    display: block;
    margin-top: 32px;
}

.why-choose-one__content-single {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--billdins-white);
    padding: 30px 30px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.why-choose-one__content-single .icon-box {
    position: relative;
    display: block;
}

.why-choose-one__content-single .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 60px;
    line-height: 60px;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.why-choose-one__content-single:hover .icon-box span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
}

.why-choose-one__content-single .title-box {
    position: relative;
    display: block;
    margin-left: 20px;
    flex: 1;
}

.why-choose-one__content-single .title-box h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.why-choose-one__content-single .title-box h3 a {
    color: var(--billdins-black);
}

.why-choose-one__content-single .title-box h3 a:hover {
    color: var(--billdins-base);
}

/*==============================================
Why Choose Two
===============================================*/
.why-choose-two {
    position: relative;
    display: block;
    padding: 120px 0px 207px;
    background: var(--billdins-black);
    z-index: 1;
}

.why-choose-two__img {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    width: calc((100% - 0px) / 2);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-two__img::before {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    width: 5px;
    background: var(--billdins-base);
    content: "";
}

.why-choose-two .shape1 {
    position: absolute;
    bottom: 0px;
    right: -10px;
    opacity: 0.15;
    z-index: -1;
}

.why-choose-two .sec-title__title {
    color: var(--billdins-white);
}

.why-choose-two__inner {
    position: relative;
    display: block;
}

.why-choose-two__content {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    float: right;
}

.why-choose-two__content .sec-title {
    padding-bottom: 30px;
}

.why-choose-two__content-text {
    position: relative;
    display: block;
}

.why-choose-two__content-text p {
    color: var(--billdins-white);
}


.why-choose-two__progress {
    position: relative;
    display: block;
    margin-top: 35px;
}

.why-choose-two__progress li {
    position: relative;
    display: block;
}

.why-choose-two__progress li+li {
    margin-top: 23px;
}

.why-choose-two__progress-single {
    position: relative;
    display: block;
}

.why-choose-two__progress-single .title-box {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.why-choose-two__progress-single .title-box p {
    color: var(--billdins-white);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.why-choose-two__progress-single .bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #4d5765;
    border-radius: 6px;
}

.why-choose-two__progress-single .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: var(--billdins-base);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-two__progress-single .count-text {
    position: absolute;
    top: -35px;
    right: -1px;
    color: var(--billdins-white);
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    opacity: 0;
    font-family: var(--billdins-font-two);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-two__progress-single .bar-inner.counted .count-text {
    opacity: 1;
}

/***
=============================================
Working Process One
=============================================
***/
.working-process-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.working-process-one__shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-position: center center;
    background-repeat: repeat-x;
    min-height: 37px;
}

.working-process-one__inner {
    position: relative;
    display: block;
    padding-left: 80px;
}

.working-process-one__inner .shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    background-repeat: repeat-y;
}

.working-process-one__tab-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.working-process-one__tab-box .tab-buttons {
    position: relative;
    display: block;
}

.working-process-one__tab-box .tab-buttons li {
    margin-bottom: 63px;
}

.working-process-one__tab-box .tab-buttons li:last-child {
    margin-bottom: 0px;
}

.working-process-one__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 1;
}

.working-process-one__tab-box .tab-buttons .tab-btn h2 {
    color: transparent;
    -webkit-text-stroke: 1px var(--billdins-gray);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.working-process-one__tab-box .tab-buttons .tab-btn.active-btn h2 {
    color: var(--billdins-base);
    -webkit-text-stroke: 1px var(--billdins-base);
}

.working-process-one .tabs-content {
    position: relative;
}

.working-process-one .tabs-content .tab {
    display: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    z-index: 10;
}

.working-process-one .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.working-process-one__single-tab {
    position: relative;
    display: block;
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}

.working-process-one .tabs-content .tab.active-tab .working-process-one__single-tab {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}

.working-process-one__single-tab-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.working-process-one__single-tab-inner .content-box {
    position: relative;
    display: block;
    max-width: 280px;
    padding: 43px 30px 45px;
    text-align: center;
    margin-right: -45px;
    z-index: 1;
}

.working-process-one__single-tab-inner .content-box::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--billdins-base);
    content: "";
    z-index: -1;
}

.working-process-one__single-tab-inner .content-box::after {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background: var(--billdins-white);
    content: "";
    z-index: -2;
}

.working-process-one__single-tab-inner .content-box h2 {
    color: var(--billdins-white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.working-process-one__single-tab-inner .content-box p {
    color: var(--billdins-white);
}

.working-process-one__single-tab-inner .img-box {
    position: relative;
    display: block;
    flex: 1;
}

.working-process-one__single-tab-inner .img-box img {
    width: 100%;
}

.quote-one .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.quote-one .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.quote-one .tab-content-box-item .quote-tab-content-box-item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
}

.quote-one .tab-content-box-item.tab-content-box-item-active .quote-tab-content-box-item {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}



/***
=============================================
Working Process Two
=============================================
***/
.work-process-two {
    position: relative;
    display: block;
}

.work-process-two .container {
    max-width: 1680px;
    width: 100%;
}

.work-process-two__tab {
    position: relative;
    display: block;
}


.work-process-two__tab .tabs-button-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--billdins-black);
    padding: 60px 0px 52px;
}

.work-process-two__tab .tabs-button-box li {
    margin-right: 166px;
}

.work-process-two__tab .tabs-button-box li:last-child {
    margin-right: 0px;
}

.work-process-two__tab .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    cursor: pointer;
}

.work-process-two__tab .tabs-button-box .tab-btn-item .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 80px;
    margin: 0 auto 23px;
    border: 1px solid var(--billdins-white);
    border-radius: 10px;
}

.work-process-two__tab .tabs-button-box .tab-btn-item .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--billdins-white);
    font-size: 35px;
    line-height: 35px;
}

.work-process-two__tab .tabs-button-box .tab-btn-item h3 {
    color: var(--billdins-white);
    font-size: 19px;
    line-height: 29px;
    font-weight: 500;
    text-transform: capitalize;
}

.work-process-two .tabs-content {
    position: relative;
    display: block;
}

.work-process-two .tabs-content .tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.work-process-two .tabs-content .tab.tab-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.work-process-two__single-tab {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0.9);
    transform-origin: top bottom;
    background: var(--billdins-gray-bg);
}

.work-process-two .tabs-content .tab.tab-active .work-process-two__single-tab {
    opacity: 1.0;
    transform: scaleY(1);
    transform-origin: bottom top;
}

.work-process-two__single-tab-inner {
    position: relative;
    display: block;
}

.work-process-two__single-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.work-process-two__single-img img {
    width: 100%;
}

.work-process-two__single-content {
    position: relative;
    display: block;
    padding: 60px 0px 114px;
}

.work-process-two__single-content .container {
    max-width: 1350px;
    width: 100%;
}

.work-process-two__single-content .row {
    align-items: center;
}

.work-process-two__single-content-left {
    position: relative;
    display: block;
}

.work-process-two__single-content-left .sec-title {
    padding-bottom: 23px;
}

.work-process-two__single-content-list {
    position: relative;
    display: block;
}

.work-process-two__single-content-list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.work-process-two__single-content-list li:last-child {
    margin-bottom: 0px;
}

.work-process-two__single-content-list li p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.work-process-two__single-content-list li p span {
    position: relative;
    display: inline-block;
    color: var(--billdins-base);
    font-size: 18px;
    line-height: 18px;
    top: 1px;
    margin-right: 3px;
}

.work-process-two__single-content-right {
    position: relative;
    display: block;
}

.work-process-two__single-content-right-text {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.work-process-two__single-content-right-text p {
    margin: 0;
}

/***
=============================================
Working Process One About
=============================================
***/
.working-process-one--about {
    position: relative;
    display: block;
    padding-top: 157px;
    padding-bottom: 0px;
}

/* styles for floating icon */
.floating-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
}

.floating-icons .float_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.floating-icons .icon:hover {
  transform: scale(1.1);
}

.call {
  background-color: #28a745; /* Green for call */
}

.whatsapp {
  background-color: #25d366; /* WhatsApp green */
}

.browser {
  background-color: var(--billdins-base); /* Blue for browser */
}

.select-box {
  position: relative;
  z-index: 999;
}

.form-group {
  position: relative;
  z-index: 999;
  overflow: visible; /* make sure dropdown can expand outside */
}
