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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --bixola-font: 'Roboto', sans-serif;
  --bixola-font-two: 'Inter Tight', sans-serif;
  --bixola-gray: #000;
  --bixola-gray-rgb: 65, 70, 81;
  --bixola-white: #ffffff;
  --bixola-white-rgb: 255, 255, 255;
  --bixola-base: #812714;
  --bixola-base-rgb: 245, 37, 73;
  --bixola-black: #000000;
  --bixola-black-rgb: 13, 18, 30;
  --bixola-primary: #F7F9FA;
  --bixola-primary-rgb: 247, 249, 250;
  --bixola-bdr-radius: 10px
}

ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
}

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

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

body {
  font-family: var(--bixola-font);
  /* color: var(--bixola-gray); */
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--bixola-gray);
}

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(--bixola-font-two);
  color: var(--bixola-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 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;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

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

::-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;
}

.section-separator {
  border-color: var(--bixola-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#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(--bixola-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

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

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

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


.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--bixola-base);
  color: var(--bixola-white);
  font-size: 16px;
  font-weight: 500;
  padding: 5px 33px 5px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--secondary-color);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover:before {
  top: -40%;
}

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

.thm-btn-two {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: transparent;
  color: var(--bixola-base);
  border: 1px solid var(--bixola-base);
  font-size: 16px;
  font-weight: 500;
  padding: 9px 33px 9px;
  border-radius: 26px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn-two::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--bixola-black);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn-two:hover:before {
  top: -40%;
}

.thm-btn-two:hover {
  color: var(--bixola-white);
  border: 1px solid var(--bixola-black);
}

/* btn 2 */

.thm-btn2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 33px 10px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

.thm-btn2::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--secondary-color);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn2:hover:before {
  top: -40%;
}

.thm-btn2:hover {
  color: var(--bixola-white);
}




.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 61px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: var(--bixola-base);
  font-weight: 500;
  letter-spacing: 0.16em;
  z-index: 1;
}

.section-title__tagline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #f7dde0;
  z-index: -1;
}

.section-title__title {
  margin: 0;
  color: var(--bixola-black);
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  margin-top: 9px;
  font-family: var(--bixola-font-two);
  text-transform: capitalize;
}

.section-title-three {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 60px;
}

.section-title-three__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title-three__tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: var(--bixola-base);
  font-weight: 500;
  letter-spacing: 1.6px;
  z-index: 1;
}

.section-title-three__title {
  margin: 0;
  color: var(--bixola-black);
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  margin-top: 11px;
  font-family: var(--bixola-font-two);
  text-transform: capitalize;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--bixola-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--bixola-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--bixola-black);
  color: var(--bixola-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  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;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--bixola-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transform: rotate(180deg);
}

.scroll-to-top i {
  color: var(--bixola-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  background-color: var(--bixola-black);
}

.scroll-to-top:hover i {
  color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: var(--bixola-black);
}

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

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

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li+li {
  margin-left: 30px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li .icon i {
  font-size: 14px;
  color: var(--bixola-base);
}

.main-header__contact-list li .text {
  margin-left: 10px;
}

.main-header__contact-list li .text p {
  font-size: 13px;
  font-weight: 400;
  color: #978e8e;
}

.main-header__contact-list li .text p a {
  color: #978e8e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--bixola-base);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu li+li {
  margin-left: 20px;
}

.main-header__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #978e8e;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
  color: var(--bixola-white);
}

.main-header__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 90px;
}

.main-header__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__social a+a {
  margin-left: 25px;
}

.main-header__social a:hover {
  color: var(--bixola-base);
}

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

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

.main-menu__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(33, 32, 41, 0.50);
  backdrop-filter: blur(5px);
  z-index: -1;
}

.stricky-header .main-menu__wrapper:before {
  background-color: var(--bixola-black);
}

.stricky-header .main-menu__btn::before {
  background-color: var(--bixola-base);
}

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

.main-menu__logo {
  display: block;
  padding: 24.5px 0;
  z-index: 1;
}

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

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0;
  z-index: 5;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--bixola-primary);
  border-radius: 50%;
  font-size: 15px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

.main-menu__call-content {
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.main-menu__call-sub-title {
  font-size: 12px;
  line-height: 12px;
  color: var(--bixola-white);
  margin-bottom: 4px;
}

.main-menu__call-number {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Roboto';
}

.main-menu__call-number a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--bixola-base);
}

.main-menu__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
  padding: 19px 0;
}

.main-menu__btn {
  background-color: var(--bixola-white);
  color: var(--bixola-base);
}

.stricky-header.main-menu {
  background-color: transparent;
}

.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: 29px;
  padding-bottom: 29px;
  position: relative;
}

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--bixola-white);
  position: relative;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 11px;
  color: var(--bixola-white);
  font-weight: 700;
  transform: translateY(-50%);
  -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(--bixola-base);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--bixola-base);
  text-shadow: 0.05px 0 0 rgb(245 37 73 / 80%);
}

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

.sub-menu {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  top: 99% !important;
}

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

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

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

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

.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: 15px;
  line-height: 30px;
  color: var(--bixola-gray);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px 6px;
  -webkit-transition: 500ms;
  transition: 500ms;
  background-color: var(--bixola-white);
  font-family: var(--bixola-font-two);
}

.main-menu .main-menu__list>li>ul>li:last-child>a,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.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: #f4192630;
  color: var(--bixola-black);
}

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

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

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

.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-four__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.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(--bixola-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

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

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

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--bixola-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(--bixola-font);
  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(--bixola-base);
}

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

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

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

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

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

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

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

.mobile-nav__top .main-menu__login a {
  color: var(--bixola-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(--bixola-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

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

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

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

.mobile-nav__contact li {
  color: var(--bixola-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(--bixola-base);
}

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

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



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -26px;
  margin-bottom: -26px;
}

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

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

.home-showcase__image {
  position: relative;
  background-color: var(--bixola-base);
  border-radius: var(--bixola-bdr-radius);
  overflow: hidden;
}

.home-showcase__image>img {
  width: 100%;
  border-radius: var(--bixola-bdr-radius);
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-showcase__image:hover>img {
  opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}

.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;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

.home-showcase__buttons__item {
  padding: 10px 20px 11px;
  width: 150px;
  text-align: center;
}

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

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
  margin-top: 17px;
}

.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(--bixola-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

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

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 60px 0px;
  background-color: var(--bixola-black);
}

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

.main-header-two__text p {
  font-size: 14px;
  color: var(--bixola-white);
}

.main-header-two__contact-and-social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li+li {
  margin-left: 25px;
}

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

.main-header-two__contact-list li .icon i {
  font-size: 15px;
  color: var(--bixola-white);
}

.main-header-two__contact-list li .text {
  margin-left: 10px;
}

.main-header-two__contact-list li .text p {
  font-size: 14px;
  color: var(--bixola-white);
}

.main-header-two__contact-list li .text p a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
  color: var(--bixola-base);
}

.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--bixola-white);
  padding: 17.5px 0;
  padding-left: 30px;
  margin-left: 50px;
}

.main-header-two__top-social:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: -1000000px;
  bottom: 0;
  background-color: var(--bixola-white);
}

.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #475467;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-social a+a {
  margin-left: 15px;
}

.main-header-two__top-social a:hover {
  color: var(--bixola-base);
}

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

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 60px;
  z-index: 1;
}

.main-menu-two__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__logo {
  display: block;
  padding: 24.5px 0;
  margin-right: 80px;
  z-index: 1;
}

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

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 33px 0;
}

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

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--bixola-base);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart:hover {
  color: var(--bixola-base);
}

.main-menu-two__button-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--bixola-base);
  padding: 0 30px 0;
  padding-right: 60px;
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
  padding: 19px 0;
}

.main-menu-two__btn {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-base);
  background-color: var(--bixola-white);
  padding: 10px 40px;
  border-radius: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__btn:hover {
  background-color: var(--bixola-black);
  color: var(--bixola-white);
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0;
  margin-left: 30px;
  z-index: 5;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--bixola-white-rgb), .20);
  border-radius: 50%;
  font-size: 15px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--bixola-white);
  color: var(--bixola-base);
}

.main-menu-two__call-content {
  margin-left: 10px;
  top: 3px;
  position: relative;
}

.main-menu-two__call-sub-title {
  font-size: 12px;
  line-height: 12px;
  color: var(--bixola-white);
  margin-bottom: 4px;
}

.main-menu-two__call-number {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Roboto';
}

.main-menu-two__call-number a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--bixola-black);
}




.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--bixola-black);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--bixola-base);
  text-shadow: 0.05px 0 0 rgb(245 37 73 / 80%);
}

.main-menu-two .main-menu__list>li>a:before,
.stricky-header.main-menu-two .main-menu__list>li>a:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  height: 8px;
  width: 16px;
  background-color: var(--bixola-base);
  transform: translateX(-50%);
  z-index: -1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two .main-menu__list>li.current>a::before,
.main-menu-two .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-two .main-menu__list>li.current>a::before,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::before {
  opacity: 1;
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--bixola-black);
}

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


.stricky-header.main-menu-two {
  background-color: var(--bixola-white);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  z-index: 1;
  background-color: #f7941e;
}

.main-header-three__top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #EAECF0;
  z-index: -1;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header-three__top-left {
  position: relative;
  display: block;
  padding: 2px 0;
  padding-right: 45px;
  z-index: 1;
}

.main-header-three__top-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--bixola-base);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
}

.main-header-three__top-left:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -10000000px;
  background-color: var(--bixola-base);
  z-index: -1;
}

.main-header-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__contact-list li+li {
  margin-left: 25px;
}

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

.main-header-three__contact-list li .icon i {
  font-size: 15px;
  color: var(--bixola-white);
}

.main-header-three__contact-list li .text {
  margin-left: 10px;
}

.main-header-three__contact-list li .text p {
  font-size: 14px;
  color: var(--bixola-white);
}

.main-header-three__contact-list li .text p a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
}

.main-header-three__contact-list li .text p a:hover {
  color: var(--bixola-black);
}

.main-header-three__top-text-and-social {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0;
}

.main-header-three__top-text {
  position: relative;
  display: block;
}

.main-header-three__top-text p {
  font-size: 16px;
  color: #000;
  line-height: 14px;
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-text p span {
  font-size: 15px;
  color: var(--bixola-base);
  position: relative;
  display: inline-block;
  padding-right: 10px;
  top: -1px;
}

.main-header-three__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.main-header-three__top-social:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -30px;
  width: 2px;
  background-color: #EAECF0;
}

.main-header-three__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-social a:hover {
  color: var(--bixola-base);
}

.main-header-three__top-social a+a {
  margin-left: 15px;
}

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

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

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

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

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
  margin-right: 15px;
  padding: 16px 0;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid #EAECF0;
  border-radius: 5px;
  font-size: 25px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  background-color: var(--bixola-base);
  border: 1px solid var(--bixola-base);
  color: var(--bixola-white);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
  padding: 0px 0;
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--bixola-black);
}

.main-menu-three .main-menu__list>li>a:before,
.stricky-header.main-menu-three .main-menu__list>li>a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  height: 10px;
  width: 10px;
  background-color: rgba(var(--bixola-base-rgb), .20);
  transform: translateY(-50%) scale(0);
  z-index: -1;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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


.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: var(--bixola-black);
}

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

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--bixola-base);
  text-shadow: 0.05px 0 0 rgb(45 37 73 / 80%);
}

.stricky-header.main-menu-three {
  background-color: var(--bixola-white);
}


/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  background: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.stricky-header.main-menu-four {
  background-color: var(--bixola-black);
}

.main-header-four__top {
  position: relative;
  display: block;
  background-color: var(--bixola-black);
}

.main-header-four__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7px 60px 7px;
}

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

.main-header-four__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__contact-list li+li {
  margin-left: 30px;
}

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

.main-header-four__contact-list li .icon i {
  font-size: 14px;
  color: var(--bixola-base);
}

.main-header-four__contact-list li .text {
  margin-left: 10px;
}

.main-header-four__contact-list li .text p {
  font-size: 13px;
  font-weight: 400;
  color: #978e8e;
}

.main-header-four__contact-list li .text p a {
  color: #978e8e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__contact-list li .text p a:hover {
  color: var(--bixola-base);
}

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

.main-header-four__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-four__top-menu li+li {
  margin-left: 20px;
}

.main-header-four__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #978e8e;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__top-menu li a:hover {
  color: var(--bixola-white);
}

.main-header-four__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 90px;
}

.main-header-four__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__social a+a {
  margin-left: 25px;
}

.main-header-four__social a:hover {
  color: var(--bixola-base);
}

.main-menu-four__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px 0;
  z-index: 1;
}

.main-menu-four__wrapper-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(33, 32, 41, 0.50);
  backdrop-filter: blur(5px);
  z-index: -1;
}

.main-menu-four__logo {
  display: block;
  padding: 24.5px 0;
}

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

.main-menu-four__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-four__call {
  position: relative;
  display: flex;
  align-items: center;
  padding: 22.5px 0;
  z-index: 5;
}

.main-menu-four__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: var(--bixola-base);
  border-radius: 50%;
  font-size: 20px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__call-icon:hover {
  background-color: var(--bixola-white);
  color: var(--bixola-base);
}

.main-menu-four__call-content {
  margin-left: 10px;
}

.main-menu-four__call-sub-title {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 4px;
  color: #978e8e;
}

.main-menu-four__call-number {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--bixola-font);
}

.main-menu-four__call-number a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__call-number a:hover {
  color: var(--bixola-base);
}

.main-menu-four__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 33px 0;
  margin-left: 70px;
}

.main-menu-four__search-cart-box:before {
  content: "";
  position: absolute;
  top: 29px;
  bottom: 29px;
  left: -30px;
  width: 1px;
  background-color: rgba(var(--bixola-white-rgb), .10);
}

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

.main-menu-four__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__search:hover {
  color: var(--bixola-base);
}

.main-menu-four__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-four__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__cart:hover {
  color: var(--bixola-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  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;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

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

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bixola-black);
  opacity: 0.75;
  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: 0px;
  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;
  border-radius: 0px;
}

.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;
  background-color: var(--bixola-base);
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-popup__content .thm-btn:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--bixola-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:before {
  width: 150%;
}


/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: #000000;
  z-index: 10;
}

.main-slider-three .item {
  background-color: #f41926;
  position: relative;
  padding-top: 235px;
  padding-bottom: 235px;
  z-index: 10;
}

.main-slider-three__img {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translateX(500px);
  opacity: 0;
  z-index: 1;
}

.main-slider-three__img img {
  width: auto !important;
}

.active .main-slider-three__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 500ms;
  z-index: 1;
}

.main-slider-three__shape-1 {
  position: absolute;
  top: 46px;

  left: 295px;
  opacity: .50;
  z-index: 1;
}

.main-slider-three__shape-1 img {
  width: auto !important;
}

.main-slider-three__shape-2 {
  position: absolute;
  top: -260px;
  left: -144px;
  z-index: 1;
}

.main-slider-three__shape-2 img {
  width: auto !important;
}

.main-slider-three__shape-3 {
  position: absolute;
  bottom: 134px;
  right: 718px;
  opacity: .20;
  z-index: 1;
}

.main-slider-three__shape-3 img {
  width: auto !important;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 10;
  padding: 105px 0;
}

