Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/web/assets/css/
Upload File :
Current File : /home/caballoscriollos/public_html/web/assets/css/bixola.css

/*--------------------------------------------------------------
>>> 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: #414651;
  --bixola-gray-rgb: 65, 70, 81;
  --bixola-white: #ffffff;
  --bixola-white-rgb: 255, 255, 255;
  --bixola-base: #7F4F24;
  --bixola-base-rgb: 245, 37, 73;
  --bixola-black: #0D121E;
  --bixola-black-rgb: 13, 18, 30;
  --bixola-primary: #F7F9FA;
  --bixola-primary-rgb: 247, 249, 250;
  --bixola-bdr-radius: 10px
}

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

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

body {
  font-family: var(--bixola-font);
  color: var(--bixola-black);
  font-size: 18px;
  line-height: 25px;
  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;
}

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

::-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: 10px 33px 10px;
  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(--bixola-black);
  -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);
}

.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.png);
  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%;

}

.scroll-to-top i {
  color: var(--bixola-white);
  font-size: 20px;
  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;
}


/*--------------------------------------------------------------
# Crossingnet
--------------------------------------------------------------*/

.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}

.mr-10{
  margin-right: 10px;
}
.mr-20{
  margin-right: 20px;
}
.ml-0{
  margin-left: 0px !important;
}

.w-100 {
	width: 100%;
}
.linea-b {
	border-bottom: 1px solid #EAECF0;"
}
.color-b{
  color: #fff;
}

.color-m{
	color: var(--bixola-base);
}	
	
.tb-800{
	font-weight: 800;
}

.tb-700{
	font-weight: 700;
}

.tb-600{
	font-weight: 600;
}

.no-m-l {
  margin-left: 0px !important;
}
.color-m

.no-m-b {
  margin-bottom: 0px !important;
}
.aparte {
  background-color: #aebd1a !important;
}
.corral {
  background-color: #00a7f6 !important;
}
.rienda {
  background-color: #f7412c !important;
}
.freno {
  background-color: #89c541 !important;
}
.morfologia {
  background-color: #9d1db2 !important;
}
.marcha {
  background-color: #009788 !important;
}
.rodeos {
  background-color: #fe9900 !important;
}
.paleteada {
  background-color: #00507e !important;
}
.incentivo {
  background-color: #7272fb !important;
}
.tipo-y-aptitud {
  background-color: #ffcd00 !important;
}

.c-blanco {
  color: #fff !important;
}

.tc-aparte{
  color: var(--bixola-base);
}

.tc-corral{
  color: var(--bixola-base);
}

.tc-rienda{
  color: var(--bixola-base);
}

.tc-freno{
  color: var(--bixola-base);
}

.tc-morfologia {
  color: var(--bixola-base);
}

.tc-marcha {
  color: var(--bixola-base);
}

.tc-rodeos {
  color: var(--bixola-base);
}

.tc-aparte span, .tc-corral span, .tc-rienda span, .tc-freno span, .tc-morfologia span, .tc-marcha span, .tc-rodeos span {
  color: var(--bixola-base);
}

.main-menu-three {
  border-bottom: 1px solid #EAECF0;
}

.vineta-delegados {
  margin-right: 10px;
  font-size: 70%;
}

.no-bg {
	background-color: transparent !important;
	}
.si-bg {
	background-color: #F7F9FA;
	}	
	
	
