:root {
  /**=========== color ===========*/
  --oit-clr-white: #fff;
  --oit-clr-black: #11383F;
  --oit-clr-green: #88DE7D;
  --oit-clr-green-neon: #D1F800;
  --oit-clr-green-soft: #C7E691;
  --oit-clr-green-dark: #1B4D3E;
  --oit-clr-forest-rich: #034833;
  --oit-clr-teal: #144443;
  --oit-clr-teal-2: #0F766E;
  --oit-clr-deep-teal: #073231;
  --oit-clr-olive: #364908;
  --oit-clr-range-rover: #00692C;
  --oit-clr-cream: #FFE88A;
  --oit-clr-purple: #D1BEFF;
  --oit-clr-blue: #2563EB;
  --oit-clr-dark-navy: #111727;
  --oit-gray-1: #F5F8F8;
  --oit-gray-2: #F8FAFC;
  --oit-text-body: #383F3E;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueLight.otf") format("woff2"), url("../fonts/HelveticaNeueLight.otf") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  /**========== font family ==============*/
  --oit-ff-body: 'DM Sans', sans-serif;
  --oit-ff-heading: 'Helvetica Neue', sans-serif;
  --oit-ff-helvetica: 'Helvetica Neue', sans-serif;
  --oit-ff-dm-sans: 'DM Sans', sans-serif;
  --oit-ff-p: 'DM Sans', sans-serif;
  --oit-ff-fontawesome: "Font Awesome 6 Pro";
}