.main-slider-three__title {
  position: relative;
  display: block;
  font-size: 56px;
  color: var(--bixola-white);
  font-weight: 700;
  line-height: 62px;
  text-transform: capitalize;
  margin-bottom: 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: var(--bixola-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.active .main-slider-three__text {
  visibility: visible;
  opacity: 100;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-1:hover {
  color: var(--bixola-base);
}

.main-slider__btn-1:before {
  background-color: var(--bixola-white);
}

.main-slider__btn-2 {
  background-color: var(--bixola-white);
  color: #000;
  margin-left: 20px;
}

.main-slider__btn-2:before {
  background-color: var(--bixola-base);
}

.active .main-slider-three__title,
.active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three .owl-theme .owl-dots {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 60px;
  top: 45%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
}

.main-slider-three .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-top: 20px;
}

.main-slider-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(var(--bixola-white-rgb), .50);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-three .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: "";
  border: 1px solid var(--bixola-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.main-slider-three .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-three .owl-theme .owl-dots .owl-dot.active span:before {
  transform: scale(1);
}

.main-slider-three .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-three .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--bixola-white-rgb), 1);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

h4.h4-title {
  font-size: 20px;
  font-weight: 600;
}

.about-one__shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-one__shape-3 img {
  width: auto;
}

.about-one__shape-4 {
  position: absolute;
  right: 90px;
  bottom: 80px;
  z-index: -1;
}

.about-one__shape-4 img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 147px;
  margin-right: 86px;
}

.about-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(17deg);
  z-index: 1;
}

.about-one__img:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.about-one__img img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.about-one__img:hover img {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-one__img-2 {
  position: absolute;
  left: -110px;
  bottom: 0px;
  z-index: 2;
}

.about-one__img-2::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -10px;
  left: 0;
  bottom: 60px;
  background-color: var(--bixola-white);
  z-index: -1;
}

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

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

.about-one__img-2 img {
  width: auto;
}

.about-one__shape-1 {
  position: absolute;
  top: 91px;
  left: -100px;
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__shape-2 {
  position: absolute;
  right: -22px;
  bottom: -24px;
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
  margin-top: 10px;
}

.about-one__right .section-title {
  margin-bottom: 33px;
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 20px;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--bixola-base);
}

.about-one__points li .text {
  margin-left: 10px;
}

.about-one__points li .text p {
  font-weight: 500;
  color: #000;
}

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

.about-one__shape {
  position: absolute;
  left: 0;
  top: -50%;
  z-index: -1;
  animation: scalePulse 4s ease-in infinite;
}

@keyframes scalePulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  margin-top: 0;
  z-index: 2;
}

.counter-one__inner {
  position: relative;
  display: block;
  background-color: var(--bixola-base);
  padding: 75px 0 40px;
  border-radius: var(--bixola-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

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

.counter-one__count-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.counter-one__count-list li {
  position: relative;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 22px;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-one__count-list li:hover .counter-one__icon span {
  transform: scale(0.9);
}

.counter-one__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 10px;
}

.counter-one__count h3 {
  color: var(--bixola-white);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--bixola-font);
}

.counter-one__count span {
  color: var(--bixola-white);
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  left: 2px;
  top: 1px;
  font-family: var(--bixola-font);
}

.counter-one__text {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #1d2939;
  z-index: 1;
}

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

.testimonial-one__left {
  position: relative;
  display: block;
  margin-top: 35px;
}

.testimonial-one__left .section-title__tagline {
  color: var(--bixola-white);
}

.testimonial-one__left .section-title__tagline::before {
  background-color: rgba(255, 255, 255, 0.16);
}

.testimonial-one__left .section-title__title {
  color: var(--bixola-white);
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-right: -312px;
}

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

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: var(--bixola-white);
  box-shadow: 0px 4px 10px 0px rgba(33, 40, 51, 0.08);
  padding: 50px 49px 50px;
  border-radius: var(--bixola-bdr-radius);
}

.testimonial-one__text {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.4px;
  color: var(--bixola-black);
}

.testimonial-one__client-info-and-img {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 46px;
}

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

.testimonial-one__client-img img {
  width: auto;
  border-radius: 50%;
}

.testimonial-one__client-info {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-one__client-info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--bixola-font);
}

.testimonial-one__client-info p {
  font-size: 14px;
  line-height: 24px;
  color: #505050;
  margin-top: 3px;
}

.testimonial-one__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 52px;
  left: -549px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  z-index: 100;
}

.testimonial-one__carousel .owl-nav .owl-next,
.testimonial-one__carousel .owl-nav .owl-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px !important;
  color: var(--bixola-white) !important;
  background-color: rgba(var(--bixola-white-rgb), .10) !important;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 8px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 8px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--bixola-white) !important;
  color: var(--bixola-base) !important;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--bixola-primary);
  z-index: 1;
}

.faq-one__left {
  position: relative;
  display: block;
  margin-right: 86px;
}

.faq-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.faq-one__img img {
  width: 100%;
}

.faq-one__shape-1 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: -1;
}

.faq-one__shape-1 img {
  width: auto;
}

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

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 21px 30px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--bixola-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
  position: relative;
  margin-right: 19px;
  color: var(--bixola-base);
}

.faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  color: var(--bixola-black);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--bixola-black);
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 23px;
  margin-top: -8px;
  padding-left: 80px;
  padding-right: 35px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Appointment Two
--------------------------------------------------------------*/
.appointment-two {
  position: relative;
  display: block;
  background: linear-gradient(142deg, #222831 0%, rgba(34, 40, 49, 0.85) 100%);
  z-index: 1;
}

.appointment-two__shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.appointment-two__shape-2 img {
  width: auto;
}

.appointment-two__left {
  position: relative;
  display: block;
  margin-left: 110px;
}

.appointment-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.appointment-two__img img {
  width: 100%;
}

.appointment-two__shape-1 {
  position: absolute;
  top: -27px;
  left: -39px;
  opacity: .30;
  z-index: -1;
}

.appointment-two__shape-1 img {
  width: auto;
}

.appointment-two__right {
  position: relative;
  display: block;
  margin-left: 110px;
}

.appointment-two__section-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  color: var(--bixola-white);
}

.appointment-two__text {
  color: #D0D5DD;
  margin-top: 9px;
  margin-bottom: 35px;
}

.appointment-two__form-box {
  position: relative;
  display: block;
}

.appointment-two__form {
  position: relative;
  display: block;
}

.appointment-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.appointment-two__input-title {
  color: var(--bixola-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-family: var(--bixola-font);
  margin-bottom: 2px;
}

.appointment-two__input-title span {
  font-size: 12px;
  letter-spacing: 0.96px;
  text-transform: lowercase;
}

.appointment-two__input-box input[type="text"],
.appointment-two__input-box input[type="email"] {
  height: 38px;
  width: 100%;
  border: none;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #D0D5DD;
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.appointment-two__input-box textarea {
  width: 100%;
  height: 78px;
  margin-bottom: 0px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #D0D5DD;
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.appointment-two__btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.appointment-two__btn {
  border: 1px solid var(--bixola-white);
  background-color: var(--bixola-white);
}

.appointment-two__btn:hover {
  border: 1px solid var(--bixola-base);
}

.appointment-two__btn::before {
  background-color: var(--bixola-base);
}

.appointment-two__input-box.text-message-box {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--bixola-black);
  margin-top: -164px;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/homepage/accounting-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

p.site-footer__bottom-text {
  color: #fff;
}

.site-footer-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .50;
  z-index: -1;
}

.site-footer-two__shape-1 img {
  width: auto;
}

.site-footer-two__shape-2 {
  position: absolute;
  top: 149px;
  right: 60px;
  z-index: -1;
}

.site-footer-two__shape-2 img {
  width: auto;
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding: 155px 0 60px;
  border-bottom: 1px solid #fff;
}

.ns-footer-copyright {
  border-top: 1px solid #fff;
  padding: 5px 0;
  z-index: 5;
  position: relative;
}

.ns-footer-copyright-text p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.ns-footer-copyright-menu p,
.ns-footer-copyright-menu a {
  color: #fff;
}

.footer-widget-two__about {
  position: relative;
  display: block;
  margin-top: 8px;
}

.footer-widget-two__logo {
  position: relative;
  display: block;
}

.footer-widget-two__about-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 18px;
  margin-bottom: 38px;
  color: var(--bixola-white);
}

.site-footer-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-two__social a {
  position: relative;
  font-size: 24px;
  color: #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-two__social a:hover {
  color: var(--bixola-base);
}

.site-footer-two__social a+a {
  margin-left: 17px;
}

.footer-widget-two__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-widget-two__title-box::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: var(--bixola-base);
}

.footer-widget-two__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  color: var(--bixola-white);
  font-family: var(--bixola-font);
}

.footer-widget-two__company {
  position: relative;
  display: block;
}

.footer-widget-two__company:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -60px;
  bottom: -116px;
  width: 1px;
  background-color: rgba(var(--bixola-black-rgb), .10);
}

.footer-widget-two__company-list {
  position: relative;
  display: block;
}

.footer-widget-two__company-list li {
  position: relative;
  display: block;
}

.footer-widget-two__company-list li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__company-list li a:hover {
  color: var(--bixola-base);
}

.footer-widget-two__contact {
  position: relative;
  display: block;
  margin-left: 36px;
}

.footer-widget-two__contact .footer-widget-two__title-box {
  margin-bottom: 16px;
}

.footer-widget-two__contact-list {
  position: relative;
  display: block;
}

.footer-widget-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.footer-widget-two__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}

.footer-widget-two__contact-list li p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-left: 10px;
}

.footer-widget-two__contact-list li p a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__contact-list li p a:hover {
  color: var(--bixola-base);
}

.footer-widget-two__work-time {
  margin-top: 13px;
  position: relative;
  display: block;
}

.footer-widget-two__work-time .footer-widget-two__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 21px;
}

.footer-widget-two__work-time-text {
  font-size: 16px;
  line-height: 21px;
  color: #D0D5DD;
}

.footer-widget-two__portfolio {
  position: relative;
  display: block;
  margin-right: 10px;
}

.footer-widget-two__portfolio .footer-widget-two__title-box {
  margin-bottom: 22px;
}

.footer-widget-two__portfolio-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

.footer-widget-two__portfolio-list li {
  position: relative;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.footer-widget-two__portfolio-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80px;
  z-index: 1;
}

.footer-widget-two__portfolio-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--bixola-black-rgb), .30);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget-two__portfolio-list li:hover .footer-widget-two__portfolio-img:before {
  transform: translateY(0%);
}

.footer-widget-two__portfolio-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget-two__portfolio-list li:hover .footer-widget-two__portfolio-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget-two__portfolio-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--bixola-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget-two__portfolio-list li:hover .footer-widget-two__portfolio-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget-two__portfolio-list li .footer-widget-two__portfolio-img a:hover {
  color: var(--bixola-base);
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 35px 0 33px;
}

.site-footer-two__bottom-text {
  color: #98A2B3;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  z-index: 1;
}
.about-three__shape-3 {
  position: absolute;
  top: -12px;
  right: 298px;
  z-index: -1;
}
.about-three__shape-3 img {
  width: auto;
}
.about-three__shape-4 {
  position: absolute;
  bottom: -12px;
  right: -13px;
  opacity: .70;
  z-index: -1;
}
.about-three__shape-4 img {
  width: auto;
}
.about-three__shape-5 {
  position: absolute;
  right: 0;
  z-index: -1;
}
.about-three__shape-5 img {
  width: auto;
}

.about-three__left {
  position: relative;
  display: block;
  margin-right: 86px;
}

.about-three__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-three__img img {
  width: 100%;
}

.about-three__experience {
  position: absolute;
  bottom: 19px;
  right: -30px;
  max-width: 200px;
  width: 100%;
  background-color: var(--bixola-base);
  text-align: center;
  padding: 24px 20px 24px;
}

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

.about-three__experience-count h3 {
  color: var(--bixola-white);
  font-family: var(--bixola-font);
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.about-three__experience-count span {
  color: var(--bixola-white);
  font-family: var(--bixola-font);
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
  position: relative;
  top: -11px;
}

.about-three__experience-text {
  color: var(--bixola-white);
  font-family: var(--bixola-font-two);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 8px;
}

.about-three__shape-1 {
  position: absolute;
  top: -54px;
  left: 19px;
  z-index: 1;
}

.about-three__shape-1 img {
  width: auto;
}

.about-three__shape-2 {
  position: absolute;
  bottom: -75px;
  left: -133px;
  opacity: .70;
  z-index: -1;
}

.about-three__shape-2 img {
  width: auto;
}

.about-three__right {
  position: relative;
  display: block;
  margin-top: 20px;
}

.about-three__right .section-title-three {
  margin-bottom: 30px;
}

.about-three__text-1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  color: var(--bixola-black);
  padding-left: 15px;
}

.about-three__text-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--bixola-base);
}

.about-three__text-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.about-three__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points li+li {
  margin-left: 58px;
}

.about-three__points-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--bixola-base);
  border-radius: 50%;
}

.about-three__points-count h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--bixola-font);
  color: var(--bixola-white);
}

.about-three__points-count span {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  font-family: var(--bixola-font);
  color: var(--bixola-white);
}

.about-three__points-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: var(--bixola-black);
  margin-left: 17px;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-two__shape-3 {
  position: absolute;
  right: 0;
  bottom: 130px;
  opacity: 0.05;
  z-index: -1;
}

.why-choose-two__shape-3 img {
  width: auto;
}

.why-choose-two__left {
  position: relative;
  display: block;
}

.why-choose-two__left .section-title-three {
  margin-bottom: 30px;
}

.why-choose-two__points {
  position: relative;
  display: block;
  margin-top: 43px;
}

.why-choose-two__points li {
  position: relative;
  display: flex;
}

.why-choose-two__points li+li {
  margin-top: 39px;
}

.why-choose-two__points li .icon {
  position: relative;
  display: inline-block;
}

.why-choose-two__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 53px;
  color: var(--bixola-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-two__points li:hover .icon span {
  transform: scale(0.9);
}

.why-choose-two__points li .content {
  margin-left: 30px;
}

.why-choose-two__points li .content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
}

.why-choose-two__points li .content p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 11px;
}

.why-choose-two__right {
  position: relative;
  display: block;
  margin-left: 110px;
}

.why-choose-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-two__img img {
  width: 100%;
}

.why-choose-two__shape-1 {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
}

.why-choose-two__shape-1 img {
  width: auto;
}

.why-choose-two__shape-2 {
  position: absolute;
  bottom: -21px;
  left: -55px;
  z-index: 1;
}

.why-choose-two__shape-2 img {
  width: auto;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three__single::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: -webkit-linear-gradient(top, #f7961d, #f41926);
  border-radius: 272px 0 0 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}

.services-three__single::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #f41926;
  border-radius: 170px 0 0 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}

.services-three__single {
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  min-height: 270px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.services-three {
  position: relative;
  display: block;
  background-color: var(--bixola-primary);
  overflow: hidden;
  z-index: 1;
}

.services-three__single:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.services-three__single:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}

.services-three__single:hover p {
  color: #fff;
}

.services-three__single:hover h3 {
  color: #fff;
}

.services-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-three__shape-1 img {
  width: auto;
}

.services-three__shape-2 {
  position: absolute;
  bottom: 24px;
  right: 64px;
  z-index: -1;
}

.services-three__shape-2 img {
  width: auto;
}

.services-three__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: var(--bixola-bdr-radius);
  border-top: 2px solid transparent;
  background-color: var(--bixola-white);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 39px 30px 34px;
  margin-bottom: 0px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover {
  border-top: 2px solid #f41926;
}

/* .services-three__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: -1;
} */

.services-three__single:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.services-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.services-three__title a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--bixola-base);
}

.services-three__single:hover .services-three__btn a {
  color: #fff;
}

.services-three__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(var(--bixola-base-rgb), .10);
  margin: 15px auto 15px;
  z-index: 1;
}

.services-three__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-three__single:hover .services-three__icon:before {
  transform: scaleX(1);
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--bixola-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
  transform: scale(0.9);
  color: #000;
}

.services-three__text {
  font-size: 16px;
  line-height: 28px;
}

.services-three__btn {
  position: relative;
  display: inline-block;
  margin-top: 8px;
}

.services-three__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__btn a:hover {
  color: var(--bixola-base);
}