/*--------------------------------------------------------------
# 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: var(--bixola-primary);
  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;
}

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

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

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

.main-header-three__top-text p {
  font-size: 14px;
  color: #475467;
  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: #475467;
  -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;
  padding: 19.5px 0;
}

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

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

.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
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  background-color: var(--bixola-black);
  z-index: 10;
}

.main-slider .item {
  background-color: var(--bixola-black);
  position: relative;
  padding-top: 265px;
  padding-bottom: 185px;
  z-index: 10;
}

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

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 1, 13, .50);
  z-index: -1;
}

.main-slider__shape-1 {
  position: absolute;
  top: 185px;
  left: 115px;
  z-index: 1;
}

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

.main-slider__shape-2 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 1;
}

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

.main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider__sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--bixola-white);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  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;
  z-index: 1;
}

.main-slider__sub-title:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: rgba(var(--bixola-white-rgb), .15);
  z-index: -1;
}

.main-slider__title {
  position: relative;
  display: block;
  font-size: 56px;
  color: var(--bixola-white);
  font-weight: 700;
  line-height: 62px;
  margin-top: 21px;
  margin-bottom: 27px;
  text-transform: capitalize;
  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__text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  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__text {
  visibility: visible;
  opacity: .80;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__btn-and-video-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 46px;
  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-box {
  position: relative;
  display: block;
}

.main-slider__video-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.main-slider__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: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  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;
}

.main-slider__video-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid rgba(var(--bixola-white-rgb), .20);
  border-radius: 50%;
}

.main-slider__video-icon:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 4px solid rgba(var(--bixola-white-rgb), .10);
  border-radius: 50%;
}

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

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -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;
}

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

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

.main-slider__video-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--bixola-white);
  line-height: 16px;
  margin-left: 20px;
}

.active .main-slider__title,
.active .main-slider__sub-title,
.active .main-slider__btn-and-video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 145px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 16px 0;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  background-color: rgba(var(--bixola-white-rgb), .10);
  border-radius: 16px;
}

.main-slider .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 15px;
}

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

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

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  background-color: var(--bixola-black);
  z-index: 10;
}

.main-slider-two .item {
  background-color: var(--bixola-black);
  position: relative;
  padding-top: 226px;
  padding-bottom: 240px;
  z-index: 10;
}

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

.main-slider-two__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 16, 53, .50);
  z-index: -1;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 80px;
  left: 0;
  opacity: .50;
  z-index: 1;
}

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

.main-slider-two__shape-2 {
  position: absolute;
  bottom: 35px;
  right: 0;
  z-index: 1;
}

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

.main-slider-two__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.main-slider-two__title {
  position: relative;
  display: block;
  font-size: 72px;
  color: var(--bixola-white);
  font-weight: 700;
  line-height: 82px;
  text-transform: capitalize;
  margin-bottom: 31px;
  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-two__text {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  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;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  margin-top: 46px;
  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-two__btn {
  padding: 14px 40px 14px;
  background-color: var(--bixola-white);
  color: var(--bixola-base);
  border-radius: 30px;
}

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

.main-slider-two .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  position: absolute;
  bottom: 61px;
  left: 0;
  right: 0;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 10px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(var(--bixola-white-rgb), .30);
  border: 2px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--bixola-white-rgb), 0);
  border: 2px solid var(--bixola-white);
}

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

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

.main-slider-three__img {
  position: absolute;
  top: 0;
  right: 0;
  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: 185px;
  left: 295px;
  opacity: .50;
  z-index: 1;
}

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

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

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

.main-slider-three__shape-3 {
  position: absolute;
  bottom: 225px;
  right: 780px;
  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;
}

.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: .80;
  -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: #414651;
  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);
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-four {
  position: relative;
  background-color: var(--bixola-black);
  z-index: 10;
}

.main-slider-four .item {
  background-color: var(--bixola-black);
  position: relative;
  padding-top: 292px;
  padding-bottom: 205px;
  z-index: 10;
}

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

.main-slider-four__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 1, 13, .50);
  z-index: -1;
}

.main-slider-four__shape-1 {
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 1;
}

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

.main-slider-four__shape-2 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 1;
}

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

.main-slider-four__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.main-slider-four__sub-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--bixola-white);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  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;
  z-index: 1;
}

.main-slider-four__sub-title:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: rgba(var(--bixola-white-rgb), .15);
  z-index: -1;
}

.main-slider-four__title {
  position: relative;
  display: block;
  font-size: 56px;
  color: var(--bixola-white);
  font-weight: 700;
  line-height: 62px;
  margin-top: 21px;
  margin-bottom: 27px;
  text-transform: capitalize;
  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-four__text {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  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-four__text {
  visibility: visible;
  opacity: .80;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-four__btn-and-video-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 46px;
  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-four__btn-box {
  position: relative;
  display: block;
}

.main-slider-four__video-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}

.main-slider-four__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: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  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;
}

.main-slider-four__video-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid rgba(var(--bixola-white-rgb), .20);
  border-radius: 50%;
}

.main-slider-four__video-icon:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 4px solid rgba(var(--bixola-white-rgb), .10);
  border-radius: 50%;
}

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

.main-slider-four__video-link .ripple,
.main-slider-four__video-icon .ripple:before,
.main-slider-four__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -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;
}

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

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

.main-slider-four__video-text {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--bixola-white);
  line-height: 16px;
  margin-left: 20px;
}

.active .main-slider-four__title,
.active .main-slider-four__sub-title,
.active .main-slider-four__btn-and-video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-four .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 145px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding: 16px 0;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  background-color: rgba(var(--bixola-white-rgb), .10);
  border-radius: 16px;
}

.main-slider-four .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-left: 15px;
}

.main-slider-four .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--bixola-white);
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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


/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

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

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

.feature-one__right .row {
  --bs-gutter-x: 24px;
}

.feature-one__single {
  position: relative;
  display: block;
  background-color: #F7F4F4;
  border-radius: var(--bixola-bdr-radius);
  padding: 40px 30px 36px;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-one__single-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
}

.feature-one__single:hover .feature-one__single-hover-bg {
  transform: scaleY(1.0);
}

.feature-one__single-hover-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(211deg, rgba(245, 37, 73, 0.68) 0%, rgba(13, 28, 51, 0.72) 100%, rgba(14, 37, 72, 0.75) 100%);
  mix-blend-mode: multiply;
  border-radius: var(--bixola-bdr-radius);
  z-index: -1;
}

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

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
  color: var(--bixola-white);
}

.feature-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 11px;
}

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

.feature-one__single:hover .feature-one__title a {
  color: var(--bixola-white);
}

.feature-one__text {
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
  color: var(--bixola-white);
}

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

.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: 0px;
  margin-right: 0px;
}

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

.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: -60px;
  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: -70px;
  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: 24px;
  margin-bottom: 40px;
}

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

.about-one__points li+li {
  margin-top: 17px;
}

.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);
  top: -10px;
}

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

.about-one__points li .text p {
  color: var(--bixola-base);
}

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

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-one__shape-3 {
  position: absolute;
  top: 180px;
  left: 47px;
  z-index: -1;
}

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

.services-one__shape-4 {
  position: absolute;
  right: 72px;
  bottom: 156px;
  z-index: -1;
}

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

.services-one__single {
  position: relative;
  display: flex;
  background-color: #F7F4F4;
  padding: 39px 45px 34px;
  border-radius: var(--bixola-bdr-radius);
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.services-one__single-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.services-one__single:hover .services-one__single-hover-bg {
  transform: scaleY(1.0);
}

.services-one__single-hover-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  mix-blend-mode: multiply;
  z-index: -1;
}

.services-one__icon {
  position: relative;
  display: inline-block;
  top: 16px;
  z-index: 1;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 49px;
  color: var(--bixola-base);
}

.services-one__content {
  position: relative;
  display: block;

}

.services-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

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

.services-one__single:hover .services-one__title a {
  color: var(--bixola-white);
}

.services-one__text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 9px;
  margin-bottom: 23px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__text {
  color: var(--bixola-white);
}

.services-one__read-more {
  position: relative;
  display: inline-block;
}

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

.services-one__single:hover .services-one__read-more a {
  color: var(--bixola-white);
}

.services-one__read-more a span {
  position: relative;
  margin-left: 5px;
}

.services-one__shape-1 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}

.services-one__single:hover .services-one__shape-1 {
  opacity: 0;
}

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

.services-one__shape-2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  z-index: -1;
}

.services-one__single:hover .services-one__shape-2 {
  opacity: 1;
}

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

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background-color: #000;
  overflow: hidden;
  z-index: 1;
}

.cta-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .10;
  z-index: -1;
}

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

.cta-one__shape-2 {
  position: absolute;
  top: 0;
  left: 240px;
  opacity: .10;
  z-index: -1;
}

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

.cta-one__shape-3 {
  position: absolute;
  bottom: 17px;
  left: 325px;
  opacity: .10;
  z-index: -1;
}

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

.cta-one__shape-4 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .10;
  z-index: -1;
}

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

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0 80px;
}

.cta-one__title-box {
  position: relative;
  display: block;
}

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

.cta-one__text {
  color: #EAECF0;
  margin-top: 24px;
}

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

.cta-one__btn {
  background-color: var(--bixola-white);
  color: var(--bixola-base);
  font-size: 18px;
  font-weight: 500;
  padding: 17px 33px 17px;
}

.cta-one__btn::before {
  background-color: var(--bixola-base);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.why-choose-one__shape-3 {
  position: absolute;
  top: 270px;
  left: 97px;
  z-index: -1;
}

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

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

.why-choose-one__left .section-title {
  margin-bottom: 25px;
}

.why-choose-one__points {
  position: relative;
  display: block;
  margin-top: 49px;
  margin-bottom: 50px;
}

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

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

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

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

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

.why-choose-one__points li .content {
  position: relative;
  display: block;
  margin-left: 30px;
}

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

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

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

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

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

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

.why-choose-one__shape-1 {
  position: absolute;
  bottom: -79px;
  right: -106px;
  z-index: -1;
}

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

.why-choose-one__shape-2 {
  position: absolute;
  top: -32px;
  left: -37px;
  z-index: -1;
}

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

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

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

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

.portfolio-one__shape-2 {
  position: absolute;
  right: 95px;
  bottom: 240px;
  z-index: -1;
}

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

.portfolio-one .row {
  --bs-gutter-x: 24px;
}

.portfolio-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-one__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--bixola-bdr-radius);
}

.portfolio-one__img {
  position: relative;
  display: block;
  border-radius: var(--bixola-bdr-radius);
  z-index: 1;
}

.portfolio-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(174deg, rgba(245, 37, 73, 0.29) 0%, rgba(61, 24, 84, 0.90) 100%);
  mix-blend-mode: multiply;
  border-radius: var(--bixola-bdr-radius);
  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;
}

.portfolio-one__single:hover .portfolio-one__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

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

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.05);
}

.portfolio-one__content {
  position: absolute;
  bottom: 22px;
  left: 30px;
  right: 30px;
  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: 2;
}

.portfolio-one__single:hover .portfolio-one__content {
  transform: scaleY(1.0);
}

.portfolio-one__sub-title {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--bixola-font-two);
  color: var(--bixola-white);
}

.portfolio-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 1px;
}

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

.portfolio-one__title a:hover {
  color: var(--bixola-base);
}

.portfolio-one__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.portfolio-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 19px;
  color: var(--bixola-white);
  background-color: var(--bixola-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.portfolio-one__single:hover .portfolio-one__arrow {
  -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
  transform: scale(1) translateX(-50%) translateY(-50%);
  transition-delay: 500ms;
  opacity: 1;
}

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

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

.counter-one__inner {
  position: relative;
  display: block;
  background-color: #1d2939;
  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: #EAECF0;
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  top: 140px;
  left: 155px;
  z-index: -1;
}

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

.pricing-one__shape-2 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -1;
}

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

.pricing-one .container {
  max-width: 1105px;
}

.pricing-one__main-tab-box {
  position: relative;
  display: block;
}

.pricing-one__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 10px;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--bixola-gray);
  background-color: #F2F4F7;
  border: 1px solid #EAECF0;
  padding: 7px 17px 7px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.5s linear;
  z-index: 1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--bixola-white);
  border: 1px solid var(--bixola-base);
}

.pricing-one__main-tab-box .tab-buttons .tab-btn span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: var(--bixola-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.pricing-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.pricing-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

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

.pricing-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: var(--bixola-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-one__single:hover {
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.pricing-one__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: var(--bixola-bdr-radius);
  border: 2px solid #EAECF0;
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  background-color: var(--bixola-white);
  padding: 37px 30px 38px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-one__single:hover .pricing-one__single-inner {
  border: 2px solid transparent;
  border-top: 1px solid var(--bixola-base);
  border-bottom: 1px solid transparent;
}

.pricing-one__price-box {
  position: relative;
  display: block;
  padding-bottom: 29px;
  margin-bottom: 28px;
  border-bottom: 1px solid #EAECF0;
}

.pricing-one__price-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  font-family: var(--bixola-font-two);
  color: var(--bixola-black);
}

.pricing-one__price {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  color: var(--bixola-base);
  font-family: var(--bixola-font);
  margin-top: 18px;
  margin-bottom: 10px;
}

.pricing-one__price span {
  font-size: 18px;
  font-weight: 600;
}

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

.pricing-one__points-list {
  position: relative;
  display: block;
  margin-bottom: 38px;
  padding-left: 18px;
}

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

.pricing-one__points-list li+li {
  margin-top: 16px;
}

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

.pricing-one__points-list li .icon i {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: #98a1b2;
}

.pricing-one__points-list li:first-child i {
  color: var(--bixola-base);
}

.pricing-one__points-list li:nth-child(2) i {
  color: var(--bixola-base);
}

.pricing-one__single-2 .pricing-one__points-list li:nth-child(3) i {
  color: var(--bixola-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(3) i {
  color: var(--bixola-base);
}

.pricing-one__single-3 .pricing-one__points-list li:nth-child(4) i {
  color: var(--bixola-base);
}

.pricing-one__points-list li .text {
  margin-left: 20px;
}

.pricing-one__points-list li .text p {
  font-size: 16px;
}

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

.pricing-one__btn {
  background-color: transparent;
  color: var(--bixola-black);
  border: 1px solid #D0D5DD;
  width: 100%;
}

.pricing-one__btn:hover {
  color: var(--bixola-white);
  border: 1px solid var(--bixola-base);
}

.pricing-one__btn::before {
  background-color: var(--bixola-base);
}

.pricing-one__most-popular {
  position: absolute;
  top: 0;
  border-radius: 0px 0px 15px 15px;
  background: rgba(204, 41, 54, 0.10);
  left: 50%;
  padding: 2px 17px 3px;
  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;
}

.pricing-one__single:hover .pricing-one__most-popular {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px) translateX(-50%);
}

.pricing-one__most-popular p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  color: var(--bixola-base);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  background-color: #1d2939;
  padding: 120px 0 120px;
  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;
}

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

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

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

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

.team-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: 1;
}

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

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

.team-one__single:hover .team-one__img img {
  transform: scale(1.05);
}

.team-one__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(127, 79, 36, 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-one__single .team-one__content {
  transform: scaleY(1.0);
}

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

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

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

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

.team-one__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-one__single .team-one__social {
  transform: scalex(1.0);
}

.team-one__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-white);
  border: 1px solid rgba(255, 255, 255, 0.50);
  background-color: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

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

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

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

.team-one__shape-1 {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: -1;
}

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

.team-one__shape-2 {
  position: absolute;
  top: 155px;
  right: 73px;
  z-index: -1;
}

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

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.news-one__shape-1 {
  position: absolute;
  left: 0;
  bottom: 150px;
  z-index: -1;
}

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

.news-one__shape-2 {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: -1;
}

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

.news-one__shape-3 {
  position: absolute;
  right: 0;
  bottom: 9px;
  z-index: -1;
}

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

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: var(--bixola-bdr-radius);
  z-index: 1;
}

.news-one__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: 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: -1;
}

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

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

.news-one__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;
}

.news-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--bixola-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.news-one__single:hover .news-one__img:before {
  transform: translate3d(0px, 0, 0px);
}

.news-one__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-one__single:hover .news-one__img img {
  transform: scale(1.05);
}

.news-one__content {
  position: relative;
  display: block;
  background-color: var(--bixola-white);
  border: 1px solid #EAECF0;
  border-top: 1;
  border-bottom-left-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
  border: 1px solid transparent;
  border-top: 0;
}

.news-one__content-top {
  position: relative;
  display: block;
  padding: 28px 30px 23px;
  border-bottom: 1px solid #EAECF0;
}

.news-one__sub-title {
  color: var(--bixola-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.news-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 6px;
  margin-bottom: 16px;
}

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

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

.news-one__person-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 20px;
}

.news-one__person {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__person-img {
  position: relative;
  display: block;
}

.news-one__person-img img {
  width: auto;
  border-radius: 50%;
}

.news-one__person-text {
  margin-left: 10px;
}

.news-one__person-text p {
  color: #414651;
  font-size: 14px;
}

.news-one__date {
  position: relative;
  display: flex;
  align-items: center;
}

.news-one__date p {
  color: var(--bixola-base);
  font-size: 14px;
  position: relative;
}

.news-one__date p span {
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  top: 1px;
}

/*--------------------------------------------------------------
# Appointment One
--------------------------------------------------------------*/
.appointment-one {
  position: relative;
  display: block;
}

