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

/***
=============================================
Common
=============================================
***/

:root {
  --color1: #0c1a3f;
  --color2: #cb111e;
}
:root {
  --billdins-font: "Public Sans", sans-serif;
  --billdins-font-two: "Exo", sans-serif;
  /*--color2: #a32136;*/
  /*--color2-rgb: 255, 94, 20;*/
  /*--color1: #001264;*/
  /*--color1-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;*/
         
    --color2-rgb: 163, 33, 54;
    --color1-rgb: 12, 26, 63;
    --theme-radius:10px;
}

.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(--color2);
  -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(--color1);
  margin: 0;
}

p {
  margin: 0;
}

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


/*=============== scrollbar-Css =============*/
/*=============== scrollbar-Css =============*/

::-webkit-scrollbar-track {
  background-color: var(--color2);
  border-radius: var(--theme-radius);
}

::-webkit-scrollbar {
  width: 8px;
  background-color: var(--color2);
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: var(--color1);   /* FIXED */
}

/* Hide scrollbar for xs-sidebar-widget */
.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(--color2);
  -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(--color2);
  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(--color2);
  opacity: 0.4;
}

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

/***
=============================================
Sec Title Css
=============================================
***/
.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(--color2);
  margin-right: 15px;
}

.sec-title__tagline .left-line::before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  background: var(--color2);
  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(--color2);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

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

.sec-title__tagline .text h4 {
  color: var(--color2);
  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(--color2);
  margin-left: 15px;
}

.sec-title__tagline .right-line::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 5px;
  background: var(--color2);
  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(--color2);
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}

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

.sec-subheading h2 {
 font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--billdins-font-two);
    margin-bottom: 20px;
} 

.why-choose-one__content .sec-subheading h2 {
 color:var(--billdins-white);
} 

.services_section .sec-subheading h2 {
    margin-bottom: 40px;
} 
section.features-one .sec-subheading, .our-process .sec-subheading, section.faq-one.faq-one--faq .sec-subheading, section.blog-one.blog-one--two .sec-subheading,section.service-details-area.space .sec-subheading h2 {
    max-width: 67%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
}

/***
=============================================
   Thm Btn Css
=============================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  color: var(--billdins-white);
  font-size: 16px;
  line-height: 53px;
  font-weight: 600;
  background: var(--color2);
  border-radius: 5px;
  padding: 0px 25px 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);
  background-color:var(--color1);
}

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

.hover-btn {
  background-color: var(--color1);
  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(--color2-rgb), 1.0);
}

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

.loader div:nth-child(3) {
  background-color: rgba(var(--color2-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;
  }
}






.info_modal i {
    cursor: pointer;
}







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

.rating-box a {
  position: relative;
  color: #ffd900;
}

.rating-box a i::before {
  position: relative;
  display: inline-block;
  font-size: 17px;
  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(--color2);
  border-color: var(--color2);
}

.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(--color2);
}

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

}
span.scroll-to-top__text i {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
        display: flex;
    align-items: center;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: var(--color2);
  position: relative;
  overflow: hidden;
  border:1px solid #fff;
   border-radius: 50px;
       display: flex;
    align-items: center;
    justify-content: center;
}

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

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

/***
=============================================
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(--color1);
  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(--color2);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.search-popup__content .thm-btn::before {
  background-color: var(--color1);
  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(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  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(--color1);
  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(--color2);
}

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

.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(--color2);*/
  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);*/
/*  color: var(--color2);*/
/*}*/

/* 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(--color2);
}

.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(--color2);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color2);
  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(--color1-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(--color2);
}

.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(--color1);
  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(--color1);
  z-index: 99;
}

.main-header-one__top::before {
  position: absolute;
  top: 0;
  left: 55%;
  bottom: 0;
  right: 0px;
  border-top: 42px solid var(--color2);
  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: 4px 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(--color2);
  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;
}
p.change_loc {
    font-size: 12px !important;
    margin-bottom: -6px;
}

.change_url:hover {
    text-decoration: underline !important;
}

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

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

.star-text p {
    color: #fff;
    float: left;
}

.star-text img {
        max-width: 90px;
    margin: 0px 3px 5px 3px;
}

.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(--color2);
  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(--color2);
}

.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(--color1);
}

.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;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.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(--color1);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.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(--color1);
}

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

.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(--color2);
  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: 20px;
  line-height: 0px;
}



.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-header__shop .help_line {
    color: #000;
}
.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  color: var(--color1);
  font-size: 20px;
  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;
  font-family: var(--billdins-font-two);
}

.main-menu .main-menu__list>li:hover>a {
  color: var(--color2)!important;
}
.main-menu.main-menu .main-menu__list > li:hover > a::after {
    color: var(--color2) !important;
}
.main-menu .main-menu__list>li.dropdown>a:after:hover  {
  color: var(--color2)!important;
}

.stricky-header .main-menu__list>li:hover>a {
  color: var(--color1)!important;
}

.stricky-header.stricky-header--two .main-menu__list > li:hover > a {
    color: var(--color1) !important;
}

.stricky-header.stricky-header--two .main-menu__list > li:hover > a::after {
    color: var(--color1) !important;
}




.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: -7px;
  font-family: 'icomoon' !important;
  content: "\e904";
  font-size: 15px;
  color: var(--color1)!important;
  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(--color2);
}

.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%;
    min-width: 905px;
  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: 19px 20px;
  border-radius: var(--theme-radius);

  /*height: 350px;*/
  /*  overflow: auto;*/
    flex-wrap:wrap;
    left: -290px;
}
.sidebar-search-box .text-country {
    display: none;
}
.sidebar-search-box img {
    width: 100%;
    border-radius: var(--theme-radius);
    margin-top: 30px;
}
.sidebar-search-box iframe {
    width: 100%;
    border: 1px solid #d4d4d4;
}

.main-menu .main-menu__list>li>ul::-webkit-scrollbar,
.stricky-header .main-menu__list>li>ul::-webkit-scrollbar {
    width: 4px;
}

/* Track completely invisible */
.main-menu .main-menu__list>li>ul::-webkit-scrollbar-track,
.stricky-header .main-menu__list>li>ul::-webkit-scrollbar-track {
    background: #fff!important;
    box-shadow: none;
}

/* Thumb only visible */
.main-menu .main-menu__list>li>ul::-webkit-scrollbar-thumb,
.stricky-header .main-menu__list>li>ul::-webkit-scrollbar-thumb {
    background: var(--color1);
    border-radius: 10px;
}

.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 {

  width: 33%;
  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: 1px 10px 1px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--billdins-white);
  border-radius: var(--billdins-bdr-radius);
      line-height: 25px;
}

.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(--color1);
}

.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(--color2);
  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);
  display:none!important;
}

.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: block !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;
  }
  .help_line.responsive{
      display:none;
  }
  
}

.main-menu__main-menu-box {
    display: flex;
   gap:10px;
   align-items:center;
}
.main-menu__main-menu-box .help_line.responsive {
    color:#000!important;
    font-size: 17px;
}

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

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

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

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: #fff!important;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  background: var(--color2)!important;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stricky-header.stricky-header--two.stricked-menu.main-menu.stricky-fixed .mobile-nav__toggler {
    background: #fff !important;
    color: var(--color2) !important;
}

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

@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(--color2);
}

.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: 53px solid var(--color1);
  border-left: 23px solid transparent;
  content: "";
}

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

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

.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: 1350px;
  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: 106px solid var(--color2);
  border-right: 35px solid transparent;
  content: "";
  z-index: -1;
}


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

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

.stricky-header.stricky-header--two .help_line {
    color: var(--billdins-white)!important;
}
.stricky-header.stricky-header--two .main-header__btn .thm-btn {
    background: #fff !important;
    color: var(--color1);

}
.stricky-header.stricky-header--two .main-header__btn .hover-btn {
    color: var(--billdins-white) !important;
    background: var(--color1) !important;
}

.stricky-header.stricky-header--two .main-header__btn .thm-btn:hover {
  background: var(--color1) !important;
    color: #fff;
}

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