.services-three__btn a span {
  position: relative;
  font-weight: 900;
  margin-left: 5px;
  font-size: 14px;
}

.services-three__bottom-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--bixola-black);
  margin-top: 24px;
}

.services-three__bottom-text .all-services {
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__bottom-text a:hover {
  color: var(--bixola-black);
}

.services-three__bottom-text a span {
  position: relative;
  margin-left: 5px;
  top: 2px;
  font-size: 15px;
  font-weight: 900;
}

.services-three__bottom-text a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__bottom-text a:hover {
  color: var(--bixola-base);
}


/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta-three {
  position: relative;
  display: block;
  background-color: #080A29;
  padding: 33px 0 30px;
  z-index: 1;
  border-radius: 36px;
  max-width: 1200px;
  margin: auto;
  bottom: 20px;
}

.cta-three__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .15;
  z-index: -1;
}

.cta-three__shape-2 img {
  width: auto;
}

.cta-three__shape-3 {
  position: absolute;
  top: 30px;
  right: 0;
  opacity: .15;
  z-index: -1;
}

.cta-three__shape-3 img {
  width: auto;
}

.cta-three__left {
  position: relative;
  display: block;
  margin-top: 48px;
}

.cta-three__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: var(--bixola-white);
}

.cta-three__btn {
  position: relative;
  display: inline-block;
  margin-top: 29px;
}

.cta-three__btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-base);
  background-color: var(--bixola-white);
  padding: 14px 40px 14px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

.cta-three__btn a::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: var(--bixola-base);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.cta-three__btn a:hover:before {
  top: -40%;
}

.cta-three__btn a:hover {
  color: var(--bixola-white);
}

.cta-three__btn a span {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 900;
}

.cta-three__right {
  position: relative;
  display: block;
  margin-left: 106px;
}

.cta-three__img {
  position: relative;
  display: block;
  z-index: 1;
}

.cta-three__img img {
  width: 100%;
}

.cta-three__img-2 {
  position: absolute;
  left: -39px;
  bottom: -3px;
  z-index: 1;
}

.cta-three__img-2 img {
  width: auto;
  border-radius: 50%;
}

.cta-three__shape-1 {
  position: absolute;
  top: 70px;
  left: -60px;
  opacity: .60;
  z-index: -1;
}

.cta-three__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.news-three {
  position: relative;
  display: block;
  z-index: 1;
}

.news-three__shape-1 {
  position: absolute;
  bottom: 173px;
  left: 0;
  opacity: .20;
  z-index: -1;
}

.news-three__shape-1 img {
  width: auto;
}

.news-three__shape-2 {
  position: absolute;
  top: 100px;
  right: 0;
  opacity: .10;
  z-index: -1;
}

.news-three__shape-2 img {
  width: auto;
}

.news-three__single {
  position: relative;
  display: block;
  margin-bottom: 0;
  border-radius: var(--bixola-bdr-radius);
  background: var(--bixola-white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1;
}

.news-three__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--bixola-bdr-radius);
  background: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.news-three__single:hover::before {
  transform: scaleY(1.0);
}

.news-three__img-box {
  position: relative;
  display: block;
}

.news-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-top-right-radius: var(--bixola-bdr-radius);
  z-index: 1;
}

.news-three__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--bixola-black-rgb), .30);
  border-radius: var(--bixola-bdr-radius);
  -webkit-transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  -ms-transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.news-three__single:hover .news-three__img:after {
  -webkit-transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  -ms-transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.news-three__img img {
  width: 100%;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-top-right-radius: var(--bixola-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-three__single:hover .news-three__img img {
  transform: scale(1.05);
}

.news-three__date {
  position: absolute;
  width: 74px;
  background-color: var(--bixola-base);
  border-radius: 6px;
  bottom: -54px;
  left: 30px;
  text-align: center;
  padding: 14px 0 5px;
  z-index: 2;
}

.news-three__date p {
  font-size: 27px;
  font-weight: 600;
  line-height: 27px;
  color: var(--bixola-white);
  font-family: var(--bixola-font-two);
}

.news-three__date span {
  font-size: 16px;
  line-height: 16px;
  font-family: var(--bixola-font-two);
  color: var(--bixola-white);
  position: relative;
  top: -6px;
}

.news-three__content {
  position: relative;
  display: block;
  padding: 24px 30px 24px;
  background-color: var(--bixola-white);
  border-bottom-left-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
}

.news-three__meta {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 96px;
}

.news-three__meta li {
  position: relative;
  display: block;
}

.news-three__meta li+li {
  margin-left: 72px;
}

.news-three__meta li:last-child p {
  color: var(--bixola-gray);
}

.news-three__meta li:last-child p span {
  color: var(--bixola-gray);
}

.news-three__meta li p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--bixola-base);
}

.news-three__meta li p span {
  position: relative;
  margin-right: 6px;
}

.news-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #000;
}

.news-three__title a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-three__title a:hover {
  color: var(--bixola-base);
}

.news-three__text {
  font-size: 16px;
  line-height: 28px;
}

.news-three__btn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}

.news-three__btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-three__btn a:hover {
  color: var(--bixola-base);
}

.news-three__btn a span {
  position: relative;
  margin-left: 5px;
  font-weight: 900;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  background-color: var(--bixola-base);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 85px 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 0 0 60px;
}

.page-header__shape-1 {
  position: absolute;
  left: 0;
  bottom: 180px;
  opacity: .30;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .20;
  z-index: -1;
}

.page-header__shape-2 img {
  width: auto;
}

.page-header__shape-3 {
  position: absolute;
  right: 0;
  bottom: -30px;
  opacity: .80;
  z-index: 1;
}

.page-header__shape-3 img {
  width: auto;
}

.page-header__shape-4 {
  position: absolute;
  right: -30px;
  bottom: 0;
  opacity: .20;
  z-index: -1;
}

.page-header__shape-4 img {
  width: auto;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #000000 3%, rgba(34, 34, 34, 0.2) 139%);
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 45px;
  color: var(--bixola-white);
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #EAECF0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 1px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--bixola-base);
  color: #EAECF0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--bixola-base);
}

.thm-breadcrumb li span {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: #EAECF0;
  top: 3px;
  transform: rotate(-90deg);
}

/*--------------------------------------------------------------
# Process One    
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  background-color: #FAFAFA;
  z-index: 1;
}

.process-one__inner {
  position: relative;
  display: block;
}

.process-one__shape-1 {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.process-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}

.process-one__title {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 23px;
  margin-bottom: 11px;
}

.process-one__text {
  font-size: 16px;
  line-height: 28px;
}

.process-one__count {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px dashed var(--bixola-base);
  background-color: #FAFAFA;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__count {
  border: 1px dashed #e41521;
}

.process-one__count:before {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  color: var(--bixola-base);
  -webkit-text-stroke: 1px rgba(var(--bixola-black-rgb), .60);
  font-family: var(--bixola-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__count:before {
  color: #e41521;
  -webkit-text-stroke: 1px #e41521;
}

/*--------------------------------------------------------------
# Process Two
--------------------------------------------------------------*/
.process-two {
  background-color: #f8f9fb;
  padding: 109px 0 246px;
}

/*--------------------------------------------------------------
# Team Four
--------------------------------------------------------------*/
.team-four {
  position: relative;
  display: block;
  padding: 119px 0 120px;
  z-index: 1;
}

.team-four__shape-1 {
  position: absolute;
  top: 65px;
  left: 65px;
  z-index: -1;
}

.team-four__shape-1 img {
  width: auto;
}

.team-four__shape-2 {
  position: absolute;
  bottom: 115px;
  right: 50px;
  z-index: -1;
}

.team-four__shape-2 img {
  width: auto;
}

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

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

.team-four__img {
  position: relative;
  display: block;
  border-radius: var(--bixola-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.team-four__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--bixola-black-rgb), .40);
  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: 1;
}

.team-four__single:hover .team-four__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-four__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
  border-radius: var(--bixola-bdr-radius);
}

.team-four__single:hover .team-four__img img {
  transform: scale(1.05);
}

.team-four__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(245, 37, 73, 0.80);
  padding: 9px 10px 7px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.team-four__single:hover .team-four__content {
  transform: scaleY(1.0);
}

.team-four__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.team-four__name a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-four__name a:hover {
  color: var(--bixola-black);
}

.team-four__sub-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--bixola-white);
}

.team-four__social {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-position: center right;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scalex(0);
}

.team-four__single:hover .team-four__social {
  transform: scalex(1.0);
}

.team-four__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  color: var(--bixola-black);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background-color: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-four__social a:hover {
  background-color: var(--bixola-white);
  color: var(--bixola-base);
}

.team-four__social a+a {
  margin-top: 8px;
}

.team-four__btn-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.team-four__btn {
  border: 1px solid var(--bixola-black);
  background-color: transparent;
  color: var(--bixola-black);
}

.team-four__btn span {
  position: relative;
  margin-left: 10px;
  top: 1px;
}

.team-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.team-three__shape-1 img {
  width: auto;
}

.team-three__shape-2 {
  position: absolute;
  bottom: 140px;
  right: 0;
  z-index: -1;
}

.team-three__shape-2 img {
  width: auto;
}

.team-three {
  position: relative;
  display: block;
  z-index: 1;
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.testimonial-four {
  background-color: #F7F9FA;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
  position: relative;
  display: block;
  background-color: #F7F9FA;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-page__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: var(--bixola-bdr-radius);
  border-top: 2px solid transparent;
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  padding: 37px 30px 34px;
  margin-bottom: 30px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__single:hover {
  border-top: 2px solid var(--bixola-base);
}

.services-page__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: -1;
}

.services-page__single:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.services-page__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.services-page__title a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__title a:hover {
  color: var(--bixola-base);
}

.services-page__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(var(--bixola-base-rgb), .10);
  margin: 27px auto 30px;
  z-index: 1;
}

.services-page__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--bixola-base);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-page__single:hover .services-page__icon:before {
  transform: scaleX(1);
}

.services-page__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--bixola-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-page__single:hover .services-page__icon span {
  transform: scale(0.9);
  color: var(--bixola-white);
}

.services-page__text {
  font-size: 16px;
  line-height: 28px;
}

.services-page__btn {
  position: relative;
  display: inline-block;
  margin-top: 23px;
}

.services-page__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-page__btn a:hover {
  color: var(--bixola-base);
}

.services-page__btn a span {
  position: relative;
  font-weight: 900;
  margin-left: 5px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Process Three
--------------------------------------------------------------*/
.process-three {
  background-color: var(--bixola-white);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 1;
}

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

.services-details__services-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

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

.services-details__services-list li {
  position: relative;
  display: block;
}

.services-details__services-list li+li {
  margin-top: 8px;
}

.services-details__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #af976b40;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
  font-family: var(--bixola-font-two);
  padding: 8px 25px 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.services-details__services-list li a:hover,
.services-details__services-list li.active a {
  color: var(--bixola-base);
}

.services-details__services-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: rgba(217, 43, 59, 0.10);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.services-details__services-list li a:hover::before,
.services-details__services-list li.active a::before {
  transform: scaleY(1.0);
}

.services-details__contact {
  position: relative;
  display: block;
  border-radius: 8px;
  background: #e7e8e9;
  padding: 33px 25px 28px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services-details__contact-title {
  color: var(--bixola-black);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 17px;
}

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

.services-details__contact-list li {
  position: relative;
  display: flex;
}

.services-details__contact-list li+li {
  margin-top: 2px;
}

.services-details__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.services-details__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--bixola-base);
  top: -3px;
}

.services-details__contact-list li p {
  font-size: 14px;
  line-height: 24px;
  color: var(--bixola-gray);
  margin-left: 10px;
}

.services-details__contact-list li p a {
  color: var(--bixola-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__contact-list li p a:hover {
  color: var(--bixola-base);
}

.services-details__right {
  position: relative;
  display: block;
  margin-left: 52px;
}

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

.services-details__img img {
  width: 100%;
}

.services-details__img-and-feature {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.services-details__feature-img {
  position: relative;
  display: block;
}

.services-details__feature-img img {
  width: auto;
  border-radius: 40px 40px 0 0;
}

.services-details__video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.services-details__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: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 24px;
  color: var(--bixola-base);
  background-color: var(--bixola-white);
  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;
}

.services-details__video-icon:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

.services-details__video-icon:before {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  content: "";
  border: 6px solid rgba(var(--bixola-white-rgb), .30);
  border-radius: 50%;
  z-index: -1;
}

.services-details__video-icon::after {
  position: absolute;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  content: "";
  border: 7px solid rgba(var(--bixola-white-rgb), .20);
  border-radius: 50%;
  z-index: -1;
}

.services-details__video-link .ripple,
.services-details__video-icon .ripple:before,
.services-details__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101px;
  height: 101px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--bixola-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--bixola-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--bixola-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--bixola-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.services-details__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.services-details__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.services-details__feature {
  position: relative;
  display: block;
  margin-left: 40px;
}

.services-details__feature-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 16px;
}

.services-details__feature-points {
  position: relative;
  display: block;
  margin-top: 39px;
}

.services-details__feature-points li {
  position: relative;
  display: flex;
}

.services-details__feature-points li+li {
  margin-top: 39px;
}

.services-details__feature-points li .icon {
  position: relative;
  display: inline-block;
}

.services-details__feature-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--bixola-base);
}

.services-details__feature-points li .content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.services-details__feature-points li .content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.services-details__feature-points li .content p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 11px;
}

.services-details__title-2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.services-details__text-2 {
  margin-top: 24px;
  margin-bottom: 25px;
}

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

.services-details__points li {
  position: relative;
  display: block;
}

.services-details__points li+li {
  margin-top: 8px;
}

.services-details__points li p {
  font-weight: 500;
  color: var(--bixola-black);
}