.appointment-one__inner {
  position: relative;
  display: block;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #EAECF0;
  border-bottom: 0;
  background-color: #F7F9FA;
  border-top-left-radius: var(--bixola-bdr-radius);
  border-top-right-radius: var(--bixola-bdr-radius);
  padding: 100px 0 100px;
}

.appointment-one__left {
  position: relative;
  display: block;
  margin-right: 58px;
}

.appointment-one__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.appointment-one__text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}

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

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

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

.appointment-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.appointment-one__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-one__input-title span {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: lowercase;
}

.appointment-one__input-box input[type="text"],
.appointment-one__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-one__input-box input[type="text"]:focus,
.appointment-one__input-box input[type="email"]:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.appointment-one__showing-sort {
  position: relative;
  display: block;
  width: 100%;
}

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

}

.appointment-one__showing-sort .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.appointment-one__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-one__showing-sort .bootstrap-select>.dropdown-toggle:focus {
  border-bottom: 1px solid var(--bixola-black);
}

.appointment-one__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-one__showing-sort .dropdown-menu {
  border-radius: 0;
}

.appointment-one__input-box textarea {
  width: 100%;
  height: 127px;
  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-one__input-box textarea:focus {
  border-bottom: 1px solid var(--bixola-black);
}

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

.appointment-one__btn {
  border: none;
}

.appointment-one__input-box.text-message-box {
  height: 127px;
}

.appointment-one__input-box-2 {
  margin-top: -58px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  background-color: #1D2939;
}

.brand-one__inner {
  position: relative;
  display: block;
  padding: 80px 0 70px;
}

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

.brand-one__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.brand-one__img {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.brand-one__img>img {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.brand-one__single:hover .brand-one__img>img {
  opacity: 0.60;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--bixola-white);
  overflow: hidden;
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  left: 0;
  bottom: -30px;
  opacity: .30;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__shape-2 {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: .20;
  z-index: -1;
}

.site-footer__shape-2 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 130px 0 98px;
  border-bottom: 1px solid rgba(var(--bixola-black-rgb), .10);
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 43px;
}

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

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

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

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

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.footer-widget__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.footer-widget__company {
  position: relative;
  display: block;
  margin-left: 95px;
}

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

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

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

.footer-widget__company-list li+li {
  margin-top: 12px;
}

.footer-widget__company-list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--bixola-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.footer-widget__contact {
  position: relative;
  display: block;
  margin-left: 30px;
}

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

.footer-widget__contact .footer-widget__title-box {
  margin-bottom: 23px;
}

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

.footer-widget__contact-list li {
  position: relative;
  display: flex;
}

.footer-widget__contact-list li+li {
  margin-top: 16px;
}

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

.footer-widget__contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--bixola-base);
}