.modal-title.info_img {
    min-height: 326px;
    margin-bottom: 20px;
    background: rgb(247, 247, 247);
}
.modal-title img {
    width: 100%;
    border-radius: var(--theme-radius);
}
.modal-content p {
    font-size: 16px;
    margin-bottom: 17px;
}
.modal_header .btn-close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255) !important;
    background-repeat: no-repeat !important;
    background-size: 0.7rem !important;
    border-radius: 50%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-position: center center !important;
}
.main-header-one__top-right .content {
    margin-left: 15px;
    margin-bottom: 0px;
}
.main-header-one__top-right .content p {
  
    color: var(--billdins-white);
    font-size: 15px;
    line-height: 25px;
}
ul.header-style1__contact .text a {
    color: #fff;
}
ul.header-style1__contact i {
    color: #fff;
    background: var(--color2);
    border-radius: 50px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.main-menu__list li .fa-chevron-down {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}
.call-banner {
            display: inline-flex;
            align-items: center;
            color: #fff;
            font-family: Arial, sans-serif;
            text-decoration: none;
            position: fixed;
            bottom: 90px;
            right: 30px;
            z-index: 99;
        }

        .call-icon {
            width: 60px!important;
            height: 60px!important;
            border: 6px solid #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
           background:  var(--color2);
            margin-right: -24px;
            z-index: 99;
        }

        .call-icon i {
            font-size: 24px;
            color: var(--color2);
        }

        .call-text {
                display: flex;
    flex-direction: column;
    line-height: 1.1;
    background: var(--color2);
    padding: 7px 19px 7px 30px;
    border-radius: var(--theme-radius);
    position: relative;
    border: 1px solid #ffffff29;
        }

       .call-text .small-text {
            font-size: 12px;
            font-weight: 700;
            padding: 2px 1px;
            color: #fff;
        }

        .call-text .big-text {
            font-size: 18px;
            font-weight: 900;
            color: #fff;
        }
        .other-servic-child {
    position: relavent;
    padding-top: 24px;
}
.other-servic-child ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    column-count: 3;
    gap: 24px;
}
.other-servic-child ul li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}
.other-servic-child ul li a {
    font-size: 16px;
    color: var(--color1);
    padding: 14px 20px;
    display: block;
    border-radius: var(--theme-radius);
    position: relative;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    transition: .2s 
cubic-bezier(0.05, 0.81, 0.86, 0.39);
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.other-servic-child ul li a img {
    position: absolute;
    z-index: 1;
    right: 12px;
     top: 7px;
    width: 40px;
    background: #fff;
    padding: 4px;
    border-radius: 50px;
}
.other-servic-child ul li a:hover {
    background-color: var(--color1);
    color: #fff;
    transition: .2s 
cubic-bezier(0.05, 0.81, 0.86, 0.39);
}
.bottom_seals img {
    width: 90%;
    margin: 27px auto 0 17px;
    display: block;
}
.team-details__content-text1 h3 {
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
}
.small-banner img {
    border-radius: var(--theme-radius);
    display: flex;
    align-items: center;
    width: 100%;
       aspect-ratio: 625 / 233;
    background: #f7f7f7;
}
.small-banner {
    background: #fff;
    padding: 10px;
    border-radius: var(--theme-radius);
}
.breadcumb-wrapper.background-image.inner-banner.blog-landing.small_banner {
    position: relative; /* needed for ::before positioning */
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center; /* optional, center content horizontally */
    overflow: hidden; /* optional, ensures overlay doesn't overflow */
}

.breadcumb-wrapper.background-image.inner-banner.blog-landing.small_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* black with 50% opacity */
    z-index: 1; /* sits behind content */
}

/* Ensure your banner content is above the overlay */
.breadcumb-wrapper.background-image.inner-banner.blog-landing.small_banner > * {
    position: relative;
    z-index: 2;
}

.breadcumb-wrapper.background-image.inner-banner.blog-landing.small_banner .row {
    align-items: center;
}

.breadcumb-wrapper.background-image.inner-banner.blog-landing.small_banner h1{
color: var(--billdins-white);
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    text-transform: capitalize;
    text-align:center;
}


div#small-banner {
    position: relative; /* needed for ::before positioning */
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center; /* optional, center content horizontally */
    overflow: hidden; /* optional, ensures overlay doesn't overflow */
    background-position:center;
}

div#small-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* black with 50% opacity */
    z-index: 1; /* sits behind content */
}

/* Ensure your banner content is above the overlay */
div#small-banner > * {
    position: relative;
    z-index: 2;
}

div#small-banner .row {
    align-items: center;
}

div#small-banner h1{
color: var(--billdins-white);
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    text-transform: capitalize;
    text-align:center;
}

.breadcumb-content ul.thm-breadcrumb.banner {
    justify-content: center;
    margin-top: 20px;
}
ul.thm-breadcrumb.banner a:hover {
    color: var(--color1);
}
ul.thm-breadcrumb.banner li a {
    color: #fff;
}
ul.thm-breadcrumb.banner li {
    color: #fff;
}

section.error-page-area.space .error-content {
    padding: 70px 0px;
}
.error-content.text-center i {
    font-size: 150px;
    color: var(--color1);
    margin-bottom: 35px;
}
.error-content.text-center .title {
    font-size: 50px;
    font-weight: 700;
    color: var(--color1);
}
.error-content.text-center p {
    font-size: 20px;
    padding: 30px 0;
}

section.blog-single-area.space.page-content-section {
    padding: 80px 0;
}
section.blog-single-area.space.page-content-section h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}
section.blog-single-area.space.page-content-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 10px 0;
}

.author_inner {
    background: #fff;
    border-radius: var(--theme-radius);
    padding: 40px;
    box-shadow: none;
    display: flex;
    text-align: left;
    gap: 30px;
    align-items: center;
    border-top: 4px solid;
    border-image: linear-gradient(to right, var(--color2), var(--color1)) 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.author_inner .author_info {
    max-width: 80%;
}
.author_inner .author {
    color: var(--color2);
    margin-bottom: 2px;
   font-size: 40px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--billdins-font-two);
}
.author_inner .author_img
 {
    background: #f7f7f7;
    padding: 10px;
    border-radius: var(--theme-radius);
    max-width: 20%;
    display: inline-block;
    min-width: 198px;
       min-height: 220px;
}
.author_inner img {
    border-radius: var(--theme-radius);
    margin-bottom: 0;
    min-width: 178px;
    min-height: 178px;
}
section.author-content {
    padding: 80px 0;
}
section.author-content .author-banner {
    margin-bottom: 40px;
}
ul.thm-breadcrumb.detail {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
    color:#fff!important;
}
ul.thm-breadcrumb.detail li {
    color:#fff !important;
    font-size: 19px;
}
ul.thm-breadcrumb.detail a {
    font-weight: 500;
    font-size: 19px;
    color:#fff;
}
ul.thm-breadcrumb.detail a:hover {
    color: #fff !important;
    text-decoration:underline!important;
}

.icon-box img {
    width: 50px !important;
}


.page-single .page-content a {
    color: var(--color2);
    font-weight: 600;
}
.page-single .page-content a:hover {
    color: var(--color1);
    text-decoration:underline;
}

.page-single .page-content ul {
    margin: 20px 0 10px;
}
.page-single .page-content li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px; /* space for icon */
}

.page-single .page-content li:before {
     content: "\f054"; /* your icon */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;   /* orange */
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}
.google-map-rating {
    position: fixed;
    bottom: 40px;
    left: 40px;
    background: #ffff;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    z-index: 991;
}
.google-map-rating p {
    margin-bottom: 0;
    text-align: center;
        color: #666666 !important;
    font-size: 17px;
}
.google-map-rating p img {
    width: 70px;
}
.google-map-rating span {
    align-items: center;
    display: flex;
    color: #000
}
a.google-map-rating .bottom-tail {
    position: absolute;
    bottom: -15px;
    width: 23px;
    height: 16px;
}
.google-map-rating span img {
    margin: 0px 5px 5px;
    width: 80px;
}
 section.service-details-area {
    padding:80px 0;
}
section.service-details-area.space h3 {
    background: var(--color2);
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 8px;
    margin-bottom: 40px;
    font-size: 26px;
}
ul.ul3 {
    list-style: none;
    /*margin: 30px 0 80px;*/
    color: #fff;
}

ul.ul3 li {
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px; /* space for icon */
}
ul.ul3 li a{
    color:#000!important;
}
ul.ul3 li a:hover  {
   color:var(--color2)!important;
   /*text-decoration:underline!important;*/
}

ul.ul3 li:before {
     content: "\f3c5"; /* your icon */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;   /* orange */
    font-size: 14px;
    position: absolute;
    left: 14px;
    top: 15px;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}

section.service-details-area.space .ul3 {
    column-count: 5;
    /*gap: 40px;*/

}

.service-details-area.space ul.ul3 li {
    background: #fff;
    padding: 15px 20px 15px 50px;
    border-radius: var(--theme-radius);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.09);
    margin-bottom: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.service-details-area.space ul.ul3 li:hover {
    box-shadow: 0 2px 20px rgb(195 191 191 / 90%);
    background: var(--color1);
}
.service-details-area.space ul.ul3 li:hover::before {
    background: #fff;
    color: var(--color2);
}
.service-details-area.space ul.ul3 li:hover a {
    opacity: 1!important;
    color: #fff!important;
}

     .call-card {
        position: fixed;
        bottom: 40px;
        left: 80px;
        z-index: 991;
        display: flex;
        align-items: center;
        text-decoration: none;
        color:#666666!important;
        
    }
    
    