.services-details__title-3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.process-four__single {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.process-four__title {
  color: var(--bixola-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 23px;
  margin-bottom: 11px;
}

.process-four__text {
  font-size: 16px;
  line-height: 28px;
}

.process-four__count {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px dashed rgba(var(--bixola-black-rgb), .20);
  background-color: var(--bixola-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-four__single:hover .process-four__count {
  border: 1px dashed var(--bixola-base);
}

.process-four__count:before {
  position: absolute;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  color: var(--bixola-white);
  -webkit-text-stroke: 1px rgba(var(--bixola-black-rgb), .50);
  font-family: var(--bixola-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-four__single:hover .process-four__count:before {
  color: var(--bixola-base);
  -webkit-text-stroke: 1px var(--bixola-base);
}

.process-four__shape-1 {
  position: absolute;
  right: -12px;
  top: 16px;
  opacity: .40;
}

.process-four__shape-1 img {
  width: auto;
}

.services-details__title-4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.services-details-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 6px;
  background-color: var(--bixola-white);
  border: 1px solid #EAECF0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details-accrodion .accrodion.active {
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.services-details-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 21px 30px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.services-details-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--bixola-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details-accrodion .accrodion-title h4 span {
  position: relative;
  margin-right: 19px;
  color: var(--bixola-base);
}

.services-details-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.services-details-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  color: var(--bixola-gray);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.services-details-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--bixola-gray);
}

.services-details-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 23px;
  margin-top: -8px;
  padding-left: 80px;
  padding-right: 35px;
}

.services-details-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
  padding: 111px 0 90px;
  z-index: 1;
}

.pricing-page .container {
  max-width: 1100px;
}

.pricing-page-title {
  color: #101828;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 51px;
  text-transform: capitalize;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.portfolio-page__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.portfolio-page__filter-box {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-page__filter-title {
  font-size: 16px;
  margin-right: 17px;
}

.portfolio-page__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-page__filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.portfolio-page__filter.style1 li+li {
  margin-left: 10px;
}

.portfolio-page__filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: var(--bixola-black);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 5px;
  padding: 4px 25px 4px;
  background-color: var(--bixola-white);
  border: 1px solid #EAECF0;
  transition: all 0.4s ease;
  z-index: 1;
}

.portfolio-page__filter.style1 li:hover .filter-text,
.portfolio-page__filter.style1 li.active .filter-text {
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  border: 1px solid var(--bixola-base);
}

.portfolio-page__showing-box {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-page__showing-title {
  font-size: 16px;
  margin-right: 10px;
}

.portfolio-page__showing-sort {
  position: relative;
  display: block;
  max-width: 144px;
  width: 100%;
}

.portfolio-page__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  max-width: 144px;
  width: 100% !important;

}

.portfolio-page__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.portfolio-page__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 40px;
  outline: none !important;
  border-radius: 4px;
  border: 1px solid #EAECF0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  padding-left: 17px;
  padding-right: 40px;
  color: var(--aspro-gray) !important;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.portfolio-page__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--aspro-gray);
}

.portfolio-page__showing-sort .dropdown-menu {
  border-radius: 0;
}

.portfolio-page__pagination {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.portfolio-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.portfolio-page__pagination .pg-pagination li a {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  display: inline-block;
  color: #475467;
  background-color: transparent;
  border: 1px solid #EAECF0;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-page__pagination .pg-pagination li a:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
  border: 1px solid var(--bixola-base);
}



/*--------------------------------------------------------------
# CTA Four
--------------------------------------------------------------*/
.cta-four {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.cta-four__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bixola-base);
  padding: 95px 85px 95px;
  border-radius: var(--bixola-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.cta-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cta-four__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  color: var(--bixola-white);
}

.cta-four__btn-box {
  position: relative;
  display: block;
}

.cta-four__btn {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 41px 16px;
  color: var(--bixola-base);
  background-color: var(--bixola-white);
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.portfolio-details__img {
  position: relative;
  display: block;
}

.portfolio-details__img img {
  width: 100%;
}

.portfolio-details__bottom {
  position: relative;
  display: block;
}

.portfolio-details__left {
  position: relative;
  display: block;
  margin-top: 35px;
}

.portfolio-details__sub-title {
  font-size: 16px;
  color: var(--bixola-base);
  font-family: var(--bixola-font-two);
}

.portfolio-details__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 5px;
  margin-bottom: 24px;
}

.portfolio-details__text-2 {
  font-weight: 500;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 59px;
}

.portfolio-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #EAECF0;
  padding: 40px 0 0;
}

.portfolio-details__pagination li {
  display: inline-block;
}

.portfolio-details__pagination li.next {
  float: left;
  position: relative;
}

.portfolio-details__pagination li a {
  font-size: 16px;
  color: var(--bixola-gray);
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
  width: 119px;
  height: 48px;
  border: 1px solid #EAECF0;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__pagination li a:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

.portfolio-details__pagination li.next a i {
  position: relative;
  margin-right: 10px;
}

.portfolio-details__pagination li.previous a i {
  position: relative;
  margin-left: 10px;
}

.portfolio-details__pagination li.previous {
  position: relative;
  float: right;
}

.portfolio-details__right {
  position: relative;
  display: block;
  margin-top: -80px;
}

.portfolio-details__information-box {
  position: relative;
  display: block;
  border-radius: 10px;
  border-top-right-radius: 4px;
  border: 1px solid var(--gray-200, #EAECF0);
  background: var(--white, #FFF);
}

.portfolio-details__information-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-bottom: 1px solid #EAECF0;
  padding: 24px 40px 23px;
}

.portfolio-details__information {
  position: relative;
  display: block;
  padding: 40px 40px 40px;
}

.portfolio-details__information li {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__information li+li {
  margin-top: 24px;
}

.portfolio-details__information li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(var(--bixola-base-rgb), 0.08);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__information li .icon:hover {
  background-color: var(--bixola-base);
}

.portfolio-details__information li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__information li .icon:hover span {
  color: var(--bixola-white);
}

.portfolio-details__information li .content {
  position: relative;
  display: block;
  margin-left: 17px;
}

.portfolio-details__information li .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 2px;
}

.portfolio-details__information li .content h4 {
  font-size: 16px;
  line-height: 16px;
}

.portfolio-details__information li .content h4 a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__information li .content h4 a:hover {
  color: var(--bixola-base);
}

/*--------------------------------------------------------------
# Portfolio Four
--------------------------------------------------------------*/
.portfolio-four {
  position: relative;
  display: block;
  padding: 110px 0 90px;
  z-index: 1;
}

.portfolio-four__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.red-c {
  color: var(--bixola-base);
}

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

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

.team-details__left {
  position: relative;
  display: block;
  margin-left: 55px;
  margin-right: 55px;
  border-radius: var(--bixola-bdr-radius);
  background: var(--white, #FFF);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

.team-details__img img {
  width: 100%;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-top-right-radius: var(--bixola-bdr-radius);
}

.team-details__contact-box {
  position: relative;
  display: block;
  padding: 28px 20px 28px;
}

.team-details__contact-title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 12px;
  color: var(--bixola-base);
}

.team-details__contact-title::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--bixola-base);
}

.team-details__contact-list {
  position: relative;
  display: block;
  margin-top: 34px;
  margin-bottom: 17px;
}

.team-details__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__contact-list li+li {
  margin-top: 10px;
}

.team-details__contact-list li .icon {
  position: relative;
  display: inline-block;
}

.team-details__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--bixola-base);
}

.team-details__contact-list li p {
  margin-left: 17px;
}

.team-details__contact-list li p a {
  color: var(--bixola-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__contact-list li p a:hover {
  color: var(--bixola-base);
}

.team-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__social a {
  font-size: 19px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__social a:hover {
  color: var(--bixola-base);
}

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

.team-details__right {
  position: relative;
  display: block;
  margin-left: -8px;
}

.team-details__title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 15px;
  color: var(--bixola-base);
}

.team-details__sub-title {
  font-size: 18px;
  color: #000;
  margin-top: 2px;
  margin-bottom: 10px;
}

.team-details__title-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 60px;
  margin-bottom: 16px;
}

.team-details__progress-list {
  position: relative;
  display: block;
  max-width: 570px;
  margin-top: 29px;
}

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

.team-details__progress+.team-details__progress {
  margin-top: 29px;
}

.team-details__progress-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 11px;
  color: #101828;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: #EAECF0;
  border-radius: 6px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 12px;
  border-radius: 6px;
  background-color: var(--bixola-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 23px;
  color: var(--bixola-base);
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: var(--bixola-font-two);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Five
--------------------------------------------------------------*/
.team-five {
  position: relative;
  display: block;
  z-index: 1;
}

.team-five__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #000;
  margin-bottom: 50px;
}

.team-five .team-one__social a:hover {
  background-color: var(--bixola-white);
  color: var(--bixola-base);
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
  position: relative;
  display: block;
  background-color: #f8f9fb;
  padding: 120px 0 120px;
  z-index: 1;
}

.news-page__left {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }

  .sidebar--two {
    margin-top: 0;
    margin-bottom: 50px;
  }

}

.sidebar__single+.sidebar__single {
  margin-top: 40px;
}

.sidebar {
  position: relative;
  display: block;
  margin-left: 35px;
}

.sidebar__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.sidebar__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--bixola-base);
}

.sidebar__search {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--bixola-primary);
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  height: 48px;
  width: 100%;
  padding-right: 20px;
  border: 1px solid #EAECF0;
  color: #667085;
  border-radius: 6px;
}

.sidebar__search-form button[type="submit"] {
  color: var(--bixola-white);
  font-size: 19px;
  position: absolute;
  top: 0;
  right: -5px;
  max-width: 48px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 6px;
  background-color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--bixola-black);
}

.sidebar__category {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.sidebar__category-list {
  position: relative;
  display: block;
}

.sidebar__category-list li {
  position: relative;
  display: block;
}

.sidebar__category-list li+li {
  margin-top: 10px;
}

.sidebar__category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8F9FA;
  color: var(--bixola-gray);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 17px 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
  color: var(--bixola-base);
  background-color: rgba(217, 43, 59, 0.10);
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.sidebar__post .sidebar__title-box {
  margin-bottom: 17px;
}

.sidebar__post-list {
  position: relative;
  display: block;
}

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

.sidebar__post-list li+li {
  margin-top: 13px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  max-width: 75px;
  width: 100%;
}

.sidebar__post-image img {
  width: 100%;
  border-radius: 4px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.sidebar__post-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--bixola-font);
}

.sidebar__post-title a {
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-title a:hover {
  color: var(--bixola-base);
}

.sidebar__post-date {
  font-size: 14px;
  margin-top: 3px;
  color: var(--bixola-base);
}

.sidebar__post-date span {
  position: relative;
  margin-right: 10px;
  font-weight: 900;
}

.sidebar__tag {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.sidebar__tag .sidebar__title-box {
  margin-bottom: 11px;
}

.sidebar__tag-list a {
  font-size: 14px;
  color: var(--bixola-gray);
  background-color: #F2F4F7;
  display: inline-block;
  padding: 4px 16px 2px;
  margin-left: 7px;
  letter-spacing: 0.056em;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 4px;
}

.sidebar__tag-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-list a:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

.sidebar__gallery {
  position: relative;
  display: block;
  padding: 30px 30px 20px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}


.sidebar__gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.sidebar__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

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

.sidebar__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 5px;
  background-color: rgba(var(--bixola-black-rgb), .30);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.sidebar__gallery-list li:hover .sidebar__gallery-img:before {
  transform: translateY(0%);
}

.sidebar__gallery-img img {
  width: 100%;
  border-radius: 5px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.sidebar__gallery-list li:hover .sidebar__gallery-img img {
  transform: scale(1.1) rotate(2deg);
}

.sidebar__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--bixola-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.sidebar__gallery-list li:hover .sidebar__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.sidebar__gallery-list li .sidebar__gallery-img a:hover {
  color: var(--bixola-base);
}

/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
  background-color: #F7F9FA;
}

.news-details__left {
  position: relative;
  display: block;
  padding: 40px 40px 30px;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.news-details__img {
  position: relative;
  display: block;
}

.news-details__img img {
  width: 100%;
}

.news-details__author-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 16px;
}

.news-details__author {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__author-img {
  position: relative;
  display: block;
  max-width: 36px;
  width: 100%;
}

.news-details__author-img img {
  width: 100%;
  border-radius: 50%;
}

.news-details__author-name {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
}

.news-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.news-details__meta p {
  font-size: 16px;
  color: #636466;
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__meta p+p {
  margin-left: 20px;
}

.news-details__meta p span {
  position: relative;
  margin-right: 10px;
}

.news-details__title-1 {
  font-weight: 700;
  line-height: 46px;
  color: var(--bixola-base);
}

.news-details__text-1 {
  color: #000;
  margin-top: 14px;
  margin-bottom: 10px;
}

.news-details__text-3 {
  margin-top: 22px;
  margin-bottom: 15px;
}

.news-details__text-box {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #F7F9FA;
  padding: 50px 50px 44px;
}

.news-details__text-box p {
  font-size: 20px;
  font-style: italic;
  line-height: 34px;
}

.news-details__text-box>span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 47px;
  margin-top: 24px;
}

.news-details__text-box>span::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: var(--bixola-base);
}

.news-details__quote {
  position: absolute;
  left: 50px;
  top: 44px;
}

.news-details__quote>span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: rgba(var(--bixola-base-rgb), .2);
}

.news-details__title-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--bixola-base);
}

.news-details__text-5 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.news-details__img-2 {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 44px;
}

.news-details__img-2 img {
  width: 100%;
}

.news-details__title-3 {
  font-size: 32px;
  font-weight: 700;
  color: #212833;
}

.news-details__text-7 {
  color: #000;
  margin-top: 31px;
  margin-bottom: 22px;
}

.news-details__text-8 {
  color: #000;
}

.news-details__text-9 {
  color: #000;
  margin-top: 22px;
  margin-bottom: 22px;
}

.news-details__text-10 {
  color: #000;
}

.news-details__tag-and-social {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
  padding-top: 30px;
}

.news-details__tag-and-social::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  height: 1px;
  background-color: #EAECF0;
}

.news-details__tag {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__tag>span {
  font-size: 16px;
  color: #000;
  position: relative;
  margin-right: 10px;
}

.news-details__tag a {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  letter-spacing: 0.064em;
  background-color: #F7F2F2;
  border-radius: 4px;
  padding: 2px 17px 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__tag a:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

.news-details__tag a+a {
  margin-left: 10px;
}

.news-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__social>span {
  font-size: 14px;
  color: var(--bixola-gray);
  position: relative;
  margin-right: 10px;
}

.news-details__social>a {
  position: relative;
  font-size: 16px;
  color: #667185;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-details__social>a:hover {
  color: var(--bixola-base);
}

.news-details__social>a+a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.news-details__bottom {
  position: relative;
  display: block;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  padding: 42px 40px 40px;
}

.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 44px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: #202124;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 28px;
  margin-bottom: 40px;
}

.comment-one__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 23px;
}

.comment-one__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  right: 0;
  height: 1px;
  background-color: #E9E9E9;
}

.comment-one__single-2::before {
  left: 0px;
}

.comment-one__single-2 {
  margin-left: 70px;
}

.comment-one__content {
  position: relative;
  margin-left: 20px;
  margin-top: 3px;
}

.comment-one__content h3 {
  font-size: 16px;
  color: var(--bixola-black);
  font-weight: 500;
  font-family: var(--bixola-font);
}

.comment-one__content span {
  color: rgba(var(--bixola-black-rgb), .70);
  font-size: 14px;
  font-weight: 400;
  color: #667085;
}

.comment-one__content p {
  color: #000;
  margin-top: 11px;
  font-size: 16px;
  line-height: 28px;
}

.comment-one__btn {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 16px;
  line-height: 23px;
  color: var(--bixola-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
}

.comment-one__btn:hover {
  color: var(--bixola-base);
}

.comment-one__btn>span {
  position: relative;
  font-weight: 900;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover span {
  color: var(--bixola-base);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  width: auto;
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 30px;
}

.comment-form .comment-form__title {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  border-bottom: none;
  padding-bottom: 0;
}

.comment-form__text {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  margin-bottom: 43px;
}

.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"] {
  height: 56px;
  width: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  background-color: transparent;
  display: block;
  border: 1px solid #EAECF0;
  border-radius: 6px;
  font-family: var(--bixola-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box input[type="text"]:focus,
.comment-form__input-box input[type="email"]:focus {
  border: 1px solid #363739;
}

.comment-form__input-box textarea {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  height: 150px;
  width: 100%;
  padding: 15px 20px 30px;
  outline: none;
  margin-bottom: 0px;
  border: 1px solid #EAECF0;
  background-color: transparent;
  border-radius: 6px;
  font-family: var(--bixola-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box textarea:focus {
  border: 1px solid #363739;
}

.comment-form__input-box-name {
  position: absolute;
  left: 15px;
  top: -6px;
  background-color: var(--bixola-white);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__input-box-name p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: var(--bixola-black);
  font-family: var(--bixola-font-two);
  padding: 0 7px 0;
}

.comment-form__input-box:hover .comment-form__input-box-name {
  opacity: 1;
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  border-radius: 5px;
  padding: 8px 32px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--bixola-black);
  color: var(--bixola-white);
}

.comment-form__input-box.text-message-box {
  height: 150px;
  margin-bottom: 0;
}

.comment-form .checked-box {
  position: relative;
  display: block;
  margin-top: 9px;
  margin-bottom: 24px;
}

.comment-form .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  min-height: 25px;
}

.comment-form .checked-box input[type="checkbox"] {
  display: none;
}

.comment-form .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 1px solid #000;
  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 .checked-box label span:before {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  width: 5px;
  height: 8px;
  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.checked-box input[type="checkbox"]:checked+label span {
  border-color: #000;
  ;
}

.comment-form .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.news-details__title-4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 60px;
  padding-top: 120px;
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.information__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #EAECF0;
  background-color: var(--bixola-white);
  padding: 36px 40px 33px;
  margin-bottom: 30px;
  z-index: 1;
}

.information__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--bixola-white);
  box-shadow: 0px 15px 30px -2px rgba(16, 24, 40, 0.08);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: -1;
}

.information__single:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.information__icon {
  position: relative;
  display: inline-block;
}

.information__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--bixola-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.information__single:hover .information__icon span {
  transform: scale(0.9);
}

.information__text {
  margin-top: 26px;
  margin-bottom: 4px;
}

.information__number {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--bixola-black);
}

