 
:root {
  --bixola-font: "Almarai", Roboto, sans-serif;
  --bixola-font-two: "Almarai", Roboto, sans-serif;
  --bixola-gray: #6c6c6c;
  --bixola-gray-rgb: 65, 70, 81;
  --bixola-white: #ffffff;
  --bixola-white-rgb: 255, 255, 255;
  --bixola-base: #359add;
  --bixola-base-rgb: 245, 37, 73;
  --bixola-black: #dc3545;
  --bixola-black-rgb: 13, 18, 30;
  --bixola-primary: #F7F9FA;
  --bixola-primary-rgb: 247, 249, 250;
  --bixola-bdr-radius: 18px;
}

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

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

body {
  font-family: var(--bixola-font);
  color: var(--bixola-gray);
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}

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;
  text-transform: capitalize;
}

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;
}
 
.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: 18px;
  font-weight: 500;
  padding: 12px 26px 12px;
  border-radius: 45px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

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

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

.section-title__tagline {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 16px;
  color: #dc3545;
  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-base);
  font-size: 31px;
  line-height: 47px;
  font-weight: 700;
  margin-top: 9px;
  font-family: var(--bixola-font-two);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.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: capitalize;
  font-size: 23px;
  line-height: 16px;
  color: #dc3545;
  font-weight: 600;
  letter-spacing: 1.6px;
  z-index: 1;
}

.section-title-three__title {
  margin: 0;
  color: var(--bixola-base);
  font-size: 35px;
  line-height: 43px;
  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(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px 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: 15px;
  right: 10px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transform: rotate(180deg);
}

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

.scroll-to-top:hover {
  background-color: #dc3545;
}

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


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

.main-header__top {
  position: relative;
  display: block;
  background: rgb(3 78 131 / 70%);
  /* backdrop-filter: blur(5px); */
  background-image: linear-gradient(to right, #196ea7, #2586c7, #196ea7);
}

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

.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-right: 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: #ffffff;
}

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

.main-header__contact-list li .text p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

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

.main-header__contact-list li .text p a:hover {
  color: #dc3545;
}

.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: #dc3545;
}

.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: rgb(33 32 41 / 67%); */
  /* backdrop-filter: blur(5px); */
  z-index: -1;
  background-image: linear-gradient(to right, #041724, #03375c, #041e30);
}

.stricky-header .main-menu__wrapper:before {
  /* background-color: rgb(33 32 41 / 67%); */
  background-image: linear-gradient(to right, #08263c, #03375c, #0a2030);
}

.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: 5.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; */
  color: #58a8dd;
  /* border-radius: 50%; */
  /* font-size: 15px; */
  /* color: #ffffff; */
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 5px;
}

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

.main-menu__call-content {
  margin-right: 5px;
  top: 3px;
  position: relative;
  color: #e67f05;
}

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

.main-menu__call-number {
  font-size: 17px;
  font-weight: 500;
  /* line-height: 20px; */
  /* font-family: 'Roboto'; */
  text-transform: uppercase;
  /* color: #e67f05; */
}

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

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

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 17px;
  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;
  text-transform: uppercase;
}

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

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 50%;
  left: 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: #5aa8de;
  text-shadow: 0.05px 0 0 rgb(88 168 222);
}

.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%;
  right: 0;
  min-width: 285px;
  -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: 15px 10px 15px;
  border-bottom-left-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
  border-bottom: 5px solid #359add;
}

.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: 17px;
  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);
  text-transform: capitalize;
}

.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: #359add;
}

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

@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;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: right 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;
  direction: rtl;
}

.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: 87%;
  background-color: #033d66;
  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;
  direction: rtl;
}

.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: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  left: 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: 25px;
  color: #ffffff;
  font-size: 15px;
  font-family: var(--bixola-font);
  font-weight: 500;
  height: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
  text-transform: capitalize;
}

.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;
  font-size: 16px;
  text-transform: uppercase;
}

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

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

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

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

.about-one__shape-3 img {
  width: auto;
  opacity: .7;
  transform: scaleX(-1);
}
 
.about-one__left {
  position: relative;
  display: block;
  /* margin-left: 220px; */
  margin-right: 28px;
}

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

.about-one__img {
 
/* z-index: 1; */
 
background-size: cover;
 
background-repeat: no-repeat;
 
background-position: center;
 
height: 500px;
 
border-radius: 20px;
 
position: relative;
}

.about-one__img::after {
 content: '';
 background-color: #034e831c;
 width: 100%;
 position: absolute;
 top: -24px;
 bottom: -24px;
 right: 43%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(50%);
 border-radius: 25px;
 z-index: -1;
 opacity: .7;
}
 
.about-one__img img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
  
.about-one__shape-2 {
  position: absolute;
  left: -22px;
  bottom: -42px;
  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: 20px;
}

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

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

.about-one__points li .text p {
  font-weight: 500;
  color: var(--bixola-black);
}