.top-bar strong {
    font-size: 25px;
    font-weight: 700;
    color:#000;
}
span.review {
    display: block !important;
    font-size: 10px;
    margin-top: -13px;
    margin-bottom: -38px;
    margin-left: -40px;

}

.top-bar .google {
    width: 30px;
}
    span.floatind_sec_star {
    max-width: 103px;
    min-width: 103px;
}    
span.floatind_sec_google {
    min-width: 30px;
}

        /* Container for the bars */
        .content {
            /*margin-left: 39px;*/
            /* Pulls the bars behind the circle */
            width: 100%;
        }

        /* The Dark Top Bar */
        .top-bar {
            background-color: #fff;
            padding: 10px 16px 10px 14px;
            border-radius: 50px;
            font-weight: bold;
            font-size: 15px;
            width: fit-content;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                display: flex;
    gap: 5px;
    align-items: center;
    
        }
.top-bar span {
    display: flex;
    align-items: center;
}


/*.mobile-nav__content .dropdown > ul {*/
/*    display: none;*/
/*}*/

/* Scrollbar width */
.mobile-nav__content::-webkit-scrollbar {
    width: 2px !important;
}

/* Track bilkul transparent */
.mobile-nav__content::-webkit-scrollbar-track {
    background: transparent !important;
}

/* Scroll thumb (sirf ye hi visible hoga) */
.mobile-nav__content::-webkit-scrollbar-thumb {
    background-color: var(--color2) !important;
    border-radius: var(--theme-radius) !important;
}

/* Track ke corners bhi transparent */
.mobile-nav__content::-webkit-scrollbar-track-piece {
    background: transparent !important;
}

/*.mobile-nav__content .dropdown.open > ul {*/
/*    display: block;*/
/*}*/
iframe {
    border: 0;
    border-radius: var(--theme-radius)!important;
}


/***
=============================================
Banner Css Start Here
=============================================
***/
.main-slider-one {
    position: relative;
    display: block;
    z-index: 1;
}

.video-banner {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    padding:80px 0;
}

/* Video Background */
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index:-999;
}

/* Dark Overlay */
.video-banner .overlay {
    position: absolute;
    inset: 0;
    background: #000;
    z-index: -1;
    opacity: 0.7;
}

/* Dark opacity layer */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* adjust opacity here */
  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);
    transform: scale(1);
    -webkit-transition: opacity 1000ms ease-in, -webkit-transform 2000ms ease;
    transition: opacity 1000ms ease-in, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 1000ms ease-in;
    transition: transform 2000ms ease, opacity 1000ms ease-in, -webkit-transform 2000ms ease;
    z-index: -1;
}

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

.main-slider-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgb(14, 18, 29);
    background: linear-gradient(-90deg, rgba(14, 18, 29, 0.90) 10%, rgba(255, 94, 20, 0.7) 30%, rgba(14, 18, 29, 0.9) 60%);
}

.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: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.main-slider-one__content::before {
    position: absolute;
    top: 6px;
    left: 0px;
    bottom: 0px;
    width: 10px;
    background: var(--color2);
    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(--color2);
    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(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -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;

    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: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

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

.main-slider-one__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 26px;
    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 h2 {
    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: 42px;
    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-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: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 150ms;
}

.main-slider-one__content .text-box p {
    color: var(--billdins-white);
    font-size: 18px;
    line-height: 28px;
}



.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 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-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: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.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(--color2);
    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(--color2-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--color2-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--color2-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--color2-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(--color2);
}






.main-slider__carousel.owl-theme .owl-dots {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-slider__carousel.owl-theme .owl-dots::before {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 4px;
    height: 85px;
    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__carousel.owl-theme .owl-dots::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 4px;
    height: 85px;
    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__carousel.owl-theme .owl-dots .owl-dot {
    display: block;
}

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

.main-slider__carousel.owl-theme .owl-dots .owl-dot.active span,
.main-slider__carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color2)
}

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

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










/***
=============================================
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(--color2-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(--color2);*/
/*    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(--color2);*/
/*    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(--color2);
    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 h2 {
    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(--color2);
    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(--color2)
}

.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(--color2);
    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: 80px 0px 80px;
    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: #000;
    /*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: "";
    opacity:0.8;
}

.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;
    z-index: 1;
}

.main-slider-three__content .tagline {
    position: relative;
    display: block;
    margin-bottom: 11px;
    color: #fff!important;
   
   
    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 a {
    color: #fff !important;
        font-size: 13px;
        text-transform: uppercase;
}
ul.thm-breadcrumb.banner li:last-child {
   font-size: 13px;
    text-transform: uppercase;
}
.main-slider-three__content .tagline span {
    color: #fff!important;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-slider-three__content .title-box {
    position: relative;
    display: block;
    margin-bottom: 21px;
   
   
    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: 65px;
    font-weight: 700;
    text-transform: capitalize;
}

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

.main-slider-three__content .text-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
  
    
    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;
    
    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 {
    width: 100%;
    z-index: 5;
    border-radius:var(--theme-radius);
    aspect-ratio: 1 / 1;
    background: #fff;
    padding: 10px;
    max-width: 550px;
    display: flex;
}

.main-slider__form img{
    width:100%;
    border-radius:var(--theme-radius);
}

.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[type="text"],
.main-slider__form form .form-group input[type="email"],
.main-slider__form form .form-group input[type="tel"],
.main-slider__form form .form-group input[type="url"],
.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: 60px;
    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(--color2);
    color: var(--billdins-black);
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--color2) none repeat scroll 0 0;
    border: 2px solid var(--color2);
    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: 60px;
    line-height: 60px;
    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%;
}

ul.thm-breadcrumb.banner {
    display: flex;
    gap: 6px;
        flex-wrap: wrap;
        margin-top:10px;
        /*justify-content:center;*/
}
.col-md-12.text-center.blog ul.thm-breadcrumb.banner {
    justify-content: center;
}
ul.thm-breadcrumb.banner span {
    font-size: 15px;
    line-height: 20px;
}
ul.thm-breadcrumb.banner a:hover {
    color: #fff;
    text-decoration: underline;
}

/***
=============================================
Banner Css End Here
=============================================
***/

/*==============================================
    About One
===============================================*/
.about-one {
    position: relative;
    display: block;
    background: var(--billdins-white);
    padding: 80px 0;
    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.10;
    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(--color2);
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.about-one__counter-box li .count-box span {
    position: relative;
    display: inline-block;
    color: var(--color2);
    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;
        aspect-ratio: 53 / 40;
    background: #f7f7f7;
}


.about-one__img1 img {
    width: 100%;

        border-radius: 10px;
}

.about-one__img3 {
    position: absolute;
    bottom: -134px;
    left: 20px;
    z-index: 2;
}
.about-one__img3 img {
    
    max-width:300px;
}
.about-one__img2 {
    position: absolute;
    bottom: -85px;
    right: -40px;
    border-radius: 10px;
    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: 10px;
    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(--color2);
    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(--color2);
    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: (--theme-radius);
}

.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(--color2);
}

.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(--color2);
    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: (--theme-radius);
    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: 80px  0px ;
    overflow: hidden;
    z-index: 1;
}

.about-three .shape2 {
    position: absolute;
    right: -30px;
    bottom: -10px;
    opacity: 0.5;
    z-index: -1;
}
.about-three__content .sec-title {
    margin-bottom: 10px;
}
.about-three .shape3 {
    position: absolute;
    left: -10px;
    bottom: -20px;
    z-index: -1;
}

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

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

.about-three__experience-box {
    position: absolute;
    top: 15px;
    right: -17px;
    background: var(--color2);
    padding: 12px 20px 12px;
    z-index: 2;
    border-top-left-radius: var(--theme-radius);
    border-bottom-left-radius: var(--theme-radius);
}

.about-three__experience-box::before {
    position: absolute;
    top: -16px;
    right: 0;
    /*border-bottom: 16px solid rgba(0, 0, 0, 0.9);*/
      border-bottom: 16px solid var(--color2);

    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 p {
    color: var(--billdins-white);
    font-size: 27px;
    line-height: 35px;
    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{
    color: var(--billdins-white);
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

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

.about-three__img1 .inner {
   position: relative;
    display: block;
    background: #f7f7f7;
    overflow: hidden;
    aspect-ratio: 5 / 6;
}

.about-three__img1 .inner img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: var(--theme-radius) 0 var(--theme-radius) var(--theme-radius);
}



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

.about-three__img2 .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--billdins-black);
        aspect-ratio: 15 / 16;
    background: #f7f7f7;
}