/*----------------------------------------*/
/*  5.2 business-intelligence coach css
/*----------------------------------------*/
.bi-hero-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bi-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-hero-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .bi-hero-title {
    font-size: 32px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-hero-title {
    font-size: 55px;
  }
}
.bi-hero-slider-item {
  height: 870px;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-hero-slider-item {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-hero-slider-item {
    height: 730px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .bi-hero-slider-item {
    height: 550px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-hero-slider-item {
    height: 720px;
    padding-bottom: 200px;
  }
}
.bi-hero-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.bi-hero-client-box img {
  margin-inline-end: 15px;
}
.bi-hero-meeting-box {
  position: absolute;
  bottom: 6%;
  inset-inline-end: 3%;
  z-index: 1;
  gap: 30px;
  padding: 12px;
  padding-inline-end: 40px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-hero-meeting-box {
    bottom: 3%;
    inset-inline-end: -3%;
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-hero-meeting-box {
    bottom: 2%;
    inset-inline-end: -10%;
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  .bi-hero-meeting-box {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-hero-meeting-box {
    display: flex !important;
    bottom: 2%;
    inset-inline-end: -10%;
    transform: scale(0.6);
  }
}
.bi-hero-meeting-box img {
  border-radius: 16px;
}
.bi-hero-meeting-box p {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--oit-clr-white);
  width: 300px;
}
.bi-hero-meeting-box a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  color: var(--oit-clr-cream);
}
.bi-hero-meeting-box a svg {
  display: inline-block;
  margin-inline-start: 4px;
}
.bi-hero-content {
  padding-inline-start: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-hero-content {
    padding-inline-start: 0;
  }
}
.bi-hero-content .bc-hero-subtitle {
  animation-delay: 0.3s;
  animation-duration: 1s;
  display: inline-block;
}
.bi-hero-content .bi-hero-title {
  animation-delay: 0.5s;
  animation-duration: 1s;
}
.bi-hero-content .bc-hero-button {
  animation-delay: 0.7s;
  animation-duration: 1s;
}
.bi-hero-content .bi-hero-meeting-wrap {
  animation-delay: 0.9s;
  animation-duration: 1s;
}
.bi-hero-slider-active .swiper-slide-active .bi-hero-content .bc-hero-subtitle, .bi-hero-slider-active .swiper-slide-active .bi-hero-content .bi-hero-title, .bi-hero-slider-active .swiper-slide-active .bi-hero-content .bc-hero-button {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.bi-hero-slider-active .swiper-slide-active .bi-hero-meeting-wrap {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.bi-hero-slider-dots {
  position: absolute;
  left: auto !important;
  bottom: auto !important;
  top: 34%;
  inset-inline-end: 7% !important;
  z-index: 22;
  display: inline-flex;
  width: auto !important;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .bi-hero-slider-dots {
    top: auto;
    bottom: 15px !important;
    inset-inline-end: auto;
    inset-inline-start: 43% !important;
    transform: translateY(-50%);
    display: inline-block;
  }
}
.bi-hero-slider-dots .swiper-pagination-bullet {
  width: 4px;
  height: 20px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 100px;
  display: inline-block;
  margin: 5px 0 !important;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .bi-hero-slider-dots .swiper-pagination-bullet {
    height: 4px;
    width: 20px;
    margin: 0 5px !important;
  }
}
.bi-hero-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  height: 40px;
  background: var(--oit-clr-range-rover);
}
@media (max-width: 767px) {
  .bi-hero-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px !important;
    width: 40px !important;
  }
}

.bi-brand-bdr {
  line-height: 1;
  border-bottom: 1px solid rgba(56, 63, 62, 0.1);
}
.bi-brand-logo {
  padding: 10px 40px;
  text-align: center;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-inline-end: 1px solid rgba(56, 63, 62, 0.1);
}
.bi-brand-logo img {
  white-space: nowrap;
  width: 70%;
}
.bi-brand-logo-wrap {
  display: flex;
  -webkit-animation: text-slide-animation 30s linear infinite;
  animation: text-slide-animation 30s linear infinite;
  transition: animation-duration 300ms;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-choose-area.pt-120.pb-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.bi-choose-item {
  transition: 0.3s;
  padding: 40px 34px 35px 34px;
  border-radius: 30px;
  background-color: var(--oit-gray-1);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-choose-item {
    padding: 40px 20px 35px 20px;
  }
}
@media (max-width: 767px) {
  .bi-choose-item {
    border-radius: 10px;
    padding: 40px 20px 35px 20px;
  }
}
.bi-choose-item p {
  margin-inline-end: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-choose-item p {
    margin-inline-end: 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-choose-item p {
    margin-inline-end: 0;
    font-size: 16px;
  }
}
.bi-choose-item:hover {
  transform: translateY(-10px);
}
.bi-choose-thumb img {
  border: 1px solid rgba(56, 63, 62, 0.1);
}

.bi-service-item {
  padding: 50px;
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-service-item {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-service-item .oit-section-title.fsz-30 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-service-item .oit-section-title.fsz-30 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-service-item .oit-section-title.fsz-30 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-service-item p br {
    display: none;
  }
}
.bi-service-wrap {
  border: 1px solid rgba(56, 63, 62, 0.1);
}
.bi-service-wrap .row [class*=col-] {
  border-bottom: 1px solid rgba(56, 63, 62, 0.1);
}
.bi-service-wrap .row [class*=col-]:nth-child(odd) {
  border-inline-end: 1px solid rgba(56, 63, 62, 0.1);
}
.bi-service-wrap .row [class*=col-]:nth-last-child(-n+2) {
  border-bottom: none;
}
.bi-service-wrap .shape-1 {
  position: absolute;
  top: -8px;
  inset-inline-start: -1.5px;
  color: var(--oit-clr-black);
}
.bi-service-wrap .shape-2 {
  position: absolute;
  top: -8px;
  inset-inline-end: -1.5px;
  color: var(--oit-clr-black);
}
.bi-service-wrap .shape-3 {
  position: absolute;
  bottom: -8px;
  inset-inline-start: -1px;
  color: var(--oit-clr-black);
}
.bi-service-wrap .shape-4 {
  position: absolute;
  bottom: -8px;
  inset-inline-end: -1px;
  color: var(--oit-clr-black);
}
.bi-service-wrap .shape-5 {
  position: absolute;
  top: 50%;
  inset-inline-start: -1px;
  transform: translateY(-50%);
  color: var(--oit-clr-black);
}
.bi-service-wrap .shape-6 {
  position: absolute;
  top: 50%;
  inset-inline-end: -1px;
  transform: translateY(-50%);
  color: var(--oit-clr-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-service-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-about-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.bi-about-mission-card {
  padding: 30px 30px 0 30px;
  border-radius: 20px;
  margin-inline-end: -24px;
  background-color: var(--oit-clr-white);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-about-mission-card {
    margin-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .bi-about-mission-card {
    margin-inline-end: 0;
    padding: 30px 20px 0 20px;
  }
}
.bi-about-mission-card img {
  border-radius: 16px;
}
.bi-about-mission-card .bc-about-accordion {
  margin-inline-start: 0;
}
.bi-about-mission-card .bc-about-accordion .accordion-item:last-child {
  border-bottom: none;
}
.bi-about-mission-card .bc-about-accordion .accordion-item:first-child {
  border-top: none;
}
.bi-about-mission-card .bc-about-accordion .accordion-icon > span {
  background-color: var(--oit-clr-olive);
}
.bi-about-info-card {
  height: 100%;
  border-radius: 20px;
  padding: 35px 40px 40px 40px;
  background-color: var(--oit-clr-white);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-about-info-card {
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .bi-about-info-card {
    padding: 25px 20px;
    height: auto;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-about-info-card {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-about-info-card p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bi-about-info-card p {
    font-size: 14px;
  }
}
.bi-about-info-title {
  font-size: 30px;
  color: var(--oit-clr-olive);
}
.bi-about-content {
  margin-inline-start: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-about-content {
    margin-inline-start: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bi-about-content {
    margin-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-about-content {
    margin-inline-start: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-about-content .oit-section-box.mb-60 {
    margin-bottom: 35px;
  }
}
.bi-about-thumb {
  height: 100%;
}
.bi-about-thumb img {
  height: 100%;
  object-fit: cover;
}

.bi-card-title {
  font-size: 24px;
  color: var(--oit-clr-olive);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-funfact-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.bi-funfact-item {
  padding: 38px 20px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-funfact-item {
    padding: 38px 10px;
  }
}
.bi-funfact-bullet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bi-funfact-bullet::before, .bi-funfact-bullet::after {
  position: absolute;
  top: -4px;
  inset-inline-start: -6px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--oit-clr-range-rover);
}
.bi-funfact-bullet::before {
  top: auto;
  bottom: -7px;
  background-color: var(--oit-clr-range-rover);
}
.bi-funfact-bullet.pos-2::before, .bi-funfact-bullet.pos-2::after {
  inset-inline-start: auto;
  inset-inline-end: -4px;
}
.bi-funfact-content span {
  font-size: 20px;
  color: var(--oit-clr-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-funfact-content span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bi-funfact-content span {
    font-size: 14px;
  }
}
.bi-funfact-number {
  font-weight: 500;
  font-size: 80px;
  color: var(--oit-clr-range-rover);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-funfact-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .bi-funfact-number {
    font-size: 45px;
  }
}
.bi-funfact-number i {
  font-style: normal;
}
.bi-funfact-wrap {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bi-funfact-wrap .row [class*=col-] {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bi-funfact-wrap .row [class*=col-]:nth-child(3n) {
  border-inline-end: none;
}
.bi-funfact-wrap .row [class*=col-]:nth-last-child(-n+3) {
  border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-funfact-wrap .row [class*=col-]:nth-child(3n) {
    border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bi-funfact-wrap .row [class*=col-]:nth-child(2n) {
    border-inline-end: none;
  }
  .bi-funfact-wrap .row [class*=col-]:nth-last-child(3n) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767px) {
  .bi-funfact-wrap .row [class*=col-]:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.bi-testimonial-style .bc-testimonial-slider-box {
  border-radius: 20px;
  padding: 45px 50px;
  padding-top: 40px;
  margin-inline-start: 0;
  height: 100%;
  background-color: var(--oit-gray-1);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-testimonial-style .bc-testimonial-slider-box {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-slider-box {
    padding: 45px 30px;
    height: auto;
  }
}
.bi-testimonial-style .bc-testimonial-slider-box span svg {
  color: var(--oit-clr-olive);
}
.bi-testimonial-style .bc-testimonial-content p {
  font-size: 30px;
  line-height: 1.67;
  color: var(--oit-clr-olive);
  padding-inline-end: 85px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bi-testimonial-style .bc-testimonial-content p {
    padding-inline-end: 0;
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-testimonial-style .bc-testimonial-content p {
    padding-inline-end: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-content p {
    padding-inline-end: 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-content p {
    font-size: 25px;
  }
}
.bi-testimonial-style .bc-testimonial-content a {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 0;
  align-items: center;
  color: var(--oit-clr-olive);
  border-color: var(--oit-clr-olive);
}
.bi-testimonial-style .bc-testimonial-content a span {
  font-size: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-testimonial-style .bc-testimonial-content a span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-content a span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-content a span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-content a span {
    font-size: 25px;
  }
}
.bi-testimonial-style .bc-testimonial-content a svg {
  transform: translateY(4px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-testimonial-style .bc-testimonial-content a svg {
    width: 20px;
    height: 15px;
    transform: translateY(2px);
  }
}
@media (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-content a svg {
    width: 15px;
    height: 15px;
    transform: translateY(2px);
  }
}
.bi-testimonial-style .bc-testimonial-thumb {
  margin-inline-end: 64px;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-testimonial-style .bc-testimonial-thumb {
    margin-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .bi-testimonial-style .bc-testimonial-thumb {
    margin-inline-end: 0;
    height: auto;
  }
}
.bi-testimonial-style .bc-testimonial-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-testimonial-style .bc-testimonial-author-info .common-title {
    font-size: 18px;
  }
}
.bi-testimonial-author .title {
  font-size: 20px;
}
.bi-testimonial-author span {
  font-size: 14px;
}
.bi-testimonial-author-info {
  gap: 15px;
  border-radius: 1000px;
  padding: 17px 20px;
  padding-inline-end: 60px;
  display: inline-block;
  background-color: var(--oit-gray-1);
  border: 1px solid rgba(56, 63, 62, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bi-contact-area .oit-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-left {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bi-contact-left .oit-section-title {
    font-size: 40px;
  }
}
.bi-contact-left .bc-price-contact-info:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bi-contact-left .bc-price-contact-info:not(:last-child) {
    margin-bottom: 15px;
  }
}
.bi-contact-left .bc-price-contact-info a {
  color: var(--oit-clr-olive);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-left .bc-price-contact-info a {
    padding-inline-start: 30px;
  }
}
.bi-contact-left .bc-price-contact-info a svg {
  color: var(--oit-clr-olive);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-left .bc-price-contact-info a svg {
    top: 5px;
    height: 18px;
  }
}
.bi-contact-left .common-title.mb-30 {
  color: var(--oit-clr-olive);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-left .common-title.mb-30 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.bi-contact-form {
  padding: 40px;
  padding-bottom: 50px;
  border-radius: 20px;
  backdrop-filter: blur(40px);
  background-color: var(--oit-clr-white);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media (max-width: 767px) {
  .bi-contact-form {
    padding: 30px;
  }
}
.bi-contact-form label {
  font-weight: 600;
  line-height: 1.44;
  margin-bottom: 8px;
  color: var(--oit-clr-olive);
}
.bi-contact-form .nice-select {
  padding: 0 25px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  border-radius: 10px;
  width: 100%;
  background-color: var(--oit-gray-1);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-form .nice-select {
    height: 50px;
    line-height: 50px;
  }
}
.bi-contact-form .nice-select::after {
  border-bottom: 1px solid #04051B;
  border-right: 1px solid #04051B;
  right: 25px;
}
.bi-contact-input-box input, .bi-contact-input-box textarea {
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  border-radius: 10px;
  background-color: var(--oit-gray-1);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .bi-contact-input-box input, .bi-contact-input-box textarea {
    height: 50px;
    line-height: 50px;
  }
}
.bi-contact-input-box input::placeholder, .bi-contact-input-box textarea::placeholder {
  font-size: 14px;
  color: var(--oit-clr-olive);
}
.bi-contact-input-box input:focus, .bi-contact-input-box textarea:focus {
  border-color: var(--oit-clr-olive);
}
.bi-contact-input-box textarea {
  padding: 20px 25px;
  height: 250px;
  resize: none;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-contact-input-box textarea {
    height: 170px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-blog-area {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.bi-blog-thumb {
  border-radius: 26px;
  overflow: hidden;
  outline: 1px solid rgba(56, 63, 62, 0.1);
}
.bi-blog-item {
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 30px;
  background-color: var(--oit-gray-1);
  border: 1px solid rgba(56, 63, 62, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bi-blog-item .common-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bi-blog-item .common-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bi-blog-item .common-title {
    font-size: 22px;
  }
}
.bi-blog-content {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-blog-content {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-blog-content {
    padding: 0 20px;
  }
}
.bi-blog-meta span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.bi-blog-meta span svg {
  transform: translateY(-1px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bi-blog-meta {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bi-blog-meta {
    display: block;
  }
}

/*# sourceMappingURL=business-intelligence.css.map */