.about-one__btn-box {
  position: relative;
  display: block;
}
 
/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  background-color: #034c80;
  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: 100px 0 100px;
  direction: rtl;
}

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

.cta-one__title {
  font-size: 37px;
  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);
}
 

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

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

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

.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, rgb(53 154 221 / 21%) 0%, rgb(53 154 221) 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: 19px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 1px;
  color: #ffffff;
}

.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;
  transform: scaleX(-1);
}

.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;
  direction: rtl;
}

.counter-one__inner {
  position: relative;
  display: block;
  background-color: var(--bixola-base);
  padding: 75px 0 40px;
  border-radius: 20px;
  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: 26px;
}

.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: 20px;
  line-height: 26px;
  color: #EAECF0;
}
    

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 80px 0 60px;
  z-index: 1;
  direction: rtl;
}

.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: 0;
  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;
}
 
/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 60px 0 60px;
  background-image: linear-gradient(to right, #fcfeff, #f1f7fb);
}

.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;
}
  
/*--------------------------------------------------------------
# Process One    
--------------------------------------------------------------*/
.process-one {
  position: relative;
  display: block;
  counter-reset: count;
  /* background-color: #FAFAFA; */
  padding: 60px 0 60px;
  z-index: 1;
  direction: rtl;
}

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

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

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

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

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

.process-one__count {
  position: relative;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px dashed #359add;
  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 #359add;
  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;
}
 
/*--------------------------------------------------------------
# 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 25px 40px;
  -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: 70px !important;
  border-radius: 50%;
  border: 1px solid #359add;
  padding: 5px;
}

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

.testimonial-two__client-info h3 {
  font-size: 17px;
  font-weight: 500;
  color: #dc3545;
  margin-bottom: 5px;
}

.testimonial-two__client-info p {
  color: #359add;
  font-size: 17px;
  text-transform: capitalize;
}

.testimonial-two__text {
  color: var(--bixola-gray);
  font-size: 16px;
  /* font-style: italic; */
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  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: #dc3545;
}

.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);
}
 
    
/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  padding: 100px 0 60px;
  z-index: 1;
  direction: rtl;
}

.why-choose-two__shape-3 {
  position: absolute;
  left: 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: 20px;
}

.why-choose-two__points {
  position: relative;
  display: block;
  margin-top: 17px;
  list-style: circle;
  padding-left: 20px;
}

.why-choose-two__points li {
  /* position: relative; */
  /* display: flex; */
  margin-bottom: 15px;
}

.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;
  left: -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: 70px 0 60px;
  z-index: 1;
  background-image: linear-gradient(to right, #ffffff, #f1f7fb);
  direction: rtl;
}

.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: 25px;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  height: 390px;
  background-position: center top;
  background-repeat: no-repeat;
}

.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);
  border-radius: 25px;
}

.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: -60px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 2;
  border-radius: 25px;
  border-bottom: 7px solid rgb(4 76 126 / 13%);
}

.portfolio-three__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  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: 17px;
  line-height: 26px;
  color: #4a4845;
  -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: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

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

.portfolio-three__single:hover .portfolio-three__title a {
  color: var(--bixola-white);
}
   
/*--------------------------------------------------------------
# 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: 25px;
  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;
}

.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: 114px; */
  background-color: #359add;
  border-radius: 25px;
  bottom: -22px;
  right: 30px;
  text-align: center;
  padding: 9px 18px 9px;
  z-index: 2;
}

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

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

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

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

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

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

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

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

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

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

.news-three__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 19px;
  margin-bottom: 15px;
}

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

.news-three__title a:hover {
  color: #dc3545;
}

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

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

.news-three__btn a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #dc3545;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.news-three__btn a:hover {
  color: #359add;
}

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

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

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

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

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

.site-footer-three__contact-list li:nth-child(2) {
  padding-right: 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: #359add;
  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-right: 20px;
}

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

.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: 30px 0 30px;
  border-top: 1px solid rgb(255 255 255 / 18%);
  border-bottom: 1px solid rgb(255 255 255 / 19%);
  margin-top: 25px;
}

.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: #f4f7fb;
}

.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: 21px;
  font-weight: 600;
  line-height: 26px;
  color: #359add;
  text-transform: capitalize;
}

.footer-widget-three__company {
  position: relative;
  display: block;
  margin-right: 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: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #f4f7fb;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  padding-right: 15px;
}

.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: 10px 0 10px;
  text-align: center;
}

.site-footer-three__bottom-text {
  font-size: 15px;
  line-height: 24px;
  color: #f4f7fb;
  text-transform: capitalize;
}

.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: 17px;
  color: #f4f7fb;
  width: 43px;
  height: 43px;
  border-radius: 6px;
  border: 1px solid rgb(255 255 255 / 35%);
  -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-right: 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: 210px 0 175px;
  overflow: hidden;
  /*z-index: 1;*/
  direction: rtl;
}