.about-three__img2 img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: var(--theme-radius);
}



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

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

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

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

.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;
    margin-bottom: 15px;
    margin-top: 10px;
}

.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: 70px;
    height: 70px;
    background: #f7f7f7;
    border-radius: var(--theme-radius);
}

.about-three__content-list ul li .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--color2);
    font-size: 35px;
    line-height: 35px;
    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: 18px;
    flex: 1;
}

.about-three__content-list ul li .text-box h3 {
    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(--color2);
    font-size: 16px;
    line-height: 26px;
    top: 1px;
}

.about-three__content-btn {
    position: relative;
    display: block;
    line-height: 0px;
    margin-top: 30px;
}
section.product-description.Trusted {
    padding: 80px 0;
}
section.our-process {
    background: #f7f7f7;
    padding: 80px 0;
}

    .step-wrapper {
      position: relative;
  height:100%;
  padding-bottom: 30px;
    }

    /* Blue curved background */
    .step-bg {
      position: absolute;
      top: -20px;
      left: -3px;
      bottom: 9px;
      width: 70%;
      background: var(--color2);
      z-index: 0;
      border-top-left-radius:  var(--theme-radius);
      border-bottom-left-radius:  var(--theme-radius);

    }


.testimonial-three__carousel.owl-carousel .owl-stage {
    display: flex !important;          /* Make all slides flex items */
    align-items: stretch;              /* Stretch them to same height */
}

.testimonial-three__carousel.owl-carousel .owl-item {
    display: flex;                     /* Make each item a flex container */
    height: auto !important;           /* Allow flex to determine height */
}


    /* White card */
    .step-card {
      background: #fff;
      border-radius: var(--theme-radius);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      position: relative;
      padding: 90px 15px 20px 15px;
      text-align: center;
      z-index: 1;
      width: 90%;
    margin: auto;
    height:100%;
    }

    /* Number circle */
    .step-number {
      width: 70px;
      height: 40px;
      background: var(--color2);;
      color: #fff;
      font-weight: bold;
      font-size: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      position: absolute;
      top: 20px;
      right: 0px;
      z-index: 2;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
    }
    span.pro_text {
          font-size: 10px;
    rotate: 269deg;
    }

    .step-title {
      font-weight: 800;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 18px;
      color:#000;
    }

    .step-desc {
      font-size: 16px;
      color: #555;
      text-align: center;
    }
    
    .about-bullets {
    list-style: none;
    margin: 10px 0;
    color: var(--billdins-gray);;
}

.about-bullets li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.about-bullets li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}

/*==============================================
    About One End here
===============================================*/

/*==============================================
    Site Footer
===============================================*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--color1);
    padding: 80px 0px 0px;
    overflow: hidden;
    z-index: 1;
}

.footer-widget__single.footer-widget__services P {
    color: #fff;
    margin: 12px 0 20px;
}
.disclaimer p {
    color: #fff;
    margin: 20px 0;
}
.site-footer__bottom-inner .disclaimer {
    color: #fff;
    margin-bottom: 10px;
}

.disclaimer a {
    color: #fff;
   font-weight:600;
}
.disclaimer a:hover {
    color: var(--color2);
   font-weight:600;
   text-decoration:underline;
}
.site-footer__bottom-inner a {
    color: #fff;
   font-weight:600;
}
.site-footer__bottom-inner a:hover {
    color: var(--color1);
   font-weight:600;
   text-decoration:underline;
}
.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(--color1);
}

.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: #fff;
    border-radius: 50%;
    z-index: 1;
    border:1px solid #4d576580;
}

.site-footer__social-links a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--color2);
    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(--color2);
    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  p{
    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(--color2);
}

.footer-widget__single .title-box .line::before {
    position: absolute;
    top: 0;
    right: -25px;
    width: 20px;
    height: 2px;
    background: var(--color2);
    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(--color2);
}

.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: 40px;
    height: 40px;
    background: rgba(var(--billdins-white-rgb), 0.15);
    border-radius: var(--theme-radius);
    top: 6px;
        transition: all 0.3s;
}

.footer-widget__contact-list li:hover .icon-box {
    background: var(--color2);
}

.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: #fff;
    font-size: 17px;
    line-height: 15px;
}

.footer-widget__contact-list li .text-box {
    position: relative;
    display: block;
        margin: 0px 0px 0px 12px;
}
.footer-widget__contact-list li .text-box span {
    color: #E3E2E2;
}

.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(--color2);
}

.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(--color2-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(--color1);
}

.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: #fff;
    font-weight:600;
}

.site-footer__copyright p a:hover {
    color: var(--color1);
    text-decoration:underline;
}

.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(--color2);
}



/*==============================================
    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: 610px;
    bottom: 0;
    right: 0;
    background: var(--color2);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
    content: "";
}

.site-footer--two__top::after {
    position: absolute;
    top: 0;
    left: 570px;
    bottom: 0;
    right: 0;
     background: var(--color2);
    opacity:0.8;
    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: #000;
    content: "";
    opacity:0.7;
}

.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 p {
    color: #fff;
    margin-top: 12px;
}
.site-footer--two__top p a {
    color: #fff;
    font-weight: 600;
}

.site-footer--two__top-right .text-box {
    position: relative;
    display: block;
        max-width: 640px;
}

.site-footer--two__top-right .text-box h2 {
    color: var(--billdins-white);
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.site-footer--two__top-right .btn-box {
    position: relative;
    display: block;
    line-height: 0px;
    margin-left: 45px;
}

.site-footer--two__top-right .btn-box .thm-btn {
    background-color: var(--billdins-white);
    color: var(--color1);
}

.site-footer--two__top-right .btn-box .thm-btn:hover {
    color: var(--billdins-white);
    background: var(--color1);
}

.site-footer--two .site-footer__middle {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 60px;
    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(--color2);
    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(--color2);
}

.site-footer--two .site-footer__bottom {
    background: var(--color2);
}

.site-footer--two .site-footer__bottom-inner {
    border-top: 0px solid rgba(var(--billdins-gray-rgb), 0.5);
    padding: 15px 0px;
    text-align:center;
    justify-content:center;
}

.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%;
}

/*==============================================
    Site Footer End Here
===============================================*/

/*==============================================
   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(--color1);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

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

.services-one__single .icon-box::before {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 30px;
    border-bottom: 35px solid var(--color1);
    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 var(--color2);
}

.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;
    border-radius: var(--theme-radius);
}

.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(--color1);
}

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

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

.services-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 22px;
    z-index: 1;
    aspect-ratio: 320 / 217;
    background: #f7f7f7;
    border-radius: var(--theme-radius);
}


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

.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: #f7f7f7;
    padding: 80px 0px;
    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(--color2);
    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(--color2);
    font-size: 60px;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.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(--color2);
    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(--color1-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(--color1);
}

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

.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(--color1);
    border-radius: 5px;
    border: none;
}

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

.services-two__single-tab-inner .icon-box a::before {
    position: absolute;
    top: -16px;
    right: 0px;
    border-bottom: 20px solid var(--color1);
    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(--color2);
}

.services-two__single-tab-inner .icon-box a::after {
    position: absolute;
    bottom: 0px;
    left: -9px;
    border-bottom: 20px solid var(--color1);
    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(--color2);
}

.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: 80px 0px ;
    z-index: 1;
}

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

.services-details__content-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 32px;
    background: #f7f7f7;
     border-radius: var(--theme-radius);
     aspect-ratio: 435 / 226;
}

.services-details__content-img1 img {
    width: 100%;
    border-radius: var(--theme-radius);
    aspect-ratio: 435 / 226;
    background: #f7f7f7;
}

.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(--color2);
    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: 100% !important;
    width: 100%;
    padding: 120px 0;
}

.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: "";
}
.service_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    position: relative;
    height: 100%;
    overflow:hidden;
    cursor: pointer;
    background: #fff;
    min-height: 260px;
    border-radius: var(--theme-radius);
}
/* Black overlay */
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40); /* adjust opacity */
    z-index: 1;
    border-radius: var(--theme-radius);
}
.service-card::after{
     position: absolute;
     left: 0;
     bottom: 0;
     border-bottom: 150px solid var(--color2);
     border-right: 150px solid transparent;
     content: "";
     border-radius: 0px 10px 7px 10px;
}
.service-card img {
    width: 100%;
    height: 260px;
    border-radius: var(--theme-radius);
    position: relative;
}