.footer-widget__contact-list li .content {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget__contact-list li .content h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bixola-font);
  line-height: 26px;
}

.footer-widget__contact-list li .content p {
  font-size: 16px;
  line-height: 22px;
}

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

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

.footer-widget__newsletter {
  position: relative;
  display: block;
}

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

.footer-widget__newsletter .footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.footer-widget__newsletter-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer-widget__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
  height: 56px;
  width: 100%;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: #667085;
  font-weight: 400;
  border: none;
  padding-right: 70px;
  padding-left: 20px;
  border-radius: 6px;
  border: 1px solid rgba(34, 40, 49, 0.20);
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 56px;
  background-color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.footer-widget__newsletter-btn:hover {
  background-color: var(--bixola-black);
}

.footer-widget__newsletter-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

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

.site-footer__bottom-text {
  color: #475467;
  font-size: 14px;
}

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

.about-two__shape-2 {
  position: absolute;
  left: 0;
  top: 217px;
  z-index: -1;
}

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

.about-two__shape-3 {
  position: absolute;
  right: 0;
  bottom: 22px;
  opacity: .50;
  z-index: -1;
}

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

.about-two__left {
  position: relative;
  display: block;
  margin-left: 106px;
  margin-top: 47px;
}

.about-two__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  text-transform: capitalize;
}

.about-two__text {
  margin-top: 28px;
  margin-bottom: 24px;
}

.about-two__points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 45px;
}

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

.about-two__points li+li {
  margin-left: 82px;
}

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

.about-two__count h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.96px;
  color: var(--bixola-base);
}

.about-two__count span {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.96px;
  color: var(--bixola-base);
}

.about-two__points li p {
  margin-left: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: var(--bixola-black);
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 78px;
  margin-right: 88px;
}

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

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

.about-two__shape-1 {
  position: absolute;
  top: 28px;
  right: -36px;
  z-index: -1;
}

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

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

.about-two__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;
}

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

.about-two__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;
}

.about-two__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;
}

.about-two__video-link .ripple,
.about-two__video-icon .ripple:before,
.about-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 103px;
  height: 103px;
  -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%;
}

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

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

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: #FAFAFA;
  z-index: 1;
}

.services-two__shape-1 {
  position: absolute;
  top: 198px;
  right: 65px;
  z-index: -1;
}

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

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

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

.services-two__single {
  position: relative;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 2px 8px -2px rgba(16, 24, 40, 0.10);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__single:hover {
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

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

.services-two__img {
  position: relative;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  z-index: 1;
}

.services-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: 4px;
  border-top-right-radius: 4px;
  -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-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.services-two__single:hover .services-two__img:after {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.services-two__img img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.services-two__single:hover .services-two__img img {
  transform: scale(1.05);
}

.services-two__content {
  position: relative;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: var(--white, #FFF);
  padding: 29px 30px 25px;
}

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

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

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

.services-two__text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 13px;
  margin-bottom: 23px;
}

.services-two__btn {
  position: relative;
  display: inline-block;
}

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

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

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

.services-two__carousel.owl-theme .owl-nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  line-height: 0;
  height: 0;
}

.services-two__carousel.owl-theme .owl-nav .owl-next {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: var(--bixola-black);
  background: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  font-size: 16px;
  margin: 0;
  margin-right: -25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: var(--bixola-black);
  background: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  font-size: 16px;
  margin: 0;
  margin-left: -25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 0;
}

.services-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0;
}

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

.services-two__carousel.owl-theme .owl-nav .owl-next:hover,
.services-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  box-shadow: 0px 2px 8px -2px rgba(16, 24, 40, 0.10);
  color: var(--bixola-base);
}

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

.services-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.services-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.portfolio-two {
  position: relative;
  display: block;
  background-color: #FAFAFA;
  padding: 0 0 90px;
  z-index: 1;
}

.portfolio-two__shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .30;
  z-index: -1;
}

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