.information__number a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.information__number a:hover {
  color: var(--bixola-base);
}

.information__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-gray);
  margin-top: 32px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.information__btn:hover {
  color: var(--bixola-base);
}

.information__btn span {
  position: relative;
  margin-left: 5px;
  font-weight: 900;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  z-index: 1;
  background-image: url(../images/homepage/accounting.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-page .row {
  --bs-gutter-x: 20px;
}

.contact-page__left {
  position: relative;
  display: block;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-bottom-left-radius: var(--bixola-bdr-radius);
  border: 1px solid #EAECF0;
  background: var(--bixola-white);
  padding: 60px 50px 60px;
}

.pad-padding {
  padding: 30px !important;
}

.form-label {
  margin-bottom: 0px;
  font-size: 14px;
}

.contact-page__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.contact-page__sub-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #26292E;
  margin-top: 14px;
  margin-bottom: 51px;
}

.contact-page__form-box {
  position: relative;
  display: block;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.contact-page__input-title {
  color: var(--bixola-black);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-family: var(--bixola-font);
  margin-bottom: 2px;
}

.contact-page__input-title span {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
  height: 38px;
  width: 100%;
  border: none;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--bixola-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #EAECF0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__input-box input[type="text"]:focus,
.contact-page__input-box input[type="email"]:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.contact-page__showing-sort {
  position: relative;
  display: block;
  width: 100%;
}

.contact-page__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;

}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 38px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: var(--bixola-gray) !important;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-bottom: 1px solid #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.contact-page__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--bixola-gray);
}

.contact-page__showing-sort .dropdown-menu {
  border-radius: 0;
}

.contact-page__input-box textarea {
  width: 100%;
  height: 108px;
  margin-bottom: 0px;
  outline: none;
  border: none;
  font-size: 14px;
  color: var(--bixola-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__input-box textarea:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.contact-page__btn-box {
  position: relative;
  display: block;
  padding-top: 16px;
}

.contact-page__btn {
  border: none;
  padding: 11px 35px 12px;
}

.contact-page__btn span {
  position: relative;
  transform: rotate(45deg);
  margin-right: 13px;
}

.contact-page__input-box.text-message-box {
  height: 108px;
}

.contact-page__right {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 746px;
  width: 100%;
  border-top-right-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
}

/*--------------------------------------------------------------
# Appointment Page
--------------------------------------------------------------*/
.appointment-page {
  position: relative;
  display: block;
  background-color: #f8f9fb;
  padding: 110px 0 120px;
  z-index: 1;
}

.appointment-page__top {
  position: relative;
  display: block;
  padding-bottom: 110px;
}

.appointment-page__top-left {
  position: relative;
  display: block;
}

.appointment-page__top-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.appointment-page__top-right {
  position: relative;
  display: block;
}

.appointment-page__bottom {
  position: relative;
  display: block;
}

.appointment-page__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.appointment-page__img {
  position: relative;
  display: block;
}

.appointment-page__img img {
  width: 100%;
}

.appointment-page__right {
  position: relative;
  display: block;
  margin-left: -60px;
}

.appointment-page__form-box {
  position: relative;
  display: block;
  background-color: var(--bixola-white);
  padding: 70px 60px 70px;
  border-top-right-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
  filter: drop-shadow(0px 2px 8px rgba(16, 24, 40, 0.10));
}

.appointment-page__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 13px;
}

.appointment-page__text {
  font-size: 16px;
}

.appointment-page__form {
  position: relative;
  display: block;
  margin-top: 42px;
}

.appointment-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.appointment-page__input-title {
  color: var(--bixola-black);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: var(--bixola-font);
  margin-bottom: 2px;
}

.appointment-page__input-title span {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}

.appointment-page__input-box input[type="text"],
.appointment-page__input-box input[type="email"] {
  height: 38px;
  width: 100%;
  border: none;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--bixola-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.appointment-page__input-box input[type="text"]:focus,
.appointment-page__input-box input[type="email"]:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.appointment-page__showing-sort {
  position: relative;
  display: block;
  width: 100%;
}

.appointment-page__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;

}

.appointment-page__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.appointment-page__showing-sort .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 38px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: var(--bixola-gray) !important;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-bottom: 1px solid #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.appointment-page__showing-sort .bootstrap-select>.dropdown-toggle:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.appointment-page__showing-sort .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--bixola-gray);
}

.appointment-page__showing-sort .dropdown-menu {
  border-radius: 0;
}

.appointment-page__input-box textarea {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  outline: none;
  border: none;
  font-size: 14px;
  color: var(--bixola-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.appointment-page__input-box textarea:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.appointment-page__btn-box {
  position: relative;
  display: block;
  margin-top: 55px;
}

.appointment-page__btn {
  border: none;
}

.appointment-page__input-box.text-message-box {
  height: 127px;
  margin-bottom: 0;
}




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

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--bixola-base) none repeat scroll 0 0;
  border: 2px solid var(--bixola-primary);
  border-radius: 0;
  color: var(--bixola-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;
  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: #fff;
  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(--bixola-font);
}

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




/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-four__left {
  position: relative;
  display: block;
  margin-right: 130px;
}

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

.about-four__img img {
  width: 100%;
}

.about-four__experience {
  position: absolute;
  top: 50%;
  right: -80px;
  max-width: 180px;
  width: 100%;
  background-color: var(--bixola-base);
  text-align: center;
  padding: 24px 20px 24px;
  transform: translateY(-50%);
}

.about-four__experience::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 10px solid var(--bixola-white);
}

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

.about-four__experience-count h3 {
  color: var(--bixola-white);
  font-family: var(--bixola-font);
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.about-four__experience-count span {
  color: var(--bixola-white);
  font-family: var(--bixola-font);
  font-size: 34px;
  font-weight: 700;
  line-height: 56px;
  position: relative;
  top: -11px;
}

.about-four__experience-text {
  color: var(--bixola-white);
  font-family: var(--bixola-font-two);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 8px;
}

.about-four__right {
  position: relative;
  display: block;
  margin-top: 50px;
}

.about-four__right .section-title-three {
  margin-bottom: 40px;
}

.about-four__text-1 {
  color: var(--bixola-white);
  -webkit-text-stroke: 1px var(--bixola-gray);
  font-size: 44px;
  font-weight: 700;
}

.about-four__text-2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--bixola-black);
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-four__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.about-four__points-2 {
  margin-left: 65px;
}

.about-four__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__points li+li {
  margin-top: 5px;
}

.about-four__points-shape-1 {
  position: relative;
  display: block;
  width: 15px;
  height: 2px;
  background-color: var(--bixola-base);
  margin-right: 10px;
}

.about-four__points li p {
  font-size: 16px;
  font-weight: 600;
  color: var(--bixola-black);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  padding: 120px 0 110px;
  background-color: var(--bixola-black);
  overflow: hidden;
  z-index: 1;
}

.feature-three .section-title-three__tagline {
  color: var(--bixola-white);
}

.feature-three .section-title-three__title {
  color: var(--bixola-white);
}

.feature-three__single {
  position: relative;
  display: block;
  border: 1px solid #2b3038;
  border-radius: var(--bixola-bdr-radius);
  padding: 40px 30px 18px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.feature-three__bg {
  position: absolute;
  top: -100%;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: var(--bixola-bdr-radius);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 500ms ease;
  z-index: -1;
}

.feature-three__bg:before {
  position: absolute;
  content: '';
  background-color: #131821;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.94;
}

.feature-three__single:hover .feature-three__bg {
  top: 0;
}

.feature-three__icon {
  position: relative;
  display: inline-block;
}

.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.feature-three__single:hover .feature-three__icon span {
  transform: scale(.9);
}

.feature-three__sub-title {
  font-size: 16px;
  color: var(--bixola-white);
  margin-top: 7px;
  margin-bottom: 7px;
}

.feature-three__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.feature-three__title a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__title a:hover {
  color: var(--bixola-base);
}

.feature-three__btn {
  position: relative;
  display: block;
  padding-left: 16px;
  margin-top: 22px;
  padding-top: 29px;
}

.feature-three__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 1px dashed #525967;
}

.feature-three__btn::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  border: 1px dashed #525967;
}

.feature-three__btn a {
  position: relative;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__btn a:hover {
  color: var(--bixola-base);
}

.feature-three__btn a::before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 9px;
  width: 10px;
  height: 1px;
  background-color: var(--bixola-base);
}

.feature-three__bottom-text {
  text-align: center;
  color: var(--bixola-white);
  margin-top: 23px;
}

.feature-three__bottom-text a {
  position: relative;
  display: inline-block;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__bottom-text a:hover {
  color: var(--bixola-base);
}

.feature-three__bottom-text a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  border-bottom: 1px dashed var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__bottom-text a:hover::before {
  border-bottom: 1px dashed var(--bixola-base);
}

/*--------------------------------------------------------------
# Company History
--------------------------------------------------------------*/
.company-history {
  position: relative;
  display: block;
  padding: 10px 0 60px;
  z-index: 2;
}

.company-history__inner {
  position: relative;
  display: block;
}

.company-history__down-arrow {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.company-history__down-arrow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 30px;
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-history__down-arrow span:hover {
  background-color: var(--bixola-black);
}

.company-history__down-arrow span::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 0;
  border: 5px solid var(--bixola-white);
}

.company-history__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 110px;
  bottom: 230px;
  width: 1px;
  background-color: #eeeeee;
  transform: translateX(-50%);
}

.company-history__left {
  position: relative;
  display: block;
  margin-right: 195px;
  margin-top: 224px;
}

.company-history__list {
  position: relative;
  display: block;
}

.company-history__list li {
  position: relative;
  display: block;
  text-align: right;
  margin-bottom: 58px;
}

.company-history__date {
  color: var(--bixola-base);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.company-history__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.company-history__arrow {
  position: relative;
  display: block;
  margin-top: 27px;
}

.company-history__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--bixola-base);
  border-radius: 10px;
  font-size: 22px;
  color: var(--bixola-white);
  margin-left: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.company-history__arrow a:hover {
  background-color: var(--bixola-black);
}

.company-history__list-shape-box {
  position: absolute;
  right: -160px;
  top: 21px;
  display: flex;
  align-items: center;
}

.company-history__list-shape-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 2px;
  background-color: #d4d7de;
}

.company-history__list-shape-11 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -234px;
  top: 4px;
  width: 54px;
  height: 54px;
  background-color: var(--bixola-white);
}

.company-history__list-shape-11::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 9px;
  right: 9px;
  border: 1px solid #d4d7de;
}

.company-history__list-shape-11::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #d4d7de;
}

.company-history__right {
  position: relative;
  display: block;
  margin-left: 195px;
  margin-top: 98px;
}

.company-history__right .company-history__list li {
  position: relative;
  display: block;
  text-align: left;
}

.company-history__right .company-history__list-shape-box {
  position: absolute;
  left: -160px;
  top: 21px;
  display: flex;
  align-items: center;
}

.company-history__right .company-history__arrow a {
  margin-left: inherit;
}

.company-history__right .company-history__list-shape-11 {
  left: -234px;
}

/*--------------------------------------------------------------
# Industries Served
--------------------------------------------------------------*/
.container.abc {
  padding: 0 100px;
}

.margin-b {
  margin-bottom: 30px;
}

.industries-served__icon i {
  font-size: 40px;
  color: #fff;
}

.industries-served__single:hover .industries-served__icon i {
  color: var(--bixola-base);
}

.industries-served {
  position: relative;
  display: block;
  background-color: #eff2f5;
  z-index: 1;
}

.industries-served__top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.industries-served__left {
  position: relative;
  display: block;
}

.industries-served__left .section-title-three {
  margin-bottom: 0px;
}

.industries-served__right {
  position: relative;
  display: block;
}

.industries-served__bottom {
  position: relative;
  display: block;
}

.industries-served__single {
  position: relative;
  display: block;
}

.industries-served__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: -10px;
  background-color: rgb(238 27 37 / 38%);
  border-radius: var(--bixola-bdr-radius);
  background-position: center left;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}

.industries-served__single:hover::before {
  transform: scaleX(1.0);
}

.industries-served__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ee1b25;
  border-radius: var(--bixola-bdr-radius);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.industries-served__single:hover .industries-served__inner::before {
  transform: scaleY(1.0);
}

.industries-served__single:hover .industries-served__content p {
  color: var(--bixola-white);
}

.industries-served__single:hover .industries-served__icon {
  background-color: #ffff;
}

.industries-served__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: -5px;
  background-color: rgb(238 27 37 / 62%);
  border-radius: var(--bixola-bdr-radius);
  background-position: center right;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: -1;
}

.industries-served__single:hover .industries-served__inner::after {
  transform: scaleX(1.0);
}

.industries-served__icon {
  position: relative;
  display: flex;
  width: 90px;
  height: 90px;
  background-color: var(--bixola-base);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.industries-served__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.industries-served__single:hover .industries-served__icon span {
  transform: scale(.9);
  color: var(--bixola-white);
}

.industries-served__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 20px;
  padding-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.industries-served__single:hover .industries-served__title {
  border-right: 0px solid #4b65a4;
}

.industries-served__title a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.industries-served__single:hover .industries-served__title a {
  color: var(--bixola-white);
}

.industries-served__inner {
  display: flex;
  align-items: flex-start;
  /* Align top edges */
  flex-direction: row;
  /* Icon left, content right */
  background-color: var(--bixola-white);
  border-radius: var(--bixola-bdr-radius);
  padding: 25px 30px;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.industries-served__icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--bixola-base);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries-served__content {
  flex: 1;
}

.industries-served__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}

.industries-served__title a {
  color: var(--bixola-black);
  transition: all 500ms ease;
}

.industries-served__single:hover .industries-served__title a {
  color: var(--bixola-white);
}

.industries-served__content p {
  margin: 0;
  color: #000;
  /* Adjust as needed */
}

/*--------------------------------------------------------------
# Team Six
--------------------------------------------------------------*/
.team-six {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-six__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.team-six__top .section-title-three {
  margin-bottom: 0;
}

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

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

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

.team-six__single {
  position: relative;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

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

.team-six__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-top-right-radius: var(--bixola-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.team-six__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--bixola-black-rgb), .40);
  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: 1;
}

.team-six__single:hover .team-six__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-six__img img {
  width: 100%;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-top-right-radius: var(--bixola-bdr-radius);
  transition: all 500ms ease;
  transform: scale(1);
}

.team-six__single:hover .team-six__img img {
  transform: scale(1.05);
}

.team-six__social {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  background-position: center right;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: 2;
}

.team-six__single:hover .team-six__social {
  transform: scalex(1.0);
}

.team-six__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 19px;
  color: var(--bixola-white);
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-six__social a:hover {
  color: var(--bixola-base);
  background-color: var(--bixola-white);
}

.team-six__social a+a {
  margin-left: 10px;
}

.team-six__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--bixola-white);
  box-shadow: 0px 2px 8px -2px rgba(16, 24, 40, 0.10);
  padding: 20px 20px 20px;
  border-bottom: 2px solid var(--bixola-base);
  border-bottom-left-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
}

.team-six__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.team-six__title a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-six__title a:hover {
  color: var(--bixola-base);
}