.service-content {
    background: #fff;
    padding: 10px 15px;
    border-radius: var(--theme-radius);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.service_link .arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color2);
    color: var(--billdins-white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    border-radius: var(--theme-radius);
    width:60px;
     min-width:60px;
}
.service-content br {
    display: none;
}
.service-content .tagline {
    color: var(--color2);
    font-size: 15px;
}
.service-card:hover .go-page {
    color: var(--color2);
}
.service-card:hover::after {
    border-bottom-color: var(--color1); /* change the color */
}
.service-card:hover .arrow-btn {
    background: var(--color1);
}
/* Smooth animation */
.go-page,
.arrow-btn,
.service-card::after {
    transition: all 0.35s ease-in-out;
}
.service-content .go-page {
    font-size: 20px;
    font-weight: 600;
    text-decoration:none;
        display: block;
        color: #000;
}
.service_link {
    display: flex;
    align-items: stretch;
    position: absolute;
    bottom: 20px;
    margin: auto;
    width: fit-content;
    left: 0;
    right: 0;
    z-index: 1;
    width:90%;
    margin:auto;
}
.services-details__content h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.services-details__content h3{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

.services-details__content p{
    margin:15px 0;
}




.other-service-content {
    background: var(--color1);
    padding: 15px 15px;
    border-radius: var(--theme-radius);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    width: 100%;
    font-weight:600;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #fff;
}

.favicon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color2);
    color: var(--billdins-white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 17% 100%);
    border-radius: var(--theme-radius);
    width: 70px;
    transition: all 0.3s ease; /* added */
}

.other-services ul li a:hover .favicon-btn {
    background: var(--color1);
}
.other-services ul li a:hover .other-service-content  {
    text-decoration:underline;
    color:#fff;
}
.other-services ul li a {
    display: flex;
}

.favicon-btn img {
    background: #fff;
    padding:5px;
    border-radius: 50px;
    min-width: 38px;
    margin-left: 6px;
    min-height: 38px;
    width: 38px;
    height: 38px;

    
}
.other-services ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    column-count: 3;
    gap: 24px;
        margin-top: 30px;
}
.other-services ul li {
    display: block;
    list-style: none;
    position: relative;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1300px) {
    .service-content .go-page {
    font-size: 17px!important;
}
}

@media only screen and (max-width: 991px) {
   .service-content {
    padding: 10px 10px!important;
}
.other-service-content {
    font-size: 15px!important;
    font-weight:500!important;
}

}

@media only screen and (max-width: 500px) {
    .service-card img {
    height: 280px!important;
    object-fit: cover!important;
}
}
/*==============================================
    Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0px 200px;
    z-index: 1;
}

.process_section-bathroom .owl-stage-outer {
    padding: 27px 5px 0px!important;
}

.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
===============================================*/
.services_section{
    background: #f7f7f7;
    padding: 80px 0;
}

section#reviews {
    scroll-margin-top: 100px;
}
section.services_section h2
 {
    max-width: 800px;
}
.testimonial-three {
    background: #f7f7f7;
    padding: 80px 0;
}
section.testimonial-three.tes_mass {
    background: #fff!important;
}
.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: 0 0 49px 0;
}

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

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

.testimonial-three__single-inner {
    position: relative;
    display: block;
    background: var(--billdins-white);
    border-bottom: 4px solid var(--color2);
    padding: 70px 22px 42px;
    border-radius:var(--theme-radius);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.tes_mass .testimonial-three__single-inner {
    background: #f7f7f7;

}

.testimonial-three__single-inner .user_name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--color1);
}

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

.testimonial-three__single-inner .rating-box {
    position: absolute;
    top: 30px;
    right: 25px;
}

.testimonial-three__single .icon-box {
    position: absolute;
    left: 0;
    bottom: 16px;
    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;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

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



.testimonial-three__carousel.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    top: -96px;
    right: 0;
    display:flex;
    gap:25px;
}
section.testimonial-three h2
 {
    max-width: 800px;
    margin-bottom: 40px;
}

.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: var(--color1);
    font-size: 18px;
    font-weight: 700;
    border: 2px solid var(--color1);
    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(--color2);
    color: var(--color2);
}

.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 {
    position: relative;
    display: block;
}

.testimonial-three--testimonial .testimonial-three__single {
    margin-bottom: 60px;
}
/*section.testimonial-three.remdoling_services {*/
/*    background: #fff;*/
/*}*/
/*section.testimonial-three.remdoling_services .testimonial-three__single-inner {*/
/*    background: #f7f7f7;*/
/*}*/


/*==============================================
Testimonial Three Testimonial
===============================================*/

/*==============================================
ICons css start here
===============================================*/

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon78ed.eot?orkqwr');
  src: url('../fonts/icomoon78ed.eot?orkqwr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon78ed.ttf?orkqwr') format('truetype'),
    url('../fonts/icomoon78ed.woff?orkqwr') format('woff'),
    url('../fonts/icomoon78ed.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-arrow-left:before {
  content: "\e91f";
}

.icon-shining:before {
  content: "\e946";
}

.icon-pattern:before {
  content: "\e947";
}

.icon-geometric:before {
  content: "\e948";
}

.icon-star:before {
  content: "\e949";
}

.icon-text:before {
  content: "\e94a";
}

.icon-abstract-shape:before {
  content: "\e94b";
}

.icon-triangle:before {
  content: "\e94c";
}

.icon-bracket:before {
  content: "\e94d";
}

.icon-abstract-shape-1:before {
  content: "\e94e";
}

.icon-behance:before {
  content: "\e94f";
}

.icon-behance-1:before {
  content: "\e950";
}

.icon-twitter:before {
  content: "\e951";
}

.icon-repair:before {
  content: "\e952";
}

.icon-3d-scanner:before {
  content: "\e953";
}

.icon-survey:before {
  content: "\e954";
}

.icon-equipment:before {
  content: "\e955";
}

.icon-surveying:before {
  content: "\e956";
}

.icon-supervision:before {
  content: "\e957";
}

.icon-crane:before {
  content: "\e958";
}

.icon-well:before {
  content: "\e959";
}

.icon-consultant:before {
  content: "\e95a";
}

.icon-technical-support:before {
  content: "\e95b";
}

.icon-crane-1:before {
  content: "\e95c";
}

.icon-checked:before {
  content: "\e95d";
}

.icon-clock:before {
  content: "\e900";
}

.icon-chronometer:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-placeholder:before {
  content: "\e903";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-facebook-app-symbol:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-twitter1:before {
  content: "\e907";
}

.icon-down-arrow:before {
  content: "\e908";
}

.icon-phone-call:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-linkedin-big-logo:before {
  content: "\e90b";
}

.icon-minus:before {
  content: "\e90c";
}

.icon-plus-1:before {
  content: "\e90d";
}

.icon-prev:before {
  content: "\e90e";
}

.icon-next:before {
  content: "\f061";
  font-family: 'Font Awesome 5 Pro';
}

.icon-shopping-bag:before {
  content: "\e90f";
}

.icon-play-button-arrowhead:before {
  content: "\e910";
}

.icon-vimeo:before {
  content: "\e911";
}

.icon-building:before {
  content: "\e912";
}

.icon-left-arrow:before {
  content: "\e913";
}

.icon-right-arrow:before {
  content: "\e95f";
}

.icon-minus-1:before {
  content: "\e914";
}

.icon-hide:before {
  content: "\e915";
}

.icon-telephone-call:before {
  content: "\e916";
}

.icon-home:before {
  content: "\e917";
}

.icon-view:before {
  content: "\e918";
}

.icon-check:before {
  content: "\e919";
}

.icon-chevron-1:before {
  content: "\e91a";
}

.icon-chevron:before {
  content: "\e960";
}

.icon-conversation:before {
  content: "\e91b";
}

.icon-house:before {
  content: "\e91c";
}

.icon-income:before {
  content: "\e91d";
}

.icon-interior-design:before {
  content: "\e91e";
}

.icon-user:before {
  content: "\e920";
}

.icon-email:before {
  content: "\e921";
}

.icon-construction:before {
  content: "\e922";
}

.icon-architect:before {
  content: "\e923";
}

.icon-plan:before {
  content: "\e924";
}

.icon-calendar:before {
  content: "\e925";
}

.icon-construction-1:before {
  content: "\e926";
}

.icon-search-interface-symbol:before {
  content: "\e927";
}

.icon-star1:before {
  content: "\e928";
}

.icon-right-quotation-mark:before {
  content: "\e92a";
}

.icon-share:before {
  content: "\e92b";
}

.icon-construction-2:before {
  content: "\e92c";
}

.icon-engineer:before {
  content: "\e92d";
}

.icon-helmet:before {
    content: "\f1ad";
font-family: "Font Awesome 5 Pro";
  font-size:45px;
  
}

.icon-construction-3:before {
  content: "\e92f";
}

.icon-maps-and-flags:before {
  content: "\e930";
}

.icon-development:before {
  content: "\e931";
}

.icon-user-experience:before {
  content: "\e932";
}

.icon-award:before {
  content: "\e933";
}

.icon-thumb-up:before {
  content: "\e934";
}

.icon-salary:before {
  content: "\e935";
}

.icon-raw-materials:before {
  content: "\e936";
}

.icon-support:before {
  content: "\e937";
}

.icon-cost:before {
  content: "\e938";
}

.icon-costumer:before {
  content: "\f007"; 
  font-family: 'Font Awesome 5 Pro';
}

.icon-verified:before {
  content: "\e93a";
}

.icon-old-typical-phone:before {
  content: "\e93b";
}

.icon-right:before {
  content: "\e93c";
}

.icon-chevron-right:before {
  content: "\e93d";
}

.icon-twitter-1:before {
  content: "\e93e";
}

.icon-youtube:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f167";
}