.portfolio-two__shape-2 {
  position: absolute;
  right: 0;
  top: 144px;
  z-index: -1;
}

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

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

.portfolio-two__img-box {
  position: relative;
  display: block;
}

.portfolio-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-two__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;
}

.portfolio-two__single:hover .portfolio-two__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.portfolio-two__img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.portfolio-two__single:hover .portfolio-two__img img {
  transform: scale(1.05);
}

.portfolio-two__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bixola-base);
  padding: 19px 30px 18px;
  border-radius: 88px;
  background-position: left center;
  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: 2;
}

.portfolio-two__single:hover .portfolio-two__content {
  transform: scalex(1.0);
}

.portfolio-two__title-box {
  position: relative;
  display: block;
}

.portfolio-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

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

.portfolio-two__title a:hover {
  color: var(--bixola-black);
}

.portfolio-two__sub-title {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--bixola-font-two);
  color: var(--bixola-white);
  margin-top: 1px;
}

.portfolio-two__arrow {
  position: relative;
  display: block;
}

.portfolio-two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--bixola-white);
  background-color: rgba(255, 255, 255, 0.20);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

/*--------------------------------------------------------------
# Appointment Two
--------------------------------------------------------------*/
.appointment-two {
  position: relative;
  display: block;
  background: linear-gradient(142deg, #222831 0%, rgba(34, 40, 49, 0.85) 100%);
  padding: 120px 0 120px;
  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;
}

/*--------------------------------------------------------------
# Process One    
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  background-color: #FAFAFA;
  padding: 109px 0 90px;
  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: var(--bixola-black);
  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 #cccbd0;
  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 var(--bixola-base);
}

.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-white);
  -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: var(--bixola-base);
  -webkit-text-stroke: 1px var(--bixola-base);
}

/*--------------------------------------------------------------
# Section Title Two
--------------------------------------------------------------*/
.section__title-two {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  text-transform: capitalize;
  margin-bottom: 59px;
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
  position: relative;
  display: block;
  padding: 109px 0 90px;
  z-index: 1;
}

.pricing-two__shape-2 {
  position: absolute;
  top: 93px;
  left: 82px;
  z-index: -1;
}

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

.pricing-two__shape-3 {
  position: absolute;
  bottom: 80px;
  left: 149px;
  z-index: -1;
}

.pricing-two__shape-3 img {
  width: auto;
}

.pricing-two__shape-4 {
  position: absolute;
  top: 164px;
  right: 187px;
  z-index: -1;
}

.pricing-two__shape-4 img {
  width: auto;
}

.pricing-two__shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .30;
  z-index: -1;
}

.pricing-two__shape-5 img {
  width: auto;
}

.pricing-two .section__title-two {
  margin-bottom: 28px;
}

.pricing-two__save-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

.pricing-two__save {
  position: relative;
  display: inline-block;
}

.pricing-two__save p {
  font-size: 14px;
  line-height: 24px;
  border-radius: 15px;
  background: rgba(217, 43, 59, 0.08);
  padding: 5px 10px 3px;
  color: var(--bixola-base);
}

.pricing-two__shape-1 {
  position: absolute;
  left: -35px;
  bottom: -15px;
}

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

.pricing-two__main-tab-box {
  position: relative;
  display: block;
}

.pricing-two__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  margin: 0 auto 60px;
  border-radius: 21px;
  background-color: #f5f5fd;
  padding: 4px 4px 4px;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: var(--bixola-gray);
  background-color: transparent;
  padding: 9px 25px 9px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.5s linear;
  z-index: 1;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--bixola-white);
}

.pricing-two__main-tab-box .tab-buttons .tab-btn span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: var(--bixola-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.pricing-two__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.pricing-two__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.pricing-two__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

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

.pricing-two__inner {
  position: relative;
  display: block;
}

.pricing-two__inner .row {
  --bs-gutter-x: 48px;
}

.pricing-two__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F0F8FA;
  border-radius: var(--bixola-bdr-radius);
  padding: 37px 40px 37px;
  margin-bottom: 30px;
}

.pricing-two__single-2 {
  background-color: #FAF0F0;
}

.pricing-two__single-left {
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
}

.pricing-two__price-box {
  position: relative;
  display: block;
}

.pricing-two__price-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: var(--bixola-black);
  font-family: var(--bixola-font-two);
}

.pricing-two__price {
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
  color: var(--bixola-base);
  font-family: var(--bixola-font);
  margin-top: 22px;
  margin-bottom: 21px;
}

.pricing-two__text {
  font-size: 16px;
  line-height: 26px;
  color: var(--bixola-black);
}

.pricing-two__btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.pricing-two__btn {
  width: 100%;
  background-color: var(--bixola-base);
  color: var(--bixola-white);
  text-align: center;
}

.pricing-two__points-list {
  position: relative;
  display: block;
  padding-left: 30px;
}

.pricing-two__points-list::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 3px;
  width: 2px;
  background-color: #d9e1e4;
}

.pricing-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-two__points-list li+li {
  margin-top: 19px;
}

.pricing-two__points-list li .icon {
  position: relative;
  display: inline-block;
}

.pricing-two__points-list li .icon i {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: var(--bixola-base);

}

.pricing-two__single-1 .pricing-two__points-list li:nth-child(3) .icon i {
  color: #667185;
}

.pricing-two__single-1 .pricing-two__points-list li:nth-child(4) .icon i {
  color: #667185;
}

.pricing-two__single-1 .pricing-two__points-list li:nth-child(5) .icon i {
  color: #667185;
}

.pricing-two__points-list li .text {
  margin-left: 17px;
}

.pricing-two__points-list li .text p {
  font-size: 16px;
  color: var(--bixola-black);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  background-color: #FAFAFA;
  padding: 119px 0 120px;
  z-index: 1;
}

.testimonial-two .section__title-two {
  margin-bottom: 89px;
}

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

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

.testimonial-two__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 2px 8px -2px rgba(16, 24, 40, 0.10);
  padding: 48px 35px 42px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover {
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.testimonial-two__client-img {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

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

.testimonial-two__client-info {
  position: relative;
  display: block;
}

.testimonial-two__client-info h3 {
  font-size: 16px;
  font-weight: 500;
}

.testimonial-two__client-info p {
  color: #414651;
  font-size: 14px;
}

.testimonial-two__text {
  color: var(--bixola-black);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
  margin-top: 17px;
  margin-bottom: 26px;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #F57B36;
}

.testimonial-two__ratting span+span {
  margin-left: 4px;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  line-height: 0;
  height: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: var(--bixola-black);
  background: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  font-size: 16px;
  margin: 0;
  margin-right: -25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: var(--bixola-black);
  background: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  font-size: 16px;
  margin: 0;
  margin-left: -25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0;
}

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

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--bixola-white);
  background: var(--bixola-base);
  box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 5px 10px -2px rgba(16, 24, 40, 0.10);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  background-color: #1D2939;
}

.brand-two__inner {
  position: relative;
  display: block;
  padding: 119px 0 110px;
}