.team-six__sub-title {
  color: var(--bixola-base);
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

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

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

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

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

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

.services-four__main-tab .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.services-four__main-tab .tab-buttons .tab-btn {
  position: relative;
  flex: 0 0 16.66666666666667%;
  max-width: 16.66666666666667%;
  width: 100%;
  padding: 0 10px;
}

.services-four__tab-buttons-single {
  position: relative;
  display: block;
  background-color: #F7F4F4;
  text-align: center;
  padding: 30px 0 32px;
  cursor: pointer;
  z-index: 1;
}

.services-four__tab-buttons-single:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--bixola-black);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-four__tab-buttons-single:hover:after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-four__main-tab .tab-buttons .tab-btn.active-btn .services-four__tab-buttons-single:after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-four__tab-buttons-single:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  border-top: 15px solid #F7F4F4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__tab-buttons-single:hover:before {
  transform: translateX(-50%) translateY(0px);
  border-top: 15px solid var(--bixola-black);
}

.services-four__main-tab .tab-buttons .tab-btn.active-btn .services-four__tab-buttons-single:before {
  transform: translateX(-50%) translateY(0px);
  border-top: 15px solid var(--bixola-black);
}

.services-four__tab-buttons-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.services-four__tab-buttons-icon span {
  position: relative;
  display: inline-block;
  font-size: 49px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__tab-buttons-single:hover .services-four__tab-buttons-icon span {
  color: var(--bixola-white);
}

.services-four__main-tab .tab-buttons .tab-btn.active-btn .services-four__tab-buttons-icon span {
  color: var(--bixola-white);
}

.services-four__tab-buttons-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__tab-buttons-single:hover .services-four__tab-buttons-title {
  color: var(--bixola-white);
}

.services-four__main-tab .tab-buttons .tab-btn.active-btn .services-four__tab-buttons-title {
  color: var(--bixola-white);
}

.services-four__main-tab .tabs-content {
  position: relative;
  display: block;
  margin-top: 80px;
}

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

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

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

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

.services-four__tab-content-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-four__tab-content-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.services-four__tab-content-img:hover:before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.services-four__tab-content-img img {
  width: 100%;
}

.services-four__tab-content-right {
  position: relative;
  display: block;
  margin-top: 90px;
  margin-left: 70px;
}

.services-four__tab-content-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}


/*--------------------------------------------------------------
# News Page Two
--------------------------------------------------------------*/
.news-page-two {
  position: relative;
  display: block;
  background-color: #f8f9fb;
  padding: 120px 0 120px;
  z-index: 1;
}

.news-page-two__left {
  position: relative;
  display: block;
}

.news-page-two__content-box {
  position: relative;
  display: block;
}

.news-page-two__single {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.news-page-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}

.news-page-two__img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-two__single:hover .news-page-two__img img {
  transform: scale(1.05);
}

.news-page-two__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--bixola-black-rgb), .30);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  -ms-transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.news-page-two__single:hover .news-page-two__img:after {
  -webkit-transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  -ms-transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.news-page-two__content {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  min-height: 330px;
  padding: 40px 60px 40px;
  background-color: var(--bixola-white);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 1;
}

.news-page-two__user {
  position: absolute;
  top: 40px;
  right: 60px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: 2;
}

.news-page-two__user img {
  width: 100%;
  border-radius: 50%;
}

.news-page-two__user-title {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0px 11px;
  border-radius: 6px;
  background: #F52549;
  color: var(--bixola-white);
}

.news-page-two__user-title::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13px;
  height: 7px;
  bottom: -6px;
  -webkit-clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
  clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
  background: #F52549;
}

.news-page-two__user:hover .news-page-two__user-title {
  opacity: 1;
}

.news-page-two__date-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-page-two__date-box h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.news-page-two__date-box p {
  font-size: 20px;
  line-height: 28px;
  color: var(--bixola-black);
  margin-left: 20px;
}

.news-page-two__category {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-bottom: 22px;
}

.news-page-two__category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  padding: 9px 20px 7px;
  border-radius: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-two__category a:hover {
  background-color: var(--bixola-black);
}

.news-page-two__title-box {
  position: relative;
  display: block;
  border-bottom: 2px dashed #ddd;
  padding-bottom: 13px;
  margin-bottom: 11px;
}

.news-page-two__title-box h3 {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 700;
}

.news-page-two__title-box h3 a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-two__title-box h3 a:hover {
  color: var(--bixola-base);
}

.news-page-two__read-more {
  position: relative;
  display: block;
}

.news-page-two__read-more a {
  position: relative;
  display: inline-block;
  color: var(--bixola-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-two__read-more a:hover {
  color: var(--bixola-base);
}

/*--------------------------------------------------------------
# News Page Three
--------------------------------------------------------------*/
.news-page-three {
  position: relative;
  display: block;
  background-color: #f8f9fb;
  padding: 120px 0 120px;
  z-index: 1;
}

.news-page-three__left {
  position: relative;
  display: block;
}

.news-page-three__content-box {
  position: relative;
  display: block;
  z-index: 2;
}

.news-page-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-page-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--bixola-bdr-radius);
  z-index: 1;
}

.news-page-three__img img {
  width: 100%;
  border-radius: var(--bixola-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-three__single:hover .news-page-three__img img {
  transform: scale(1.05);
}

.news-page-three__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--bixola-black-rgb), .30);
  border-radius: var(--bixola-bdr-radius);
  -webkit-transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  -ms-transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  transform: perspective(400px) rotateY(90deg) scaleX(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.news-page-three__single:hover .news-page-three__img:after {
  -webkit-transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  -ms-transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  transform: perspective(400px) rotateY(0deg) scaleX(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.news-page-three__content {
  position: relative;
  display: block;
  background-color: var(--bixola-white);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 51px 60px 60px;
  margin: -50px 30px 0;
  border-radius: var(--bixola-bdr-radius);
  z-index: 2;
}

.news-page-three__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news-page-three__meta li+li {
  margin-left: 15px;
}

.news-page-three__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--bixola-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-three__meta li a:hover {
  color: var(--bixola-base);
}

.news-page-three__meta li a span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--bixola-base);
  padding-right: 10px;
}

.news-page-three__title-box {
  position: relative;
  display: block;
  border-bottom: 2px dashed #ddd;
  padding-bottom: 23px;
  margin-bottom: 23px;
}

.news-page-three__title-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.news-page-three__title-box h3 a {
  color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-page-three__title-box h3 a:hover {
  color: var(--bixola-base);
}

.news-page-three__text {
  font-size: 16px;
  line-height: 28px;
}

.news-page-three__btn-and-post-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 29px;
}

.news-page-three__post-share {
  position: relative;
  display: block;
}

.news-page-three__post-share-icon {
  position: relative;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #84859c;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  border: 1px solid #e1e5e9;
}

.news-page-three__post-share-icon:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}

.news-page-three__social {
  position: absolute;
  top: 0;
  right: 65px;
  display: flex;
  align-items: center;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.news-page-three__btn-and-post-share:hover .news-page-three__social {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.news-page-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #84859c;
  font-size: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #e1e5e9;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news-page-three__social a+a {
  margin-left: 10px;
}

.news-page-three__social a:hover {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
}


/*--------------------------------------------------------------
# Team Carousel Page
--------------------------------------------------------------*/
.team-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.team-carousel-page .container {
  max-width: 1200px;
}

.team-carousel-page .team-one__single {
  margin-bottom: 0;
}




.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bixola-base);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: var(--bixola-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
  outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  z-index: 2;
}
.cta-two__inner {
    position: relative;
    display: block;
    text-align: center;
    background-color: #812714;
    border-radius: var(--bixola-bdr-radius);
    padding: 50px 0 50px;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/backgrounds/cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-two__shape-1 {
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: -1;
}

.cta-two__shape-1 img {
  width: auto;
}

.cta-two__shape-2 {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
}

.cta-two__shape-2 img {
  width: auto;
}

.cta-two__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
}

.cta-two__form {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 11px;
}

.cta-two__input-box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  max-width: 470px;
  width: 100%;
}

.cta-two__input-box input[type="email"] {
  height: 56px;
  max-width: 308px;
  width: 100%;
  border: none;
  outline: none;
  padding-right: 20px;
  font-size: 14px;
  color: #667085;
  font-weight: 500;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid var(--bixola-black);
  padding-left: 20px;
}

.cta-two__btn {
  background-color: var(--bixola-base);
  color: var(--bixola-white);
  border: 1px solid var(--bixola-base);
  padding: 9px 33px 10px;
}

.cta-two__inner .checked-box {
  position: relative;
  display: block;
}

.cta-two__inner .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
}

.cta-two__inner .checked-box label a {
  font-weight: 500;
  color: var(--bixola-black);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-two__inner .checked-box label a:hover {
  color: var(--bixola-base);
}

.cta-two__inner .checked-box label a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--bixola-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-two__inner .checked-box label a:hover::before {
  background-color: var(--bixola-base);
}

.cta-two__inner .checked-box input[type="checkbox"] {
  display: none;
}

.cta-two__inner .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  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;
}

.cta-two__inner .checked-box label span:before {
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  border-bottom: 1px solid #5b6878;
  border-right: 1px solid #5b6878;
  content: '';
  width: 10px;
  height: 11px;
  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;
}

.cta-two__inner .checked-box input[type="checkbox"]:checked+label span {
  border-color: #b9a75b;
}

.cta-two__inner .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing Carousel Page
--------------------------------------------------------------*/

.pricing-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}

.pricing-carousel-page .container {
  max-width: 1200px;
}

.pricing-carousel-page .pricing-one__single {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/

.services-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  background-color: #F7F9FA;
}

.services-carousel-page .container {
  max-width: 1200px;
}

.services-carousel-page .services-page__single {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Portfolio Carousel Page
--------------------------------------------------------------*/

.portfolio-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  background-color: #F7F9FA;
}

.portfolio-carousel-page .container {
  max-width: 1200px;
}

.portfolio-carousel-page .portfolio-three__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# News Carousel Page
--------------------------------------------------------------*/

.news-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 170px;
  background-color: #F7F9FA;
}

.news-carousel-page .container {
  max-width: 1200px;
}

.news-carousel-page .news-three__single {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials Carousel Page
--------------------------------------------------------------*/
.testimonials-carousel-page {
  position: relative;
  display: block;
  padding: 152px 0 170px;
  background-color: #F7F9FA;
}

.testimonials-carousel-page .container {
  max-width: 1200px;
}

/*--------------------------------------------------------------
# News Four
--------------------------------------------------------------*/
.news-four {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
  position: relative;
  display: block;
  background-color: #FAFAFA;
  padding: 152px 0 55px;
  z-index: 1;
}

.testimonials-page .testimonial-two__single {
  margin-bottom: 65px;
}

/*--------------------------------------------------------------
# News Left
--------------------------------------------------------------*/
.news-left {
  position: relative;
  display: block;
  background-color: #FAFAFA;
  padding: 120px 0 90px;
}

.sidebar--two {
  margin-left: 0;
  margin-right: 35px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 73px 0 120px;
  z-index: 1;
}

.error-page-shape-one {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.error-page-shape-one img {
  width: auto;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 500;
  color: var(--bixola-base);
  z-index: 2;
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: var(--bixola-black);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.error-page__text {
  font-size: 20px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 47px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 52px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--bixola-primary);
  border: 0;
  font-size: 14px;
  color: var(--bixola-gray);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 0;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--bixola-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}

.error-page__btn {
  background-color: var(--bixola-base);
}

.error-page__btn:before {
  background-color: var(--bixola-black);
}

/* section title */
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 25px;
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.sec-title__tagline::before {
  position: absolute;
  top: 0;
  left: 6px;
  right: 0;
  height: 2px;
  background: #fcb91b;
  content: "";
}

.sec-title__tagline .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.sec-title__tagline .round-box {
  position: relative;
  display: block;
  line-height: 0;
}

.sec-title__tagline .round-box::before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 2px;
  height: 7px;
  background: #fcb91b;
  content: "";
  margin: 0 auto;
}

.sec-title__tagline .round-box img {
  width: auto;
}

.sec-title__tagline .text {
  position: relative;
  display: block;
  margin-left: 5px;
}

.sec-title__tagline .text p {
  color: #e3000d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sec-title__title {
  color: #541500;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  font-family: var(--bixola-font-two);
}

/* get in touch */
.get-quote {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.get-quote__img-1 {
  position: absolute;
  top: 50%;
  left: 125px;
  transform: translateY(-50%);
  z-index: -1;
}

.get-quote__img-1 img {
  width: auto;
  border-radius: 50%;
}

.get-quote__img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.get-quote__img-2 img {
  width: auto;
}

.get-quote__shape-4 {
  position: absolute;
  left: 0;
  top: -52px;
  z-index: -1;
}

.get-quote__shape-4 img {
  width: auto;
}

.get-quote__shape-5 {
  position: absolute;
  left: 20px;
  top: 33px;
  z-index: -1;
}

.get-quote__shape-5 img {
  width: auto;
}

.get-quote__shape-7 {
  position: absolute;
  left: 490px;
  bottom: 35px;
  z-index: 1;
}

.get-quote__shape-7 img {
  width: auto;
}

.get-quote__shape-8 {
  position: absolute;
  left: 807px;
  bottom: 0;
  z-index: 1;
}

.get-quote__shape-8 img {
  width: auto;
}

.get-quote__shape-9 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.get-quote__shape-9 img {
  width: auto;
}

.get-quote__shape-10 {
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 1;
}

.get-quote__shape-10 img {
  width: auto;
}

.get-quote__shape-11 {
  position: absolute;
  bottom: -263px;
  right: 0;
  z-index: 1;
}

.get-quote__shape-11 img {
  width: auto;
}

.get-quote__inner {
  position: relative;
  display: block;
}

.get-quote__left {
  position: relative;
  display: block;
  margin-left: 225px;
  margin-top: 126px;
}

.get-quote__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}

.get-quote__tab-box .tab-buttons {
  position: relative;
  display: block;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(2) {
  margin-left: 30px;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(3) {
  margin-left: 60px;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(4) {
  margin-left: 30px;
}

.get-quote__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.get-quote__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-top: 20px;
}

.get-quote__tab-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.get-quote__tab-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon {
  background-color: var(--bixola-base);
}

.get-quote__tab-icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--bixola-primary);
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon span {
  color: var(--bixola-primary);
}

.get-quote__tab-text-box {
  position: relative;
  display: block;
  width: 216px;
  padding: 24px 60px 22px;
  padding-right: 20px;
  margin-left: -40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-quote__tab-text {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 34px;
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-text {
  color: var(--bixola-base);
}

.get-quote__right {
  position: relative;
  display: block;
  margin-left: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  padding: 60px 60px 60px;
  border-bottom: 2px solid var(--bixola-base);
  z-index: 1;
}

.get-quote__shape-6 {
  position: absolute;
  right: -5px;
  top: -135px;
  z-index: -1;
}

.get-quote__shape-6 img {
  width: auto;
}

.get-quote__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.get-quote__shape-1 img {
  width: auto;
}

.get-quote__shape-2 {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.get-quote__shape-2 img {
  width: auto;
}

.get-quote__shape-3 {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}

.get-quote__shape-3 img {
  width: auto;
}

.get-quote__tagline {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bixola-base);
}

.get-quote__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.018em;
  margin-top: 7px;
  margin-bottom: 33px;
}

.get-quote__right .tabs-content {
  position: relative;
  display: block;
}

.get-quote__right .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.get-quote__right .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.get-quote__content {
  position: relative;
  display: block;
}

.get-quote__form {
  position: relative;
  display: block;
}

.get-quote__content-box {
  position: relative;
  display: block;
}

.get-quote__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.get-quote__input-box input[type="text"],
.get-quote__input-box input[type="email"] {
  height: 58px;
  width: 100%;
  border: 0;
  background-color: #f4f4f4;
  outline: none;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 0 30px 0;
}

.get-quote__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 6px;
}

.get-quote__progress-single {
  position: relative;
  display: block;
}

.get-quote__progress-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
  font-weight: 700;
}

.get-quote__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--bixola-base);
  border: 0;
}