.icon-quote:before {
  content: "\e93f";
}

.icon-quotation:before {
  content: "\e940";
}

.icon-email-1:before {
  content: "\e941";
}

.icon-whatsapp:before {
  content: "\e942";
}

.icon-time:before {
  content: "\e943";
}

.icon-hamburger:before {
  content: "\e944";
}

.icon-globe:before {
  content: "\e945";
}

/*==============================================
    Team Gallery start here
===============================================*/
.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: 80px 0px;
    z-index: 1;
}
section.team-details.why-choose-us {
    position: relative;
    display: block;
    padding: 80px 0px;
    z-index: 1;
    background-color:#f7f7f7;
}
.galler_section {
    position: relative;
    display: block;
    padding: 80px 0px;
    z-index: 1;
    background-color:#f7f7f7;
}
.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;
}
.inner.why_chooose {
    aspect-ratio: 119 / 120;
    background: #f7f7f7;
    border-radius: var(--theme-radius);
}

.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(--color1);
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.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 h2 {
    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 {
    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 h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.team-two--team-details .title-box p {
    margin: 0;
}

/*==============================================
Team Gallery end here
===============================================*/

/*==============================================
    Blog One
===============================================*/
.main-content-image.mt-4 img
 {
    width: 100%;
    border-radius:10px;
}
.sidebar-search-box {
    margin-top: 15px;
}
.blog-one {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px 0 60px;
    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;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--theme-radius);
}

.blog-one__single-img {
    position: relative;
}
.sidebar-search-box .main-content-image {
    aspect-ratio: 360 / 169;
    background: #fff;
    border-radius: var(--theme-radius);
    margin-top: 25px;
}


.date-box-style2 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 90px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--color2);
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}
.date-box-style2 h2 {
    color: var(--billdins-white);
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}
.date-box-style2 p {
    color: var(--billdins-white);
    line-height: 16px;
}
.section-heading-4.heading-dark .item-heading {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.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(--color2);
    font-size: 20px;
    line-height: 20px;
    margin-right: 2px;
}

.blog-one__single-img .inner {
    position: relative;
    display: block;
    overflow: hidden;
   border-radius: var(--theme-radius) var(--theme-radius) 0 0;
}

/*.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__img img {
     position: relative;
    width: 100%;
    display: block;
     aspect-ratio: 21 / 13;
    background: #f7f7f7;
}

.blog-one__content-box {
    position: relative;
    display: block;
    padding: 28px 30px 22px;
}


.blog-one__single-img .inner img {
    position: relative;
    width: 100%;
    display: block;
     aspect-ratio: 21 / 13;
    background: #f7f7f7;
}

.blog-one__single-content {
    position: relative;
    display: block;
    padding: 28px 19px 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(--color2);
    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(--color2);
}

.blog-one__single-content .articl_title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 7px;
}

.blog-one__single-content .articl_title a {
    color: var(--color1);
}

.blog-one__single-content .articl_title a:hover {
    color: var(--color2);
}

.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(--color2);
    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: 90px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--color2);
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.blog-one--two .blog-one__single-img .date-box-style2 .post_date {
    color: var(--billdins-white);
    font-size: 24px;
    line-height: 30px;
    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 20px 30px;
}


/*==============================================
    Sidebar
===============================================*/
.sidebar {
    position: relative;
    display: block;
}

.sidebar__single {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding: 30px;
    border-radius:var(--theme-radius);
    margin-bottom:30px;
}

/*.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: -30px;
    bottom: 0;
    right: -30px;
    background: #d0cfca;
    height: 1px;
    content: "";
}

.sidebar__single .title-box::after {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 40px;
    background: var(--color2);
    height: 1px;
    content: "";
}

.sidebar__single .title-box h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    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(--color2);
}

.sidebar__services-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color1);
    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(--color2);
    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(--color2);
}

.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: 15px;
}

.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(--color1);
}


.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(--color2);
    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(--color1);
    color: var(--billdins-white);
}

.sidebar__recent-post {
    position: relative;
    display: block;
}

.sidebar__recent-post-list {
    position: relative;
    display: block;
}

.sidebar__recent-post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar__recent-post-list li {
    margin-top: 10px;
}

.sidebar__recent-post-list li .img-box {
    position: relative;
    display: block;
    width: 90px;
    overflow: hidden;
    background: #fff;
    min-height: 50px;
    border-radius: var(--theme-radius);
}
.sidebar__recent-post-list li:hover .img-box:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.sidebar__recent-post-list li .img-box:after {
    /*content: '\f0c1';*/
    /*font-family: var(--icon-font);*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";

    position: absolute;
    inset: 0;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--color2);
    pointer-events: none;
    border-radius: inherit;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: var(--theme-radius);
}
.sidebar__recent-post-list li .img-box img {
    width: 100%;
    border-radius:var(--theme-radius);
}

.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(--color2);
    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(--color1);
}

.sidebar__recent-post-list li .text-box h3 a:hover {
    color: var(--color2);
}

.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(--color1);
    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(--color2);
}

/*==============================================
Blog Page
===============================================*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0px 90px;
    z-index: 1;
}

/*==============================================
Blog Standard
===============================================*/
.blog-standard {
    position: relative;
    display: block;
    padding: 80px 0px 0px;
    z-index: 1;
}
section.blog-standard.blog-single-area.space .row {
    margin-bottom: 35px;
}

.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;
    overflow: hidden;
    aspect-ratio: 290 / 161;
    background: #f7f7f7;
    border-radius: var(--theme-radius);
}

.blog-standard__single-img img {
    width: 100%;
   border-radius:var(--theme-radius);
}



.blog-standard__single-content {
    position: relative;
    display: block;
    margin-top: 28px;
}
ul.meta-box li:before {
    display: none!important;
}

.blog-standard__single-content ul.meta-box li {
    padding-left:0px !important;
}

.blog-standard__single-content .meta-box {
    position: relative;
    display: flex;
    align-items: center;
    margin: 9px 0 0;
    flex-wrap: wrap;
}

.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: 15px;
    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(--color2);
    font-size: 18px;
    line-height: 18px;
    top: 2px;
    margin-right: 10px;
}

.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(--color2);
}

.blog-standard__single-content h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 19px;
    margin-bottom: 14px;
}
.blog-standard__single-content h3 {
    margin: 15px 0 10px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.blog-standard__single-content ul {
    list-style: none;
        margin: 20px 0 15px;
}
.blog-standard__single-content ul li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

section.blog-standard.blog-single-area.space .article-btm.author-new-articles.space {
    background: #f7f7f7;
    padding: 80px 0 50px;
}

section.blog-standard.blog-single-area.space .article-btm.author-new-articles.space .blog-one__single {
    background: #fff!important;
}

.blog-standard__single-content ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}

.blog-standard__single-content h2 a {
    color: var(--billdisn-black);
}

.blog-standard__single-content h2 a:hover {
    color: var(--color2);
}

.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: #f7f7f7;
    padding: 30px 70px 30px 30px;
    margin-bottom: 20px;
    border-radius: var(--theme-radius);
    
}

.blog-details__content-text1 .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--color2);
    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 p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color:var(--color1);
}

.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 h2 {
    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(--color2);
}


.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 h2 {
    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-top: 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-standard__single .blog-details__content-text3-share ul li a {
    color: var(--color1)!important;
    border: 1px solid var(--color1)!important;
}
.blog-standard__single .blog-details__content-text3-share ul li a:hover {
     border-color: var(--color2)!important;
    background: var(--color2)!important;
    color: var(--billdins-white)!important;
}

.blog-details__content-text3-share ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.blog-details__content-text3-share ul li a:hover {
    border-color: var(--color2);
    background: var(--color2);
    color: var(--billdins-white);
}


.contact-page__contact-info .contact-page__contact-info-bottom .blog-details__content-text3-share ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--color1)!important;
    border: 1px solid var(--color1)!important;
    border-radius: 50%;
    overflow: hidden;
}