.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, #00000054 25%, rgb(0 0 0 / 41%) 100%);
  z-index: -1;
  background-image: linear-gradient(to right, #08263c00, #03375cba, #0a20300a);
}



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

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

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

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #EAECF0;
  font-size: 18px;
  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: 19px;
  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;
  direction: rtl;
}

.services-details__left {
  position: relative;
  display: block;
  background: #f7f9fa;
  padding: 23px 20px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

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

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

.services-details__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #4c4e4e;
  font-family: var(--bixola-font-two);
  padding: 11px 25px 11px;
  -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: 5px;
  background-color: #359add2b;
  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__right {
  position: relative;
  display: block;
  margin-left: 16px;
}

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

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

.services-details__title-1 {
  color: var(--bixola-black);
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 27px;
  margin-bottom: 11px;
}

.services-details__img-and-feature {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
 
.services-details__title-2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-details__text-2 {
  margin-top: 16px;
  margin-bottom: 20px;
}

.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;
}
 
.services-details__title-4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-top: 40px;
  margin-bottom: 40px;
}
 
/*--------------------------------------------------------------
# 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: 20px;
  }

  .sidebar--two {
    margin-top: 0;
    margin-bottom: 50px;
  }

}

.sidebar__single+.sidebar__single {
  margin-top: 40px;
}

.sidebar {
  position: relative;
  display: block;
  margin-left: 15px;
}

.sidebar__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.sidebar__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
  
.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;
  border-bottom: 1px solid #524b4b36;
  padding-bottom: 10px;
  padding-top: 10px;
}

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

.sidebar__post-content {
  position: relative;
  display: block;
  margin-right: 20px;
}

.sidebar__post-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--bixola-font);
}

.sidebar__post-title a {
  color: #2586c7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-title a:hover {
  color: #dc3545;
}

.sidebar__post-date {
  font-size: 14px;
  margin-top: 6px;
  color: #dc3545;
}

.sidebar__post-date span {
  position: relative;
  margin-left: 5px;
  font-weight: 900;
}

 
  
/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
  position: relative;
  display: block;
  background-color: #F7F9FA;
  padding: 60px 0 50px;
  direction: rtl;
}

.news-details__left {
  position: relative;
  display: block;
  padding: 20px 28px 15px;
  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: 15px;
}

.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: 18px;
  margin-bottom: 19px;
}

.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: #2586c7;
  position: relative;
  display: flex;
  align-items: center;
}

.news-details__meta p+p {
  margin-left: 20px;
}

.news-details__meta p span {
  position: relative;
  margin-left: 10px;
}

.news-details__title-1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.news-details__text-1 {
  color: #4D4E50;
  margin-top: 20px;
  margin-bottom: 20px;
}

   

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information {
  position: relative;
  display: block;
  padding: 60px 0 60px;
  z-index: 1;
  direction: rtl;
}

.information__single {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #daebf6;
  background-color: var(--bixola-white);
  padding: 36px 40px 33px;
  margin-bottom: 30px;
  z-index: 1;
  border-bottom: 7px solid #2586c72b;
  min-height: 253px;
}

.information__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  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: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  color: #359add;
}

.information__number {
  font-size: 17px;
  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;
  direction: rtl;
}

.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 #daebf6;
  background: var(--bixola-white);
  padding: 25px 50px 15px;
  border-radius: 20px;
  border-bottom: 7px solid #2586c72b;
}

.contact-page__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}

.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: #2586c7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.12px;
  text-transform: capitalize;
  font-family: var(--bixola-font);
  margin-bottom: 5px;
}

.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: 50px;
  width: 100%;
  border: none;
  padding-right: 30px;
  outline: none;
  font-size: 15px;
  color: var(--bixola-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #EAECF0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 15px;
  border-radius: 10px;
}

.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: 15px;
  color: var(--bixola-gray);
  display: block;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #EAECF0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 15px;
  border-radius: 10px;
}

.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) scalex(-1);
  margin-left: 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: 635px;
  width: 100%;
  border-top-right-radius: var(--bixola-bdr-radius);
  border-bottom-right-radius: var(--bixola-bdr-radius);
  border-radius: 20px;
}
 
 
 
/*--------------------------------------------------------------
# Team Carousel Page
--------------------------------------------------------------*/
.team-carousel-page {
  position: relative;
  display: block;
  padding: 60px 0 90px;
  background-color: var(--bixola-primary);
  direction: rtl;
}

.team-carousel-page .container {
  max-width: 1200px;
}

.team-carousel-page .team-one__single {
  margin-bottom: 0;
}




.carousel-dot-style.owl-carousel .owl-stage-outer {
  overflow: visible;
}

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

.carousel-dot-style.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
}

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


 


/*--------------------------------------------------------------
# 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: 70px 0 90px;
  background-color: #F7F9FA;
  z-index: 1;
  background-image: linear-gradient(to right, #f1f7fb, #fff);
}

.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;
}
 
.sidebar__post-list li:last-child {
   border-bottom: 0px solid #524b4b36; 
}