.brand-two__inner .section__title-two {
  color: var(--bixola-white);
}

.brand-two__carousel {
  position: relative;
  display: block;
}

.brand-two__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.brand-two__img {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.brand-two__img>img {
  position: relative;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.brand-two__single:hover .brand-two__img>img {
  opacity: 0.60;
}

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

.team-two__left {
  position: relative;
  display: block;
  margin-right: 98px;
  z-index: 2;
}

.team-two__left .section__title-two {
  text-align: left;
  margin-bottom: 23px;
}

.team-two__text {
  color: var(--bixola-black);
}

.team-two__right {
  position: relative;
  display: block;
  margin-right: -284px;
}

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

.team-two__single {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid #F2F4F7;
  background: var(--bixola-white);
  border-radius: var(--bixola-bdr-radius);
  box-shadow: 0px 2px 8px -2px rgba(16, 24, 40, 0.10);
  padding: 29px 29px 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__single:hover {
  background: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

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

.team-two__img {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.team-two__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-two__single:hover .team-two__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-two__img img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05);
}

.team-two__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
}

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

.team-two__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

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

.team-two__name a:hover {
  color: var(--bixola-base);
}

.team-two__sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #475467;
  margin-top: 5px;
}

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

.team-two__social a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #657084;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.team-two__social a+a {
  margin-left: 10px;
}

.team-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.team-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.team-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.team-two__carousel.owl-theme .owl-nav {
  position: absolute;
  left: -440px;
  bottom: 0;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: var(--bixola-black);
  border: 1px solid #EAECF0;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 48px;
  width: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: var(--bixola-black);
  border: 1px solid #EAECF0;
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 8px;
}

.team-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 8px;
}

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

.team-two__carousel.owl-theme .owl-nav .owl-next:hover,
.team-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  color: var(--bixola-white);
  background: var(--bixola-base);
  border: 1px solid var(--bixola-base);
}

/*--------------------------------------------------------------
# FAQ Two
--------------------------------------------------------------*/
.faq-two {
  position: relative;
  display: block;
  background-color: #F5F7F8;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.faq-two__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .20;
}

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

.faq-two__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .20;
}

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

.faq-two__inner {
  position: relative;
  display: block;
  margin-left: 110px;
  margin-right: 110px;
}

.faq-two-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-two-accrodion .accrodion.active {
  background-color: var(--bixola-white);
  box-shadow: 0px 20px 30px 0px rgba(16, 24, 40, 0.08);
}

.faq-two-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 70px 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-two-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-two-accrodion .accrodion-title h4 span {
  position: relative;
  margin-right: 19px;
  color: var(--bixola-base);
}

.faq-two-accrodion .accrodion+.accrodion {
  margin-top: 24px;
}

.faq-two-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  color: #475467;
  position: absolute;
  top: 50%;
  left: -43px;
  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-two-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: #475467;
}

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

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

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
  position: relative;
  display: block;
  padding: 109px 0 90px;
  z-index: 1;
}

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

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

.news-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.news-two__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--bixola-black-rgb), .30);
  border-radius: 5px;
  -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-two__single:hover .news-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-two__img img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-two__single:hover .news-two__img img {
  transform: scale(1.05);
}

.news-two__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.news-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

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

.news-two__text {
  margin-top: 15px;
  margin-bottom: 30px;
}

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

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

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

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-two__inner {
  position: relative;
  display: block;
  text-align: center;
  background-color: #F3F6F8;
  border-radius: var(--bixola-bdr-radius);
  padding: 70px 0 64px;
  overflow: hidden;
  z-index: 1;
}

.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: #000;
  font-size: 40px;
  font-weight: 600;
  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: space-between;
  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: 12px 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;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--bixola-black);
  margin-top: -164px;
  overflow: hidden;
  z-index: 1;
}

.site-footer-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 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: 276px 0 82px;
  border-bottom: 1px solid rgba(var(--bixola-white-rgb), .10);
}

.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: 1px;
  background-color: var(--bixola-base);
}

.footer-widget-two__title {
  font-size: 14px;
  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+li {
  margin-top: 9px;
}

.footer-widget-two__company-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #D0D5DD;
  -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: 15px;
  color: var(--bixola-base);
}

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

.footer-widget-two__contact-list li p a {
  color: #D0D5DD;
  -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: 14px;
  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;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  margin-top: -100px;
  padding: 0 0 90px;
  z-index: 99;
}

.feature-two__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 5px;
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  padding: 40px 45px 34px;
  margin-bottom: 30px;
}

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

.feature-two__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;
}

.feature-two__single:hover .feature-two__icon:before {
  transform: scaleX(1);
}

.feature-two__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);
}

.feature-two__single:hover .feature-two__icon span {
  transform: scale(0.9);
  color: var(--bixola-white);
}

.feature-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 29px;
  margin-bottom: 10px;
}

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

.feature-two__title a:hover {
  color: var(--bixola-base);
}

.feature-two__text {
  font-size: 16px;
  line-height: 28px;
}

.feature-two__btn {
  position: relative;
  display: inline-block;
  margin-top: 23px;
}

.feature-two__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;
}

.feature-two__btn a:hover {
  color: var(--bixola-base);
}

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

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 0 0 150px;
  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: 170px;
  right: 0;
  opacity: .70;
  z-index: -1;
}

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

.about-three__shape-5 {
  position: absolute;
  top: -348px;
  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: 30px;
  margin-bottom: 50px;
}

.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;
  padding: 0 0 114px;
  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;
}

.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 {
  position: relative;
  display: block;
  background-color: var(--bixola-primary);
  overflow: hidden;
  padding: 120px 0 109px;
  z-index: 1;
}

.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: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  padding: 39px 30px 34px;
  margin-bottom: 30px;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.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: 22px;
  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__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: 29px auto 30px;
  z-index: 1;
}

.services-three__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-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: var(--bixola-white);
}

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

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

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

/*--------------------------------------------------------------
# Portfolio Three
--------------------------------------------------------------*/
.portfolio-three {
  position: relative;
  display: block;
  background-color: var(--bixola-primary);
  padding: 0 0 90px;
  z-index: 1;
}

.portfolio-three__shape-1 {
  position: absolute;
  bottom: 178px;
  left: 104px;
  z-index: -1;
}

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

.portfolio-three__shape-2 {
  position: absolute;
  bottom: 55px;
  right: 14px;
  z-index: -1;
}

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

.portfolio-three__filter-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

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

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

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

.portfolio-three__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);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  transition: all 0.4s ease;
  z-index: 1;
}

.portfolio-three__filter.style1 li:hover .filter-text,
.portfolio-three__filter.style1 li.active .filter-text {
  color: var(--bixola-white);
  background-color: var(--bixola-base);
}

.portfolio-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

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

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

.portfolio-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--bixola-bdr-radius);
  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;
}

.portfolio-three__single:hover .portfolio-three__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

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

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