.contact-page__contact-info .contact-page__contact-info-bottom .blog-details__content-text3-share ul li a:hover {
    border-color: var(--color2)!important;
    background: var(--color2)!important;
    color: var(--billdins-white)!important;
}

.contact-page__contact-info .contact-page__contact-info-bottom .blog-details__content-text3-share ul {
    margin-top: 0px!important;
}


.blog-details__content-text3-share ul li a span::before {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.comment-one {
    position: relative;
    display: block;
    margin-top: 52px;
}

.comment-one .title-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.comment-one .title-box h2 {
    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 h2 {
    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(--color2);
    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(--color1);
    padding: 7px 20px 4px;
    font-family: var(--billdins-font-two);
}

.comment-one__content-top .btn-box a:hover {
    background: var(--color2);
}

.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 h2 {
    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(--color1-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(--color2);
    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(--color2);
    border-right: 2px solid var(--color2);
    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;
}

.widget.widget_banner.widget_tag_cloud.background-image {
    padding:30px 25px 40px;
    border-radius: var(--theme-radius);
    text-align: center;
    margin-top: 30px;
}
.widget-banner .box-title {
    margin-bottom: 27px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
}
.widget.widget_banner.widget_tag_cloud.background-image .logo {
    background: #fff;
    width: fit-content;
    padding: 5px 23px;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 25px;
}
.widget.widget_banner.widget_tag_cloud.background-image .box-text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.widget.widget_banner.widget_tag_cloud.background-image .box-link {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.widget.widget_banner.widget_tag_cloud.background-image .box-link i{
    rotate: 90deg;
    margin-right: 7px;
    font-size: 21px;
}
.widget.widget_banner.widget_tag_cloud.background-image .box-link a:hover {
    color:#fff;
}

.share-links-title
 {
    font-size: 18px;
    color: var(--color2);
    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize;
}

.align-items-center.d-flex.gap-3.justify-content-end.blog_social {
    margin: 14px 0 10px;
}
.blog-details__content-text3-share.social-icons ul {
    margin: 0;
}
.blog-details__content-text3-share.social-icons ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.blog-details__content-text3-share.social-icons ul li:before {
    display:none!important;
}
.share-links-title {
    font-size: 18px;
    color: var(--color2);
    font-family: var(--title-font);
    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
   .align-items-center.d-flex.gap-3.justify-content-lg-end.justify-content-start.blog_social {
    margin: 19px 0 6px;
}
}

/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-normal:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.html#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.html");
  src: url("../fonts/fa-light-300d41d.html?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-301.html") format("truetype"), url("../fonts/fa-light-302.html#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.html") format("truetype"), url("../fonts/fa-regular-401.html#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.html");
  src: url("../fonts/fa-solid-900d41d.html?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-901.html") format("truetype"), url("../fonts/fa-solid-902.html#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*==============================================
Contact Page
===============================================*/
.contact-page {
    position: relative;
    display: block;
    padding: 80px 0px;
    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 h2 {
    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 h2 {
    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;
}


/*==============================================
Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    background: var(--color1);
    padding: 80px 0px;
    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: var(--color2);
    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(--color1);
    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: 617px;
    width: 211px;
    height: 160px;
    clip-path: polygon(40% 100%, 0 0, 100% 0);
    background: var(--color2);
    opacity:0.8;
}

.why-choose-one .shape5 {
    position: absolute;
    top: 0;
    left: 614px;
    width: 265px;
    height: 195px;
    background: var(--color2);
    opacity:0.8;
    clip-path: polygon(42% 100%, 0 0, 100% 0);
    /* display: none; */
}

.why-choose-one .shape6 {
    position: absolute;
    top: 0;
    left: 609px;
    width: 315px;
    height: 230px;
    background: var(--color2);
    opacity:0.8;
    clip-path: polygon(42% 100%, 0 0, 100% 0);
    clip-path: polygon(42% 100%, 0 0, 100% 0);
    clip-path: polygon(42% 100%, 0 0, 100% 0);
    /* display: none; */
}

.why-choose-one .shape7 {
    position: absolute;
    left: 668px;
    bottom: -26px;
    width: 84px;
    height: 168px;
    background: var(--color2);
    opacity:0.8;
    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: 676px;
    bottom: -26px;
    width: 82px;
    height: 185px;
    background: var(--color2);
    opacity:0.8;
    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: 680px;
    bottom: -27px;
    width: 81px;
    height: 202px;
    background: var(--color2);
    opacity:0.8;
    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;
}
ul.about-one__content-list.why-choose {
    margin: 30px 0 80px;
    color: #fff;
}
ul.about-one__content-list.why-choose li {
    margin-bottom:20px;
}
.why-choose-one__content {
    position: relative;
    display: block;
    max-width: 675px;
    width: 100%;
    float: right;
}

.custom-bullets {
    list-style: none;
    margin: 30px 0 80px;
    color: #fff;
}

.custom-bullets li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px; /* space for icon */
}

.custom-bullets li:before {
     content: "\f054"; /* your icon */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;   /* orange */
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}


.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(--color2);
    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(--color1);
}

.why-choose-one__content-single .title-box h3 a:hover {
    color: var(--color2);
}

/*==============================================
Why Choose Two
===============================================*/
.why-choose-two {
    position: relative;
    display: block;
    padding: 120px 0px 207px;
    background: var(--color1);
    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(--color2);
    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(--color2);
    -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;
}

/***
=============================================
Brand One
=============================================
***/


.custom-bullets-trusted {
    list-style: none;
    margin: 30px 0;
    color: var(--billdins-gray);
}

.custom-bullets-trusted li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    /* space for icon */
}

.custom-bullets-trusted li:before {
    content: "\f054";
    /* your icon */
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    /* orange */
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}

.product-description__title.trusted {
    font-size: 45px !important;
    line-height: 55px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    font-family: var(--billdins-font-two);
}

.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: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 50px 0px;
    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;
    margin-bottom: 30px;
}

.brand-one__inner .title-box .text p {
    color: var(--color2);
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 750px;
    text-align: center;
}

.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: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__carousel.owl-carousel .owl-item img {
    width: 100%;
    cursor: pointer;
    aspect-ratio: 10 / 3;
    background: #f7f7f7;
}

.why-choose-box.new-choose-box {
    padding: 10px;
}

.why-choose-box {
    position: relative;
    /* Needed for pseudo-element positioning */
    display: flex;
    align-items: center;
    border-radius: var(--theme-radius);
    padding: 15px 10px;
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: var(--endreox-white);
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s linear;
}

.why-choose-box.new-choose-box .why-choose-icon {
    min-width: 80px;
    max-width: 80px;
}

.why-choose-box.new-choose-box .why-choose-icon img {
    max-width: 100%;
    height: auto;
    border-radius: var(--theme-radius);
    padding: 4px;
    aspect-ratio: 1 / 1;
    background: #fff;
    min-height: 80px;
}

.why-choose-icon {
    margin-right: 15px;
}

.why-choose-txt p {
    line-height: 22px;
    margin: 0px;
    font-weight: 600;

}


.we-can-help__right .col-md-6 {
    padding-right: 0px;
}

.call-icon {
    background-color:#fff;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
   width: 70px !important;
    height: 70px !important;
    border: 6px solid var(--color2);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.call-box {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0px;
    gap: 20px;
}

.call-box .call-icon {
    background-color: var(--color1);
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    width: 60px;
    height: 60px;
}

.call-box .call-label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 15px;
    color: var(--color1);
    font-weight: 600;
}

.call-box a {
    font-size: 18px !important;
    font-weight: bold !important;
    color: var(--color1) !important;
    text-decoration: none !important;
}
/*==============================================
    Feature One
===============================================*/
.features-one {
    position: relative;
    display: block;
    padding: 80px 0px;
    overflow: hidden;
    z-index: 1;
}

.inner.why_chooose {
    position: relative;
    /* very important */
    overflow: hidden;
}

.inner.why_chooose::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #ffffffb5 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
}

.inner.why_chooose .bottom_seals {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    /* centers it */
    width: 90%;
    z-index: 999;
}


.sec-title.Experts {
    text-align: center;
    max-width: 70%;
    margin: auto;
}

.sec-title.Experts p {
    font-size: 18px;
    margin-top: 10px;
}

.features-one .shape1 {
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 0.5;
    z-index: -1;
}

.features-one__single {
    position: relative;
    display: block;
    padding-top: 33px;
    margin-bottom: 40px;
    height: 100%;
}

.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(--color2);
    z-index: 2;
}