.get-quote__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 4px;
  top: 3px;
  left: 4px;
  background-color: var(--bixola-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.get-quote__progress .count-text {
  position: absolute;
  right: -8px;
  bottom: -2px;
  opacity: 0;
  border-radius: 50%;
  background-color: #000;
  width: 8px;
  height: 8px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-quote__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.get-quote__balance-box {
  position: absolute;
  top: 0;
  right: 0;
}

.get-quote__balance {
  font-size: 16px;
  color: var(--bixola-base);
  font-weight: 700;
}

.get-quote__content-bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.get-quote__btn {
  border: none;
}

.get-quote__content-bottom-text-box {
  position: relative;
  display: block;
}

.get-quote__count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.get-quote__count {
  position: relative;
  display: flex;
  align-items: center;
}

.get-quote__count h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.get-quote__count span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

.get-quote__count-box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-left: 4px;
}

.get-quote__ratting {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.get-quote__ratting span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--bixola-base);
}

.get-quote__ratting span+span {
  margin-left: 3px;
}

/* testimonial */
.testimonial-section {
  position: relative;

}

.testimonial-section .sec-title .text {
  margin-top: 2px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
  padding: 20px 0px;
}

.testimonial-section .owl-theme .testimonial-block {
  margin: 0px 15px;
}

.testimonial-section .btn_01 {
  position: relative;
  text-align: right;
  padding-right: 15px;
}

.testimonial-section .btn_01 {
  position: relative;
  width: 10px;
  height: 5px;
  border-radius: 0px;
  margin-left: 10px;
  display: inline-block;
  background-color: var(--bixola-black);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover {
  width: 30px;
  background-color: var(--bixola-base);
}



.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
}

.testimonial-block .inner-box .upper-box {
  position: relative;
  padding-top: 9px;
  padding-left: 115px;
  margin: auto;
  width: 350px;
  text-align: center;
}

.testimonial-block .inner-box .upper-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
}

.carousel-indicators.testi_btn {
  bottom: -60px;
}

.testimonial-block .inner-box .upper-box h4 {
  position: relative;
  color: var(--bixola-black);
  font-weight: 600;
}

.testimonial-block .inner-box .upper-box .designation {
  position: relative;
  color: var(--bixola-base);
  font-size: 16px;
}

.testimonial-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";

  background-image:
    /* url(assets/images/testimonials/icon-lines-4.webp),  */
    url(../images/testimonial/pattern-15.webp);

  background-repeat: no-repeat, no-repeat;
  background-position: right -10px top 10px, center;
  background-size: cover;

  z-index: -1;
}

.testimonial-block .inner-box2 {
  position: relative;
  padding: 45px 70px 40px;
  padding-right: 30px;
}

.testimonial-block .image-box {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 2;
}

.testimonial-block .image-box .thumb {
  position: relative;
  display: block;
}

.image-box .thumb:before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 100%;
  width: 100%;
  border-radius: 70px 70px 70px 0;
  background-color: var(--bixola-base);
  content: "";
}

.testimonial-block .image-box .thumb img {
  border-radius: 70px 70px 70px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.testimonial-block .image-box .icon {
  position: absolute;
  right: 11px;
  bottom: 11px;
  height: 40px;
  width: 40px;
  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;
  background-color: var(--bixola-base);
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .content-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 35px 40px 35px 50px;
  border-radius: 0 90px 0 90px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .content-box:before {
  position: absolute;
  right: -10px;
  top: 10px;
  height: 100%;
  width: 100%;
  border-radius: 0 90px 0 90px;
  background-image: url(../images/testimonial/icon-lines-4.webp);
  content: "";
  z-index: -1;
}

.testimonial-block .content-box .info-box {
  position: relative;
  padding-left: 200px;
  margin-bottom: 40px;
}

.testimonial-block .content-box .info-box .rating {
  font-size: 14px;
  color: #fcb91b;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.testimonial-block .content-box .info-box .name {
  margin-bottom: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .content-box .text {
  position: relative;
  text-align: left;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-block .inner-box:hover .content-box {
  background-color: #f50f1c;
}

.testimonial-block .inner-box:hover .image-box .icon {
  background-color: #fff;
  color: var(--bixola-black);
}

.testimonial-block .inner-box:hover .content-box .name,
.testimonial-block .inner-box:hover .content-box .text {
  color: #ffffff;
}

.testimonial-block .inner-box:hover .content-box .name,
.testimonial-block .inner-box:hover .content-box .text {
  color: #ffffff;
}

.testimonial-block .inner-box:hover .designation {
  color: #fff;
}

/* contact page sec-1 */
.intro-one {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 1;
}

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

.intro-one__single-img {
  position: relative;
  display: block;
}

.intro-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.intro-one__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7px;
  background: var(--bixola-base);
  content: "";
  z-index: 2;
}

.intro-one__single-img .inner img {
  width: 100%;
  transition: all 700ms ease;
  border-radius: 10px;
}

.intro-one__single-img .inner:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #000000;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.intro-one__single-img .icon-box {
  position: absolute;
  left: 0;
  bottom: -45px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  z-index: 5;
}

.intro-one__single-img .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--bixola-base);
  font-size: 53px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.intro-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.35);
  padding: 57px 10px 50px;
  z-index: 1;
}

.intro-one__single-content .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

.intro-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.intro-one__single-content h2 a {
  color: #000;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

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

.intro-one__single:hover .intro-one__single-img .inner:after {
  /* -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1); */
  /* transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all; */
}

.intro-one__single:hover .intro-one__single-img .icon-box span::before {
  transform: scale(0.9);
}

/* inquiry page */
:root {
  --primary-color: #2c3e50;
  --secondary-color: #f41926;
  --accent-color: #e74c3c;
  --light-color: #ecf0f1;
  --dark-color: #000;
  --secondary: #fcb91b;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--dark-color);
}

.accounting-header {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 2rem 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.form-container {
  background-color: var(--bixola-base);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding: 13px 20px;
  border: 4px double #df4b20;
}

.form-title {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.btn-accounting {
  background-color: var(--bixola-base);
  color: white;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border: none;
  transition: all 0.3s;
}

.btn-accounting:hover {
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  color: #fff;
}

.inquiry-sec {
  position: relative;
  display: block;
  z-index: 1;
}

.form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(52, 152, 219, 0.25);
}

.account-features {
  background-color: var(--light-color);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.feature-item {
  margin-bottom: 1rem;
}

.feature-icon {
  color: var(--secondary-color);
  margin-right: 0.5rem;
}

.footer {
  background-color: var(--dark-color);
  color: white;
  padding: 1.5rem 0;
  font-size: 0.9rem;
}

.footer a {
  color: var(--light-color);
  text-decoration: none;
  margin: 0 0.5rem;
}

.footer a:hover {
  color: var(--secondary-color);
}



/***
=============================================
Support One
=============================================
***/
.support-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.support-one::before {
  position: absolute;
  top: 41px;
  left: 0;
  bottom: 113px;
  right: 0;
  /* background: var(--secondary); */
  clip-path: polygon(0 0, 100% 48%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.support-one .shape4 {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: -1;
}

.support-one__img {
  position: relative;
  display: block;
  margin-right: -15px;
  z-index: 2;
}

.support-one__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.support-one__img .inner img {
  width: 100%;
}

.support-one__img .shape1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}

.support-one__img .shape1 img {
  width: auto;
}

.support-one__content {
  position: relative;
  display: block;
  margin-left: 32px;
  margin-right: 0px;
  padding-top: 66px;
  padding-bottom: 70px;
  z-index: 1;
}

.support-one__content::after {
  content: "";
  position: absolute;
  left: -130px;
  bottom: -45px;
  width: 45px;
  border-left: 45px solid transparent;
  border-bottom: 45px solid transparent;
  z-index: 3;
  border-top: 45px solid #a91c1cb8;
}

.support-one__content .shape2 {
  position: absolute;
  top: 0;
  right: -340px;
  z-index: -1;
}

.support-one__content .shape3 {
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}

.support-one__content::before {
  position: absolute;
  top: 0px;
  left: -85px;
  bottom: 0;
  right: -999999px;
  background: var(--bixola-base);
  content: "";
  z-index: -1;
}

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

.support-one__content .sec-title__tagline .text p {
  color: #ffffff;
}

.support-one__content .sec-title__title {
  color: #ffffff;
}

.support-one__content-text1 {
  position: relative;
  display: block;
}

.support-one__content-text1 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.support-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.support-one__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

.support-one__content-text2-single.mb0 {
  margin-bottom: 0;
}

.support-one__content-text2-single .icon-box {
  position: relative;
  display: block;
}

.support-one__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--secondary);
  font-size: 65px;
  top: 7px;
}

.support-one__content-text2-single .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.support-one__content-text2-single .text-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.support-one__content-text2-single .text-box p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}

.form-control {
  padding: 15px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

span.icon-right-arro {
  background-color:  var(--bixola-base);
  padding: 7px;
  border-radius: 50px;
  float: left;
  position: relative;
  display: flex;
  margin: 0 10px;
}

.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

span.icon-left-arrow {
  background-color: var(--bixola-base);
  padding: 7px;
  border-radius: 50px;
  float: left;
  position: relative;
  display: flex;
  margin: 0 10px;
}


/* service detail start */
/* .servicer-single-page-sideber {
  position: relative;
  display: block;
}

.servicer-single-page-sideber .categories-box {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #eff0f5;
  padding: 25px 25px 35px;
}

.servicer-single-page-sideber .categories-box ul {
  position: relative;
  display: block;
}

.servicer-single-page-sideber .categories-box ul li {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.servicer-single-page-sideber .categories-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px 25px 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.servicer-single-page-sideber .categories-box ul li a::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -10px;
  right: 25px;
  opacity: 1;
  height: 10px;
  border-radius: 0px 0px 4px 4px;
  background-color: #e0e2ec;
  transform: translateX(0px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.servicer-single-page-sideber .categories-box ul li a::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -10px;
  right: 25px;
  opacity: 0;
  height: 10px;
  border-radius: 0px 0px 4px 4px;
  background-color: var(--bixola-base);
  transform: translateX(10px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.servicer-single-page-sideber .categories-box ul li a:hover,
.servicer-single-page-sideber .categories-box ul li.active a {
  color: var(--bixola-base);
}

.servicer-single-page-sideber .categories-box ul li a:hover::after,
.servicer-single-page-sideber .categories-box ul li.active a::after {
  opacity: 1;
  transform: translateX(0px);
}

.servicer-single-page-sideber .categories-box ul li a:hover i,
.servicer-single-page-sideber .categories-box ul li.active a i {
  opacity: 1;
  color: var(--bixola-base);
  transform: translateX(0px);
}

.servicer-single-page-content {
  position: relative;
  display: block;
}

.servicer-single-page-content .intro-box {
  position: relative;
  display: block;
}

.servicer-single-page-content .intro-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.servicer-single-page-content .intro-box .img-box img {
  width: 100%;
}

.servicer-single-page-content .intro-box .text {
  position: relative;
  display: block;
  padding-top: 43px;
}

.servicer-single-page-content .text {
  position: relative;
  display: block;
}

.servicer-single-page-content .intro-box .text p {
  margin: 0;
}

.servicer-single-page-content .what-we-offer {
  position: relative;
  display: block;
  padding-top: 45px;
}

.servicer-single-page-content .what-we-offer .inner-title {
  position: relative;
  display: block;
  padding-bottom: 23px;
}

.servicer-single-page-content .inner-title {
  position: relative;
  display: block;
  padding-bottom: 23px;
}

.servicer-single-page-content .what-we-offer .inner-title h3 {
  color: #1b1a1a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content {
  position: relative;
  display: block;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .text {
  position: relative;
  display: block;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .text p {
  margin: 0;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__inner {
  position: relative;
  display: block;
  padding-top: 33px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  margin-left: 30px;
  padding: 35px 0px 33px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box {
  position: relative;
  display: block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #eff0f5;
  margin-left: -30px;
  margin-right: 30px;
  padding: 16px 30px 14px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 30px;
  height: 60px;
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box h3 {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--secondary);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .title-box h3 span {
  color: var(--bixola-base);
  margin-right: 5px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item {
  position: relative;
  display: block;
  padding: 28px 15px 0px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item .text {
  position: relative;
  display: block;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item .text p {
  margin: 0;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul {
  position: relative;
  display: block;
  padding-top: 21px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 22px;
  background-color: var(--bixola-base);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  margin-right: 14px;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li p {
  position: relative;
  flex: 1;
  margin: 0;
}

.servicer-single-page-content .what-we-offer .what-we-offer-content .what-we-offer__single .list-item ul li .icon i {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 8px;
  line-height: 8px;
}

.servicer-single-sidebar-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background-color: #dd1b23;
  padding: 30px 30px 30px;
  margin-top: 30px;
}

.servicer-single-sidebar-banner-img {
  position: absolute;
  top: 30px;
  right: 0;
  overflow: hidden;
  border-radius: 50px 0px 0px 50px;
}

.servicer-single-sidebar-banner-img img {
  width: 100%;
}

.servicer-single-sidebar-banner .logo-box {
  position: relative;
  display: block;
}

.servicer-single-sidebar-banner .logo-box a {
  position: relative;
  display: inline-block;
}

.servicer-single-sidebar-banner .logo-box a img {
  width: auto;
}

.servicer-single-sidebar-banner .content-box {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-top: 30px;
  border-radius: 0px 4px 50px 0px;
  background-color: rgb(41 41 55 / 86%);
  padding: 33px 30px 32px;
}

.servicer-single-sidebar-banner .content-box h3 {
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
}

.servicer-single-sidebar-banner .content-box .btn-box {
  position: relative;
  display: block;
  padding-top: 15px;
}

.btn-box {
  position: relative;
  display: block;
}

.servicer-single-sidebar-banner .content-box .btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.servicer-single-sidebar-banner .content-box .btn-box a i {
  margin-right: 7px;
}

.servicer-single-sidebar-banner .phn-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 70px;
}

.servicer-single-sidebar-banner .phn-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  background-color: #fff;
  color: var(--bixola-base);
  font-size: 20px;
}

.servicer-single-sidebar-banner .phn-box .title {
  position: relative;
  display: block;
  padding-left: 15px;
  flex: 1;
}

.servicer-single-sidebar-banner .phn-box .title h4 a {
  color: #fff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.servicer-single-sidebar-banner .phn-box .title h4 span {
  margin-left: 4px;
}

.servicer-single-sidebar-banner .phn-box .title h5 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.services-details__title-1 {
  color: var(--bixola-base);
  font-weight: 700;
  line-height: 46px;
  margin-top: 20px;
  margin-bottom: 5px;
} */

/* service detail sec 2 */
/* .counter-one--two {
  position: relative;
  display: block;
  margin-top: 0;
  z-index: 1;
}

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

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

.counter-one--two__top {
  position: relative;
  display: block;
  padding-bottom: 13px;
}

.counter-one--two__top-single {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 30px;
  z-index: 1;
}

.counter-one--two__top-single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 25px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.counter-one--two__top-single .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.counter-one--two__top-single .shape3 {
  position: absolute;
  bottom: 25px;
  left: 155px;
  z-index: 1;
}

.counter-one--two__top-single .img-box {
  position: relative;
  display: block;
  max-width: 210px;
  width: 100%;
}

.counter-one--two__top-single .img-box::before {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0px;
  width: 25px;
  border-top: 30px solid transparent;
  border-left: 7px solid transparent;
  border-right: 25px solid transparent;
  z-index: 3;
  border-top: 25px solid #3b2501;
}

.counter-one--two__top-single .img-box .inner {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

.counter-one--two__top-single .content-box {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -15px;
  flex: 1;
}

.counter-one--two__top-single .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.counter-one--two__top-single .content-box p {
  margin: 0;
}

.counter-one--two__top-single.style2 .img-box .inner {
  position: relative;
  display: block;
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
}

.counter-one--two__top-single.style2 .img-box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 25px;
  border-left: 17px solid transparent;
  border-right: 7px solid transparent;
  z-index: 3;
  border-top: 25px solid #3b2501;
}

.counter-one--two__top-single.style2 .shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.counter-one--two__top-single.style2 {
  position: relative;
  padding-right: 0;
}

.counter-one--two__top-single.style2 .shape5 {
  position: absolute;
  right: 173px;
  bottom: 25px;
  z-index: 1;
}

.text-black {
  color: #000;
}

.sec-title__tagline .text .text-black {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .counter-one--two__top-single {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
    padding-right: 0;
    text-align: center;
    padding: 30px 10px 45px;
    overflow: hidden;
  }

  .counter-one--two__top-single .img-box .inner {
    clip-path: none;
  }

  .counter-one--two__top-single .content-box {
    margin-left: 0px;
    margin-top: 15px;
  }

  .counter-one--two__top-single .shape3 {
    display: none;
  }

  .counter-one--two__top-single .shape2 {
    display: none;
  }

  .counter-one--two__top-single .img-box {
    margin: 0 auto;
  }

  .counter-one--two__top-single.style2 .shape5 {
    display: none;
  }

  .counter-one--two__top-single.style2 .shape4 {
    display: none;
  }

  .counter-one--two__top-single.style2 .img-box .inner {
    clip-path: none;
  }

  .counter-one--two__top-single .img-box::before {
    display: none;
  }

  .counter-one--two__top-single.style2 .img-box::after {
    display: none;
  }
} */
.service-content {
    background: #fcfcfc;
    box-shadow: 0px 0px 6px 2px #ccc;
    border-radius: 15px;
    padding-top: 15px;
    float: left;
}
.service-content h2 {
    font-size: 30px;
    margin-bottom: 16px;
    padding-right: 15px;
}
.content-title {
    font-size: 44px;
    margin-top: 0;
    border-left: 5px solid var(--bixola-base);
    padding-left: 15px;
    margin-bottom: 40px;
    line-height: 53px;
}
.fw-single-image img {
    width: 100%;
    height: auto;
}
.service_content1 {
    padding: 30px;
}
.servicepp p {
    margin-bottom: 10px;
}
.service_content1.servicepp li {
    display: flex;
}
.service_content1.servicepp i {
    margin-right: 10px;
    margin-top: 7px;
}
.all__sidebar {
    position: sticky;
    top: 140px;
}
 .widget-title {
    font-size: 30px;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    border-left: 3px solid var(--bixola-base);
}
.all__sidebar-item-solution ul li a i {
    font-size: 14px;
    margin-right: 10px !important;
    opacity: 0;
    margin-left: -20px;
    transition: all 0.4s ease-out 0s;
}
.all__sidebar-help-image-content {
	   box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
	   padding: 30px;
	   margin: 0 40px;
	   background: #ffffffc2;
	   position: absolute;
	   text-align: center;
	   bottom: 0;
	 }
	 .all__sidebar-help-image-content h4 {
	   margin-top: 6px;
	   margin-bottom: 15px;
     font-size: 20px;
	 }
	 .all__sidebar-item {
	   padding: 25px;
	   border: 1px solid rgb(19 19 19 / 6%);
	   margin-bottom: 30px;
	   background: #fcfcfc;
	   box-shadow: 0px 0px 6px 2px #ccc;
	   border-radius: 15px 15px 0px 0px;
	 }
	 .all__sidebar-item-solution ul {
	   padding: 0;
	   margin: 0;
	 }
	 .all__sidebar-item-solution ul li {
	   list-style: none;
	 }
	 .all__sidebar-item-solution ul li a {
	   color: #fff;
	   display: block;
	   transition: all 0.4s ease-out 0s;
	   font-weight: 700;
	   font-size: 16px;
	   line-height: 23px;
	   padding: 16px 20px;
	   border-bottom: 1px solid rgb(19 19 19 / 10%);
	   padding-left: 15px !important;
	   border-radius: 6px;
	   background: var(--bixola-base);
	   margin-bottom: 4px;
	 }
	 .all__sidebar-item-solution ul li a i {
	   font-size: 14px;
	   margin-right: 10px;
	   opacity: 0;
	   margin-left: -20px;
	   transition: all 0.4s ease-out 0s;
	 }
	 .all__sidebar-item-solution ul li a:hover {
	   color: #fff;
	   background:#f41926;
	   border-color: var(--secondary);
	   padding-left: 20px;
	 }
	 .all__sidebar-item-solution ul li a:hover i {
	   opacity: 1;
	   margin-left: 0;
	 }
	 .all__sidebar {
	   position: sticky;
	   top: 140px;
	 }
/*Menu*/
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
    }

    .main-navigation ul.sub-menu.depth-0 {
        padding: 20px;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation .current-menu-item>a {
        font-weight: bold;
    }
button.navbar-toggler {
    background: var(--bixola-base);
    color: #fff;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
    /* Mobile styles */
    @media (max-width: 991px) {
        .menu-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 4px;
            width: 40px;
            height: 40px;
            background:var(--bixola-base);
            border: none;
            cursor: pointer;
            padding: 0;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            z-index: 1;
            color: #fff;
        }

        .main-navigation li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu {
            display: none;
            padding-left: 15px;
            background-color: #f9f9f9;
        }

        .main-navigation ul.sub-menu .sub-menu {
            padding-left: 15px;
        }

        .main-navigation ul.sub-menu li a {
            padding-left: 25px;
        }

        .main-navigation ul.sub-menu li.has-children>a {
            padding-right: 40px;
        }

        .main-navigation ul.sub-menu.active {
            display: block;
        }
    }

    /* Desktop styles */
    @media (min-width: 992px) {
        .main-navigation>ul>li {
            display: inline-block;
        }

        .main-navigation ul.sub-menu {
            position: absolute;
            min-width: 313px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 100;
            padding-left: 0;
        }

        .main-navigation ul.sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }

        .main-navigation li.has-children>a {
            padding-right: 30px;
        }

        /* Show submenu on hover (desktop only) */
        .main-navigation li.has-children:hover>ul.sub-menu {
            display: block;
        }
    }

    /* Navbar styles */
    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
            justify-content: flex-end;
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }
    }

    button.navbar-toggler {
        background: var(--primary);
        color: #fff
    }
    /*Menu End*/
 /* Sticky Navbar */
    #masthead {
        background-color: #fff;
        transition: .5s ease top;
        top: -105px;

        &.sticky {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
        }

        .header {
            justify-content: center;

            h1 {
                color: white;
            }
        }

        z-index: 999;
    }


    .logo img {
        width: 100%;
        height: auto;
    }

    .logo {
        width: 227px;
        height: auto;
    }