.portfolio-three__content {
  position: relative;
  display: block;
  text-align: center;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-white);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
  padding: 22px 20px 23px;
  margin-top: -52px;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 2;
}

.portfolio-three__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--bixola-bdr-radius);
  background-color: var(--bixola-base);
  box-shadow: 0px 1px 2px 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;
}

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

.portfolio-three__sub-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__single:hover .portfolio-three__sub-title {
  color: var(--bixola-white);
}

.portfolio-three__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 1px;
}

.portfolio-three__title a {
  color: #101828;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__single:hover .portfolio-three__title a {
  color: var(--bixola-white);
}

/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta-three {
  position: relative;
  display: block;
  background-color: #080A29;
  padding: 33px 0 30px;
  z-index: 1;
}

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

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

.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__single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

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

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

.team-three__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-three__single:hover .team-three__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

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

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

.team-three__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 13px;
}

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

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

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

.team-three__sub-title {
  font-size: 16px;
  line-height: 26px;
  color: #344054;
}

.team-three__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-three__single:hover .team-three__social {
  transform: scalex(1.0);
}

.team-three__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-three__social a:hover {
  color: var(--bixola-base);
  background-color: var(--bixola-white);
}

.team-three__social a+a {
  margin-left: 10px;
}

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

.team-three__btn {
  position: relative;
  display: inline-block;
}

.team-three__btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--bixola-black);
  border: 1px solid var(--bixola-black);
  padding: 11px 33px 11px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
}

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

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

.team-three__btn a:hover {
  color: var(--bixola-white);
  border: 1px solid var(--bixola-base);
}

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

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  background-color: #FAF5F6;
  padding: 120px 0 187px;
  z-index: 1;
}

.testimonial-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .08;
  z-index: -1;
}

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

.testimonial-three__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .08;
  z-index: -1;
}

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

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

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

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

.testimonial-three__quote {
  position: relative;
  display: inline-block;
}

.testimonial-three__quote span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--bixola-base);
}

.testimonial-three__text {
  color: var(--bixola-black);
  font-size: 22px;
  line-height: 39px;
  letter-spacing: 0.44px;
  margin-top: 17px;
  margin-bottom: 39px;
}

.testimonial-three__client-info {
  position: relative;
  display: block;
  margin-left: 46px;
}

.testimonial-three__client-info h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-three__client-info h3::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -46px;
  width: 30px;
  height: 1px;
  background-color: var(--bixola-base);
}

.testimonial-three__client-info p {
  font-size: 14px;
  line-height: 24px;
}

.testimonial-three__carousel.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -76px;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 11px;
  background-color: rgba(var(--bixola-base-rgb), .30);
  border-radius: 4px;
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__carousel.owl-carousel .owl-dot.active {
  background-color: var(--bixola-base);
  width: 30px;
}

.testimonial-three__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.news-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  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: 30px;
  border-radius: var(--bixola-bdr-radius);
  background: var(--bixola-white);
  box-shadow: 0px 2px 8px -2px rgba(16, 24, 40, 0.10);
  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;
}

.rb{
  border-bottom-right-radius: var(--bixola-bdr-radius);
  border-bottom-left-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 14px;
  z-index: 2;
}

.news-three__date .main-slider-four__video-icon {
  margin: 0 auto;
}

.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__date span.fa {
  top: 0px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.site-footer-three {
  position: relative;
  display: block;
  background-color: #000;
  z-index: 1;
}

.site-footer-three__shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .20;
  z-index: -1;
}

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

.site-footer-three__shape-2 {
  position: absolute;
  right: 0;
  bottom: 215px;
  opacity: .20;
  z-index: -1;
}

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

.site-footer-three__shape-3 {
  position: absolute;
  right: 105px;
  bottom: 32px;
  z-index: -1;
}

.site-footer-three__shape-3 img {
  width: auto;
}

.site-footer-three__top {
  position: relative;
  display: block;
  padding-top: 60px;
}

.site-footer-three__contact-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.site-footer-three__contact-list li {
  position: relative;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.site-footer-three__contact-list li:last-child {
  padding-left: 95px;
}

.site-footer-three__contact-list li:nth-child(2) {
  padding-left: 50px;
}

.site-footer-three__contact-list-single {
  position: relative;
  display: flex;
}

.site-footer-three__contact-list-single .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(var(--bixola-white-rgb), .10);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__contact-list-single .icon:hover {
  background-color: var(--bixola-base);
}

.site-footer-three__contact-list-single .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--bixola-white);
}

.site-footer-three__contact-list-single .content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.site-footer-three__contact-list-single .content h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--bixola-white);
  margin-bottom: 6px;
}

.site-footer-three__contact-list-single .content p {
  font-size: 16px;
  line-height: 25px;
  color: #D0D5DD;
}

.site-footer-three__contact-list-single .content p a {
  color: #D0D5DD;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__contact-list-single .content p a:hover {
  color: var(--bixola-base);
}

.site-footer-three__middle {
  position: relative;
  display: block;
  padding: 95px 0 117px;
  border-top: 1px solid rgba(var(--bixola-white-rgb), .10);
  border-bottom: 1px solid rgba(var(--bixola-white-rgb), .10);
  margin-top: 59px;
}

.footer-widget-three__about {
  position: relative;
  display: block;
  margin-top: 5px;
}

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

.footer-widget-three__about-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 32px;
  color: #D0D5DD;
}

.footer-widget-three__email {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-three__email a {
  color: var(--bixola-white);
  position: relative;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 3px 15px 3px;
}

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

.footer-widget-three__email a span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--bixola-white);
  margin-right: 10px;
}

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

.footer-widget-three__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--bixola-white);
}

.footer-widget-three__company {
  position: relative;
  display: block;
  margin-left: 50px;
}

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

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

.footer-widget-three__company-list li+li {
  margin-top: 7px;
}

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

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

.footer-widget-three__post {
  position: relative;
  display: block;
  margin-left: 80px;
}

.footer-widget-three__post .footer-widget-three__title-box {
  margin-bottom: 29px;
}

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

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

.footer-widget-three__post-list li+li {
  margin-top: 26px;
}

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

.footer-widget-three__post-img img {
  width: auto;
  border-radius: 5px;
}

.footer-widget-three__post-content {
  position: relative;
  display: block;
  margin-left: 10px;
}