.features-one__single .icon-box::before {
    position: absolute;
    top: 0px;
    left: -34px;
    width: 30px;
    border-bottom: 35px solid var(--color2);
    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-inner {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--color1-rgb), 0.3);
    padding: 50px 29px 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 var(--theme-radius) var(--theme-radius) var(--theme-radius);
}

.features-one__single-inner h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000;
}





.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;
}

.team-details__top-img {
    position: relative !important;
    display: block !important;
    margin-right: 30px !important;
    background: #fff !important;
    padding: 10px !important;
    z-index: 1 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: var(--theme-radius) !important;
}

.compare-box {
    position: relative;
    min-height: 450px;
    overflow: hidden;
    border-radius: var(--theme-radius);
    user-select: none;
}

/* Images fixed */
.compare-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* AFTER image (clip-path controlled) */
.after-img {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.1s ease-out;
    /* faster */
}

/* Slider Line */
.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #fff;
    transform: translateX(-50%);
    cursor: ew-resize;
    z-index: 20;
    transition: left 0.1s ease-out;
    /* faster */
}

/* Slider Button */
.slider-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: var(--color1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    line-height: 50px;
}

.slider-btn::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f337";
    color: #fff;
    margin: 0 0 0px 7px;
}

/***
=============================================
Faq One
=============================================
***/
.faq-one {
    position: relative;
    display: block;
    background: var(--color1);
    padding: 80px 0;
    z-index: 1;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(180deg);
}
.accordion-button::after {
    background-size: 14px!important;

}


.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(--color1);
}

.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(--color2);
    content: "";
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px 10px 13px;
    padding-left: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title h3 {
    position: relative;
    color: var(--color1);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /*text-transform: capitalize;*/
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-right:40px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h3 {
    color: var(--color1);
}

.faq-one-accrodion .accrodion-title h3::before {
    position: absolute;
    color: var(--logistiq-black);
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    top: 50%;
    right: 10px;
    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 h3::before {
    content: "\e904";
    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: 100%;
    width: 100%;
    margin: 0 auto;
}

.faq-one--faq .faq-one-accrodion .accrodion {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius:var(--theme-radius);
}
section.location-and-map {
    background: #f7f7f7;
    padding: 80px 0;
}
.widget-content .sidebar-search-box .wikibox h3 {
    display: none;
}
.widget-content .sidebar-search-box .wikibox img {
    border-radius:var(--theme-radius);
    margin-top:20px;
    width:100%;
    aspect-ratio: 195 / 122;
    background: #f7f7f7;

}

.widget_categories {
    position: relative;
    padding: 30px;
    background-color: #fff;
     border-radius:var(--theme-radius);
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 0;
    height: 100%;
}
p.widget-title.frm.best-cleaning {
    color: white;
    background: var(--color2);
    padding: 20px;
    position: relative;
    border-radius:var(--theme-radius);
        font-size: 18px;
    font-weight: 800;
}
.widget-content {
    min-height: 315px;
}


.widget_popular_post {
    position: relative;
    padding: 30px;
      border-radius:var(--theme-radius);
    margin: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}
p.widget-title.best-cleaning {
    color: white;
    padding: 20px;
    background: var(--color2);
    position:relative;
    border-radius:var(--theme-radius);
        font-size: 18px;
    font-weight: 800;
}

.sidebar-below .widget .widget-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    bottom: 0;
    left: 0;
    background: var(--color1);
}

div#faqAccordion .accordion-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    border-left: 4px solid var(--color2);
}

.accordion-header h3 button {
    color: var(--color1);
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}
.accordion-card .accordion-body {
    padding: 1px 20px 20px 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--color1);
    background-color: #fff;
}
.faqs_service_sec{
    padding:80px 0;
}
section.faqs_service_sec h2 {
    text-align: center;
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
    max-width: 67%;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: none;
    font-family: var(--billdins-font-two);
    color: var(--color1);
}

}

/*==============================================
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;
}
.required.error {
    padding-right: calc(1.5em + .75em);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc3545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M12 2 L22 20 H2 Z'/%3e%3cline x1='12' y1='9' x2='12' y2='13'/%3e%3ccircle cx='12' cy='17' r='1' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");

    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
}

.required.valid {
    border: 1px solid #017701;
}
.required.valid {
    padding-right: calc(1.5em + .75em);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
}

.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;
    width: 100%;
    border-top: 5px solid var(--color2);
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*border: 1px solid #e5e7eb;*/
    height: 100%;
    z-index: 1;
    border-radius:var(--theme-radius);
}

.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: #fff;
    border-radius: var(--theme-radius);
    outline: none;
    border: 1px solid #e5e7eb;
    font-family: var(--billdins-font);
}

.appoinment-one__form form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 21px;
}
.contact-page
 {
    position: relative;
    display: block;
    padding: 80px 0px;
    z-index: 1;
}

form#ewebcontact_id .input-group {
    margin-bottom: 20px;
    border-radius: var(--theme-radius);
}
.input-group-text{
    border-top-left-radius: var(--theme-radius) !important;
    border-bottom-left-radius: var(--theme-radius) !important;
}
form#ewebcontact_id .cus_input {
    padding: 16px 30px 16px 15px;
    border-top-right-radius: var(--theme-radius);
    border-bottom-right-radius: var(--theme-radius);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: none !important;
    box-shadow: none !important;
    outline: 0px !important;
}

span#basic-addon1 i {
    color: var(--color2);
}
span.input-group-text.text_area {
    display: flex;
    align-items: start;
}
span.input-group-text.text_area i {
    color: var(--color2);
    margin-top: 5px;
}
.sidebar__single.sidebar__services form#ewebcontact_id .col-xl-6.col-lg-6.col-md-6 {
    width: 100% !important;
}

    .sidebar__single.sidebar__services .appoinment-one__form {
    position: relative;
    display: block;
    width: 100%;
    border-top: none!important;
    padding: 0px!important;
    box-shadow: none!important;
    /* border: 1px solid #e5e7eb; */
    height: 100%;
    z-index: 1;
    border-radius: none!important;
    margin-bottom:0px !important;
}
.sidebar__single.sidebar__services .appoinment-one__form .title-box {
    display: none;
}
.sidebar__single.sidebar__services .appoinment-one__form .contact-one__form  {
    padding-top:30px;
}

.required.error {
    padding-right: calc(1.5em + .75em);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc3545' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M12 2 L22 20 H2 Z'/%3e%3cline x1='12' y1='9' x2='12' y2='13'/%3e%3ccircle cx='12' cy='17' r='1' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e)!important;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 18px;
}
.contact-page__contact-info {
    position: relative;
    display: block;
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
    border-top: 5px solid var(--color2);
    padding: 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* border: 1px solid #e5e7eb; */
    height: 100%;
    z-index: 1;
    border-radius: var(--theme-radius);
}
.contact-page__contact-info .title-box h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact-page__contact-info-bottom .text-box .socail {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color:var(--color1);
}
.contact-page__contact-info .title-box {
    margin-bottom: 30px!important;
}
.contact-page__contact-info-single {
    margin-bottom: 16px!important;
}
.contact-page__contact-info-single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px!important;
    height: 55px!important;
    background: #f7f7f7!important;
    border-radius: var(--theme-radius)!important;
    overflow: hidden;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info-single .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--color1)!important;
    font-size: 30px;
    transition: all 200ms 
linear;
    transition-delay: 0.1s;
}
.contact-page__contact-info-single:hover .icon-box {
    background: var(--color2)!important;
}
.contact-page__contact-info-single:hover .icon-box span {
    color: var(--billdins-white) !important;
}

.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: #f7f7f7!important;
    color: var(--color1);
    border-radius: var(--theme-radius)!important;
}
.contact-page__contact-info-bottom .social-links ul li a:hover {
    color: var(--billdins-white);
    background: var(--color2)!important;
}
input.error, textarea.error {
    border-color: red !important;
}
label#formInput\[name\]-error {
    display: none ! Important;
}
label#formInput\[email\]-error {
    display: none ! Important;
}

label#mobile-error {
    display: none ! Important;
}
.why-choose-one .shape4, .shape5, .shape6, .shape7, .shape8, .shape9 {
     display: none; 
}


.custom-check-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.custom-check-list ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
    font-family: var(--billdins-font);
    color: var(--billdins-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* ICON */
.custom-check-list ul li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--color2); /* red circle */
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.our-process .owl-nav {
    display: none !important;
}
.bg-light{
    background-color:#f7f7f7!important;
}
.about-three__content-text p {
    margin-bottom: 10px;
}
section.faq-one.faq-one--faq.bg-light {
    background: #fff !important;
}
.services-details__content li {
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.services-details__content li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color2);
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}
section.main-slider-three.vedio-thmbnail {
    background-image: none !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}