.main-navigation .menu>li.depth-1>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 11px;
    color: var(--bixola-white);
    font-weight: 700;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-navigation .menu>li:hover>a{
    color: var(--bixola-base);
    text-shadow: 0.05px 0 0 rgb(45 37 73 / 80%);
}
.main-navigation .menu>li:hover>a::before{
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.main-navigation .menu>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    height: 10px;
    width: 10px;
    background-color: rgba(var(--bixola-base-rgb), .20);
    transform: translateY(-50%) scale(0);
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sub-menu .depth-1:hover a{
 background-color: #e81b25;
    color: #fff;
}
.sub-menu .depth-1:hover a::before {
    transform: translateY(-50%) scale(1);
}
.sub-menu .depth-1 a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 14px;
    color: #fff;
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}
  .desktop {
    display: block;
  }

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

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
      .testimonial-block .content-box {
        padding: 35px 20px 35px 20px;
    }
        .testimonial-block .content-box .info-box {
        padding-left: 195px;
        margin-bottom: 11px;
    }
    .testimonial-block .image-box {
        left: 3px;
    }
    .about-three__experience {
    right: -8px;
    }
    .main-slider-three__img {
    right: -143px;
    }
    .main-slider-three__text {
    font-size: 18px;
    }
    .support-one__content {
    margin-left: 2px;
    margin-right: 0;
        padding-top: 35px;
    padding-bottom: 38px;

    }
}

@media (max-width: 992px) {
  .support-one__img {
    margin-right: 0;
}
  .page-header {
    padding: 50px 0;
  }

  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-header__inner h2 {
    font-size: 35px;
  }

  .sec-title__title {
    font-size: 35px;
  }

  .container.abc {
    padding: 0 15px;
  }

  .counter-one__inner {
    padding: 40px 0 20px;
  }

  .about-one__img-2 {
    position: absolute;
    left: -1px;
    bottom: -60px;
    z-index: 2;
  }

  .services-three__title {
    font-size: 18px;
  }

  .why-choose-two__points {
    margin-top: 10px;
  }

  .why-choose-two__points li+li {
    margin-top: 12px;
  }

  .why-choose-two__points li .content {
    margin-left: 13px;
  }

  .get-quote__right {
    margin-left: 0px;
    padding: 30px;
  }

  .site-footer-two__top {
    padding: 155px 0 40px;
  }

  .ns-footer-copyright-text p {
    font-size: 16px;
  }

  .footer-widget-two__company-list li a {
    font-size: 16px;
  }

  .footer-widget-two__contact-list li p {
    font-size: 16px;
    margin-left: 0;
  }

  .cta-two__title {
    font-size: 35px;
  }
  .about-three__text-1 {
    font-size: 16px;
    line-height: 25px;
  }
  .sec-title__tagline {
    margin-bottom: 3px;
}
.industries-served__inner {
    padding: 15px;
    gap: 10px;
}
.main-slider-three__title {
    font-size: 40px;
    line-height: 50px;
}
    .main-slider-three__text {
        font-size: 16px;
    }
        .main-slider-three__img {
        right: -314px;
    }
.logo {
    width: 170px;
    height: auto;
}

   .mobile-nav__toggler {
        color: var(--bixola-base);
    }
}
.main-slider-th img{
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .mar-b776{
    margin-bottom: 20px;
  }
  .main-slider-three__content {
    padding: 50px 0;
}
  .intro-one__single-content {
    padding: 54px 10px 15px;
  }

  .services-three__single {
    padding: 15px;
  }

  .counter-one__count-list li {
    flex: 0 0 50%;
    max-width: 100%;
  }

  .process-one__title {
    margin-top: 16px;
  }

  .sec-title__tagline {
    margin-bottom: 5px;
  }

  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }

  .news-three__title {
    font-size: 20px;
  }

  .cta-two__form {
    margin-top: 20px;
  }
  .get-quote__left {
    margin-top: 0;
}
.get-quote {
    padding: 50px 0;
}
.news-details__title-2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 5px;
}
.news-details__text-5 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.ns-footer-copyright-text p {
    text-align: center;
}
.ns-footer-copyright-menu p, .ns-footer-copyright-menu a {
    text-align: center;
}
    .why-choose-one__single {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
  .all__sidebar-help-image-content {
    padding: 10px;
  }
  .container.talk_se {
    padding: 20px;
}
}
img.img__full {
    width: 100%;
    height: auto;
}
@media (max-width: 576px) {
  .page-header {
    padding: 40px 0 20px;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-header__inner h2 {
    font-size: 25px;
  }

  .sec-title__title {
    font-size: 25px;
  }

  .cta-two__inner {
    padding: 20px !important;
  }

  .mar-b55 {
    margin-bottom: 30px;
  }

  .main-slider-three__content {
    padding: 30px 15px;
  }
  .get-quote {
      padding: 30px 0;
  }
  .counter-one__count h3 {
    font-size: 25px;
    line-height: 18px;
  }
    .testimonial-block img {
        width: 49%;
    }
        .testimonial-block .image-box .icon {
        right: 124px;
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
        .image-box .thumb:before {
        left: -7px;
        top: 10px;
        height: 93%;
        width: 52%;
    }
        .testimonial-block .content-box .info-box {
        padding-left: 0;
        margin-bottom: 8px;
    }
.testimonial-block .content-box .info-box .rating {
    margin-bottom: -3px;
    margin-top: 20px;
}
.testimonial-block .inner-box2 {
        padding: 45px 9px 20px;
    }
        .get-quote__right {
        padding: 15px;
    }
    .industries-served__icon {
    width: 60px;
    height: 60px;
    }
    .team-six__content {
    padding: 15px;
    }
    .wi-50{
      width: 50%;
    }
    .services-details__title-1 {
    line-height: 30px;
    margin-top: 15px;
}
.news-three__content {
    padding: 20px 15px 10px;
}
    .news-details__left {
        padding: 15px !important;
    }
    .sidebar__post {
    padding: 20px;
    }
    .pad-padding {
    padding: 15px !important;
}
span.icon-left-arrow {
    margin: 0 2px;
}
span.icon-right-arro {
    margin: 0 2px;
}
.thm-btn {
    padding: 8px 15px 8px;
}
.main-slider-three__btn-box {
    margin-top: 15px;
}
}

@media (max-width: 400px) {
  .counter-one__count h3 {
    font-size: 25px;
    line-height: 18px;
  }
.counter-one__count span {
    font-size: 25px;
}
.counter-one__icon span {
    font-size: 50px;
}
.counter-one__count {
    margin-top: 10px;
}
 .wi-50{
      width: 100%;
    }
    .footer-widget-two__company {
        margin-bottom: 0 !important;
    }
}

.ft_you_pic span {
    background: #f56b10;
    padding: 3px 10px;
    border-radius: 5px;
}
.ft_you_pic img {
    width: 20px;
}
.ft_you_pic i {
    color: #f45400 !important;
    margin-left: 5px;
}
.ft_you_pic span{
  color: #fff;
}
.ft_you_pic {
  color: #fff;
}
.social_icons li {
    display: inline-block;
    padding: 5px 5px 5px 0;
}
.social_icons li a {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.radius_social li a {
    border-radius: 5px;
}
.sc_facebook {
    background-color: #4267B2 !important;
    border-color: #4267B2 !important;
}
.sc_twitter {
    background-color: #1DA1F2 !important;
    border-color: #1DA1F2 !important;
}
.sc_linkedin {
    background-color: #0A66C2 !important;
    border-color: #0A66C2 !important;
}
.sc_instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    border-color: #feda75 !important;
}

/* whatsapp icon */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    text-align: center;
}
.whatsapp-icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.whatsapp-float:hover .whatsapp-icon {
    transform: scale(1.1);
}

/* service sec-2 */
.why-choose-one {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.container.bg_light1 {
    background-color: #f41926;
    padding: 50px 35px;
    padding-bottom: 0;
}
.why-choose-one__top {
    position: relative;
    display: block;
}
.why-choose-one__bottom {
    position: relative;
    display: block;
}
.why-choose-one__list {
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.why-choose-one__single {
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    -ms-flex: 0 0 19.6666667%;
    flex: 0 0 19.6666667%;
    max-width: 19.6666667%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}
.why-choose-one__content {
    position: relative;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.why-choose-one__icon {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.why-choose-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #fff;
    transition: all .5s linear;
    transition-delay: .1s;
}
.why-choose-one__title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.why-choose-one__single:hover .why-choose-one__content {
    transform: translateY(-10px);
}
.why-choose-one__single:hover .why-choose-one__icon span {
    transform: rotateY(360deg) scale(1.2);
    color: #ffffff;
}
.container.talk_se {
    background-color: #f79621;
    padding: 35px;
}
.padd-btn {
    padding: 12px 50px 12px;
}
.ghj {
    text-align: end;
}