.footer-widget-three__post-content h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-widget-three__post-content h3 a {
  color: var(--bixola-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__post-content h3 a:hover {
  color: var(--bixola-base);
}

.footer-widget-three__post-content p {
  font-size: 14px;
  font-weight: 400;
  color: #D0D5DD;
  margin-top: 7px;
}

.footer-widget-three__post-content p span {
  position: relative;
  margin-right: 8px;
}

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

.footer-widget-three__subscribe .footer-widget-three__title-box {
  margin-bottom: 28px;
}

.footer-widget-three__subscribe-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  color: #D0D5DD;
}

.footer-widget-three__subscribe-form-input-box {
  position: relative;
  display: block;
}

.footer-widget-three__subscribe-form-input-box input[type="email"] {
  height: 56px;
  width: 100%;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  color: #98A2B3;
  font-weight: 400;
  border: none;
  padding-right: 70px;
  padding-left: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-widget-three__subscribe-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: none;
  width: 48px;
  background-color: var(--bixola-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.footer-widget-three__subscribe-btn:hover {
  background-color: var(--bixola-white);
}

.footer-widget-three__subscribe-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--bixola-white);
}

.footer-widget-three__subscribe-btn:hover span {
  color: var(--bixola-base);
}

.site-footer-three__bottom {
  position: relative;
  display: block;
}

.site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 30px;
}

.site-footer-three__bottom-text {
  font-size: 14px;
  line-height: 24px;
  color: #D0D5DD;
}

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

.site-footer-three__bottom-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #D0D5DD;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__bottom-social a:hover {
  background-color: var(--bixola-base);
  border: 1px solid var(--bixola-base);
  color: var(--bixola-white);
}

.site-footer-three__bottom-social a+a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/
.site-footer-four {
  margin-top: 0;
}

.site-footer-four .site-footer-two__top {
  padding: 112px 0 82px;
}

.site-footer-four .site-footer-two__shape-2 {
  top: 49px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 150px 0 139px;
  overflow: hidden;
  z-index: 1;
}
.interior {
  padding: 80px 0px;
}

.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 5%, rgba(34, 34, 34, 0.5) 50%);
  z-index: -1;
}*/



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

.page-header__inner h2 {
  font-size: 56px;
  color: var(--bixola-white);
  font-weight: 700;
  line-height: 66px;
  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 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;
}

/*--------------------------------------------------------------
# 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;
  padding: 120px 0 120px;
  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: #F7F9FA;
  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;
}

.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: #F7F9FA;
  padding: 33px 25px 28px;
}

.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__title-1 {
  color: var(--bixola-black);
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 40px;
  margin-bottom: 24px;
}

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

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

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

.team-details__inner {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  border-bottom: 1px solid #EAECF0;
}

.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: 0px 1px 2px 0px rgba(16, 24, 40, 0.08);
}

.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 30px 28px;
}

.team-details__contact-title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.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: #475465;
  -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;
}

.team-details__sub-title {
  font-size: 16px;
  color: #475467;
  margin-top: 2px;
  margin-bottom: 17px;
}

.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;
  padding: 110px 0 90px;
  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;
}

.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;*/
  margin-top: -19px;
}

.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-black);
  -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: 6px;
}

.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;
  padding: 45px 0 45px;
}

.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);
  margin-bottom: 60px;
}

.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-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.news-details__text-1 {
  color: #4D4E50;
  margin-top: 29px;
  margin-bottom: 22px;
}

.news-details__text-3 {
  margin-top: 22px;
  margin-bottom: 39px;
}

.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: 42px;
  margin-bottom: 23px;
}

.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: #4D4E50;
  margin-top: 31px;
  margin-bottom: 22px;
}

.news-details__text-8 {
  color: #4D4E50;
}

.news-details__text-9 {
  color: #4D4E50;
  margin-top: 22px;
  margin-bottom: 22px;
}

.news-details__text-10 {
  color: #4D4E50;
}

.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: #4D4E50;
  position: relative;
  margin-right: 10px;
}

.news-details__tag a {
  font-size: 16px;
  color: #4D4E50;
  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: 0px;
  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: #4D4E50;
  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: #4D4E50;
  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 {
  min-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: #4D4E50;
  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 #4D4E50;
  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 #4D4E50;
  border-right: 2px solid #4D4E50;
  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: #4D4E50;
  ;
}

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

/*--------------------------------------------------------------
# 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;
  padding: 0 0 120px;
  z-index: 1;
}

.contact-page .row {
  --bs-gutter-x: 0px;
}

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

.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__shape-1 {
  position: absolute;
  top: 0px;
  right: 95px;
  width: 80px;
  height: 68px;
  background-color: #1e232c;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
  transition: all 500ms ease;
}

.feature-three__shape-2 {
  position: absolute;
  top: 0;
  right: 35px;
  width: 70px;
  height: 60px;
  opacity: 0.67;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
  background-color: #F52549;
  transition: all 500ms ease;
}

.feature-three__shape-3 {
  position: absolute;
  top: -55px;
  right: -70px;
  width: 180px;
  height: 160px;
  background-color: #1e232c;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
  transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__shape-1,
.feature-three__single:hover .feature-three__shape-2,
.feature-three__single:hover .feature-three__shape-3 {
  opacity: 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;
  z-index: 2;
}

.company-history__inner {
  position: relative;
  display: block;
}

.company-history__down-arrow {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.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);
  border-radius: 50%;
  -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: 50%;
  border: 5px solid var(--bixola-white);
}

.company-history__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  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: 50%;
  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: 3px;
  height: 3px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 5px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 5px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-6 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 5px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 5px;
  background-color: #d4d7de;
  border-radius: 50%;
  margin-right: 5px;
}

.company-history__list-shape-10 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3px;
  height: 3px;
  background-color: #d4d7de;
  border-radius: 50%;
}

.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);
  border-radius: 50%;
}

.company-history__list-shape-11::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 9px;
  right: 9px;
  border: 1px solid #d4d7de;
  border-radius: 50%;
}

.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;
  border-radius: 50%;
}

.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
--------------------------------------------------------------*/
.industries-served {
  position: relative;
  display: block;
  background-color: #eff2f5;
  padding: 120px 0 90px;
  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: rgba(var(--bixola-black-rgb), .40);
  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 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--bixola-white);
  border-radius: var(--bixola-bdr-radius);
  margin-bottom: 30px;
  padding: 30px 30px 18px;
  z-index: 1;
}

.industries-served__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bixola-black);
  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__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: -5px;
  background-color: rgba(var(--bixola-black-rgb), .60);
  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: inline-block;
}

.industries-served__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: #a3b4ce;
  -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-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e1e5e9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.industries-served__single:hover .industries-served__title {
  border-left: 1px 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);
}

/*--------------------------------------------------------------
# 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;
  margin-bottom: 30px;
}

.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: 24px;
  font-weight: 600;
  line-height: 34px;
}
.text23{
  font-size: 23px;

}

.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: 120px 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 11.1111111%;
  max-width: 10%;
  width: 100%;
  padding: 0 10px;
}

.services-four__tab-buttons-single {
  position: relative;
  display: block;
  background-color: #F7F4F4;
  text-align: center;
  padding: 20px 0 22px;
  cursor: pointer;
  z-index: 1;
}
.aparte {
  background-color: #aebd1a !important;
}

.disci {
  background-color: #7F4F24 !important;
}

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

.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: -15px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  margin-top: -10px !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;
}


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

/*--------------------------------------------------------------
# Portfolio Two
--------------------------------------------------------------*/

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat