/* from about.css */

.byt-scale {
  overflow: hidden;
  display: block;
}

.byt-scale img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.byt-scale:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.stroke-title {
  font-weight: 700 !important;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  font-size: 60px !important;
  line-height: normal !important;
  font-family: "poppins", "sans-serif" !important;
}

.bt-grd-txt {
  color: #ffffff;
  padding: 0 0 30px 0;
}

.byt-review-transperant {
  padding-bottom: 25px;
}

.byt-review-transperant .byt-custom-pr-preview.position-relative.-lg:after {
  content: none;
}

.byt-review-transperant h4 {
  padding: 20px 0px 0px;
  color: #181815 !important;
}

.slider.slider-thumb {
  padding-top: 80px;
}

.byt-review-transperant .section-r-content span {
  color: rgba(24, 24, 21, .5);
 font-family: "poppins", "sans-serif" !important;
  margin-top: 20px;
  display: block;
}

.byt-review-transperant .swiper-thumbs {
  padding-top: 60px;
}

.byt-review-transperant .byt-custom-pr-preview.-lg {
  background-image: none;
}

.bt-brands {
  background-color: #f4f4f4;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 80px !important;
}

.bt-about-team {
  z-index: 0;
  position: relative;
}
.btn-center{
  text-align: center;
}

.bt-about-team-wrapper {
  position: relative;
}

.bt-about-team-wrapper:after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  right: -3px;
  top: 0;
  transition: ease-in-out 0.4s;
  background-size: 100% !important;
}

.bg-color-wordpress {
  background: #cedadd;
}

.bg-color-wordpress:after {
  background: url(../images/wordpress-tech.png);
}

.bg-color-magento {
  background: #e8d3d1;
}

.bg-color-magento:after {
  background: url(../images/majento-tech.png);
}

.bg-color-php {
  background: rgb(80 94 151 / 10%);
}

.bg-color-php:after {
  background: url(../images/php.svg);
}

.bg-color-admin,
.bg-color-hr {
  background: rgb(250 124 117 / 10%);
}

.bg-color-admin:after,
.bg-color-hr:after {
  background: url(../images/bytes.svg);
}

.bg-color-fronted-developer {
  background: rgb(234 99 39 / 10%);
}

.bg-color-fronted-developer:after {
  background: url(../images/HTML5.svg);
}

.bg-color-quality-assurance {
  background: rgb(218 51 51 / 10%);
}

.bg-color-quality-assurance:after {
  background: url(../images/QA.svg);
}

.bg-color-javascript {
  background: rgb(240 219 79 / 10%);
}

.bg-color-javascript:after {
  background: url(../images/js.svg);
}

.bt-about-team .magnetic a {
  margin-top: 40px;
}

.bt-about-principle~.section-line {
  display: none;
}

.page-template-about-us .bt-about-principle .row .col-md-6:nth-child(even) .bt-about-principle-box {
  margin-left: auto;
}

.page-template-about-us .section-logo {
  display: none;
}

section.bt-awards {
  background: #ffffff;
}

section.bt-awards h2,
section.bt-awards p {
  color: #121212;
}

section.bt-awards.section-space-xl {
  padding-bottom: 40px !important;
}

section.bt-awards .section-space-xl-inner {
  padding-top: 60px !important;
}

.bt-about-core-box {
  padding-bottom: 25px;
}

.about-us-banner {
  background-image: none !important;
}

.byt-custom-pr-content.ab-review .small-heading p {
  text-align: center;
  font-family: "poppins", "sans-serif" !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: rgba(24, 24, 21, .5);
  text-transform: uppercase;
}

.bt-about-team-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  z-index: 99;
  background: linear-gradient(180deg,
      rgba(24, 24, 21, 0) 0%,
      rgba(24, 24, 21, 0.8) 100%);
  opacity: 0;
  bottom: 0;
  transition: ease-in-out 0.4s;
}

.bt-about-team-wrapper:hover::before {
  opacity: 0.5;
}

.bt-about-team-wrapper:hover::after {
  opacity: 1;
}

.bt-about-journey .bt_about_journey_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.bt-about-journey .bt_about_journey_row .bt_about_journey_col_7 {
  max-width: calc(70% - 24px);
  width: 100%;
}

.bt-about-journey .bt_about_journey_row .bt_about_journey_col_5 {
  max-width: 30%;
  width: 100%;
}

.bt-about-journey,
.bt-about-gallery,
.bt-about-principle {
  background: #ffffff;
  padding: 30px 0;
}

.bt-about-journey h2,
.bt-about-principle h2,
.bt-about-journey p {
  color: #121212;
}

.bt-about-journey .magnetic a:hover,
.bt-about-start-box .magnetic a:hover {
  border: 1px solid #000000;
  color: #000000 !important;
}

.bt-about-journey-left-content p:last-child {
  margin-bottom: 0px;
}

.bt-about-journey-left-content p.p-large,
.hire-dedic-team p.p-large {
  margin-bottom: 24px;
}

.bt-about-journey-left-content p {
  margin-bottom: 18px;
}

.bt-about-journey-right-content {
  margin-left: auto;
  display: table;
}

.bt-about-journey-right-content img {
  max-width: 380px;
  display: block;
}

.bt-about-principle-box p {
  color: #181815;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

.bt-about-principle-box h5 {
  padding: 15px 0;
  font-size: 40px;
  line-height: 1.3;
  color: #121212;
}

.bt-about-principle-box {
  max-width: 520px;
  padding-bottom: 40px;
}

.bt-about-principle .row .col-md-6:nth-of-type(5) .bt-about-principle-box,
.bt-about-principle .row .col-md-6:nth-of-type(6) .bt-about-principle-box {
  padding-bottom: 0;
}

.bt-about-team h2+p,
.bt-about-core h2+p,
.bt-about-mentors h2+p {
  padding-bottom: 20px;
}

.bt-about-core .section-space-xl-inner,
.bt-about-mentors .section-space-xl-inner {
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: center;
}

section.bt-awards.section-space-xl .section-space-xl-inner {
  padding-top: 30px;
}

.bt-about-core-box p,
.bt-about-mentors-box p {
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.bt-about-core-box h5,
.bt-about-mentors-box h5 {
  padding-top: 10px;
  padding-bottom: 0px;
}

.bt-about-core-box h5 {
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 20px;
  color: #181815;
}

.bt-about-core-box p {
  font-size: 14px;
  line-height: 16px;
}

.bt-about-mentors-box .social-icon {
  font-size: 20px;
  margin-top: 5px;
}

.bt-about-mentors-box .social-icon a {
  margin-right: 15px;
  color: #181815;
}

.bt-about-mentors-box .social-icon a img {
  display: inline;
  width: 18px;
}

.bt-about-start .byt-custom-pr-preview.position-relative.-lg:after {
  content: none;
}

.bt-about-start-box {
  padding: 60px;
  max-width: 520px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 120px;
  background: #ffffff;
}

.bt-about-start .byt-custom-pr-preview.position-relative.-lg {
  height: 100vh;
}

.bt-about-start {
  position: relative;
}

.bt-about-start-box p {
  padding: 20px 0;
  color: #121212;
}

.bt-about-start-box h3 {
  color: #121212;
}

.bt-about-team-wrapper {
  padding-top: 0px;
  margin-top: 0px;
}

.bt-about-team-wrapper img {
  position: relative;
  z-index: 9;
  max-width: 100%;
  margin: 0 auto;
  display: table;
}

.bt-about-team-wrapper .bt-about-name {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.bt-about-team-wrapper:hover .bt-about-name {
  height: 50%;
}

.bt-about-team-wrapper h5 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  transition: ease-in-out 0.4s;
  line-height: 22px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 7px BLACK;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0px;
}

.bt-about-team .col {
  flex-basis: auto;
  width: 5.5%;
  max-width: 5.5%;
  padding: 0px 0px;
}

.bt-about-gallery .bt_about_gallery_row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
}

.bt-about-gallery .bt_about_gallery_row .bt_about_gallery_col {
  width: calc(50% - 12px);
}

.bt-about-gallery .bt_about_gallery_row .bt_about_gallery_col>* {
  width: 100%;
  height: 100%;
}

.bt-about-gallery .bt_about_gallery_row .bt_about_gallery_col img {
  width: 100%;
  height: 100%;
  display: block;
}

.bt-about-gallery-left img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}

.bt-about-gallery-right img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  padding-bottom: 0px;
}

.bt-about-gallery-right picture:last-child img {
  padding-bottom: 0;
}

.bt-about-gallery-left,
.bt-about-gallery-right {
  width: 100%;
  overflow: hidden;
}

.bt-about-gallery-left picture {
  height: 100%;
}

.bt-about-gallery .col-lg-6:nth-of-type(1) {
  padding-right: 8px;
}

.bt-about-gallery .col-lg-6:nth-of-type(2) {
  padding-left: 8px;
}

.bt-about-gallery-right picture {
  height: 50%;
}

.bt-about-core-box img,
.bt-about-mentors-box img {
  max-width: 100%;
  display: block;
}

.bt-about-mentors-box:hover .social-icon {
  opacity: 1;
  transition: ease-in-out 0.4s;
}

.bt-about-mentors-box:hover .social-icon {
  opacity: 1;
  transition: ease-in-out 0.4s;
}

.bt-about-mentors-box .social-icon {
  opacity: 0;
  transition: ease-in-out 0.5s;
}

.bt-awards {
  text-align: center;
  padding-bottom: 80px;
}

.bt-awards p {
  max-width: 890px;
  margin: 0 auto;
}

.bt-awards picture {
  filter: grayscale(1);
  text-align: center;
  margin-bottom: 60px !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-awards .bt-awards-desc {
  padding-bottom: 20px;
}

.bt-awards-desc img {
  width: auto;
  max-height: 120px;
  max-width: 100%;
}

.bt-awards picture:hover {
  filter: grayscale(0);
  transition: ease-in-out 0.4s;
}

.bt-about-mentors p,
.bt-about-core p,
.bt-about-team p {
  max-width: 1070px;
}

.bt-about-mentors .col-auto {
  max-width: 20%;
  flex: 0 0 auto;
  width: auto;
}

.bt-about-core .col-auto {
  max-width: 12.5%;
  padding: 0px 5px;
  width: 12.5%;
  flex-basis: auto;
  flex-grow: 1;
}

.bt-about-core .row .col-auto:nth-of-type(6) .bt-about-core-box,
.bt-about-core .row .col-auto:nth-of-type(7) .bt-about-core-box {
  padding-bottom: 0;
}

/* project-custom.css */

html {
  overflow-x: hidden !important;
}

body .zsiq_floatmain {
  z-index: 9998 !important;
}

.section-single-pr-img .container-fluid {
  padding: 0 80px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.section-single-pr-img {
  height: 100vh;
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.section-line {
  background: #ffffff;
}

.section-line .line-moving {
  filter: invert(1);
}

section.section-single-pr-img .c-fixed {
  opacity: 1;
  transition: 0s;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 1;
  mix-blend-mode: multiply;
  background-attachment: fixed;
}

p:empty {
  display: none;
}

.magnetic br {
  display: none;
}

#magnet-button {
  display: inline-block;
}

body.fixed .bt-view {
  height: auto;
  overflow: hidden !important;
}

.bt-about-principle .col-md-6:nth-last-child(-n + 2) .bt-about-principle-box {
  padding-bottom: 0;
}

.by-pb-inner {
  padding-bottom: 30px;
}

.bt-cursor,
.bt-cursor.drag-active.link-active {
  transition: opacity 0.3s, color 0.4s, width 0.4s, height 0.4s, margin 0.4s,
    padding 0.4s;
  background-color: #da3333;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 3px;
  left: 2px;
  transform: translate(-50%, -50%);
}

.bt-cursor:before,
.bt-cursor.drag-active.link-active:before {
  content: "";
  position: absolute;
  top: -17px;
  left: -17px;
  display: block;
  width: 32px;
  height: 32px;
  transform: scale(0);
  background: #da3333;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}

.bt-cursor.drag-active {
  width: 80px;
  height: 80px;
  margin: -38px 0px 0px -30px;
  padding: 28px 15px;
  font-size: 20px;
  color: #ffffff;
  background-color: #000000;
}

.bt-cursor.link-active {
  opacity: 0.4 !important;
}

.bt-cursor.drag-active.link-active {
  margin: 0px;
  padding: 0px;
  opacity: 1 !important;
}

.breadcrumbs-top-heading p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.banner-block-content {
  padding-left: 0px;
  padding-right: 0px;
}

.c-fixed,
.c-fixed_target {
  position: absolute;
  /* top: -100vh; */
  right: 0;
  left: 0;
}

.byt-custom-pr {
  position: relative;
  z-index: 1;
}

.byt-custom-pr-preview {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  perspective: 100px;
}

.byt-custom-pr-preview.-lg {
  padding-bottom: 100%;
}

.byt-custom-pr-preview.byt-custom-pr-previewfull img,
.byt-custom-pr-preview video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-review,
.byt-custom-pr-preview.-lg {
  background-size: cover;
}

.section-review:after,
.byt-custom-pr-preview.position-relative.-lg:after {
  content: "";
  background: rgb(24 24 21 / 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section-r-content span,
.section-r-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgb(255 255 255 / 50%);
}

.byt-custom-pr .byt-custom-pr-preview.-lg {
  padding-bottom: 70px;
  padding-top: 100px;
}

.page-template-about-us .byt-review-transperant {
  padding-bottom: 100px;
}

.byt-page-pr .byt-custom-pr-preview.-lg {
  padding-bottom: 56.25% !important;
}

.top_nav {
  padding: 0px 0px 0px;
}

.bg-color-graphics-designing {
  background: rgb(255 211 67 / 10%);
}

.bg-color-graphics-designing:after {
  background: url(../images/UIUX.svg);
}

.bg-color-sales {
  background: rgb(250 124 117 / 10%);
}

.bg-color-sales:after {
  background: url(../images/bytes.svg);
}

.bg-color-digital-marketing {
  background: rgb(250 124 117 / 10%);
}

.bg-color-digital-marketing:after {
  background: url(../images/bytes.svg);
}

.section-brand{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 60px
}

.section-brand .brand-i{
  width: 20%;
  margin: auto;
  display: flex;
  align-items: center;
  max-height: 100px;
  margin: 32px 0;
  min-height: unset;  
}

.section-brand .brand-i img{
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
  transition: all 0.2s;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.section-brand .brand-i img:hover{
  -webkit-filter: unset;
  filter: unset;
}

.bt-heading{
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: #fff !important;
}

/* from responsive.css */

@media (min-width: 768px) {
  .byt-custom-pr-preview.-lg {
    padding-bottom: 56.25%;
  }
}

/*review slider css*/
.review-images-wrap .swiper-wrapper {
  justify-content: center;
  transform: none !important;
  align-items: center;
  flex-wrap: wrap;
}

.byt-review-transperant .container {
  max-width: 850px !important;
}

.byt-review-transperant .review-slider-content {
  overflow: hidden;
}

.byt-review-transperant .review-slider-content>.swiper-wrapper {
  align-items: center;
}

.byt-review-transperant .swiper-wrapper {
  min-height: 60px;
}

.byt-review-transperant .slider-thumb .swiper-slide {
  height: 60px !important;
  width: 60px !important;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.byt-review-transperant .slider-thumb .swiper-slide img {
  width: 48px;
  height: 48px;
  filter: grayscale(1);
  border-radius: 50%;
  transition: all 0.5s;
  object-fit: cover;
}

.byt-review-transperant .slider-thumb .swiper-slide.swiper-slide-thumb-active {
  height: 60px !important;
  width: 60px !important;
  border: 2px solid red;
}

.byt-review-transperant .slider-thumb .swiper-slide.swiper-slide-thumb-active img {
  width: 56px;
  height: 56px;
  filter: grayscale(0);
}

.bt-brands p {
  padding-top: 20px;
  color: #121212;
}

.bt-brands h2 {
  color: #121212;

}

.bt-about-core-box picture {
  background-color: #c3d7da;
  display: block;
  overflow: hidden;
}

@media (max-width: 1600px) {

  header.main_header+section,
  header.main_header+div {
    padding-top: 160px !important;
  }

  .by-pb-inner {
    padding-bottom: 25px;
  }

  .byt-review-transperant .swiper-thumbs {
    padding-top: 50px;
  }

  .bt-counter.section-spacer.bt-no-spacer {
    padding-top: 12px;
    padding-bottom: 45px !important;
  }

  section.bt-brands.section-space-xl {
    padding: 90px 0;
  }

  .bt-about-journey-left-content p.p-large,
  .hire-dedic-team p.p-large {
    margin-bottom: 20px;
  }

  .bt-about-journey-left-content p {
    margin-bottom: 20px;
  }

  .bt-about-principle-box h5 {
    padding: 25px 0;
    font-size: 24px;
  }

  .bt-about-principle-box p {
    font-size: 20px;
  }

  .bt-about-team h2+p,
  .bt-about-core h2+p,
  .bt-about-mentors h2+p {
    padding-bottom: 0px;
  }

  .bt-about-core-box h5,
  .bt-about-mentors-box h5 {
    padding-top: 12px;
  }

  .bt-about-core-box {
    padding-bottom: 30px;
  }

  .bt-about-mentors-box .social-icon {
    margin-top: 10px;
  }

  section.bt-awards .section-space-xl-inner {
    padding-top: 50px !important;
  }

  section.bt-awards.section-space-xl {
    padding-bottom: 20px !important;
  }

  .page-template-about-us .section-single-pr-img+.bt-about-journey {
    padding-top: 45px !important;
  }

  .bt-brands p {
    padding-top: 50px;
  }

  .section-brand {
    padding-top: 50px;
  }

  .brand-i {
    margin: 30px 0;
  }

  .byt-custom-pr .byt-custom-pr-preview.-lg {
    padding-top: 90px;
  }

  .byt-custom-pr-content.ab-review .small-heading p {
    font-size: 18px;
  }

  .byt-review-transperant h4 {
    font-weight: 600;
  }

  .page-template-about-us .byt-review-transperant {
    padding-bottom: 90px;
  }

  .stroke-title {
    font-size: 50px !important;
  }

  section.bt-about-mentors.section-spacer.bt-no-spacer {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 1366px) {

  header.main_header+section,
  header.main_header+div {
    padding-top: 150px !important;
  }

  .breadcrumbs-top-heading p {
    margin-bottom: 20px;
  }

  .by-pb-inner {
    padding-bottom: 20px;
  }

  .stroke-title {
    font-size: 40px !important;
  }

  .bt-counter.section-spacer.bt-no-spacer {
    padding-bottom: 40px !important;
  }

  .page-template-about-us .section-single-pr-img+.bt-about-journey {
    padding-top: 40px !important;
  }

  .page-template-about-us .section-single-pr-img+.bt-about-journey {
    padding-top: 60px;
  }

  .page-template-about-us .bt-counter.section-spacer.bt-no-spacer {
    padding-bottom: 60px;
  }

  .byt-review-transperant .swiper-thumbs {
    padding-top: 40px;
  }

  section.bt-brands.section-space-xl {
    padding: 80px 0;
  }

  .bt-counter.section-spacer.bt-no-spacer {
    padding-top: 0px;
  }

  .bt-about-journey-left-content p.p-large,
  .hire-dedic-team p.p-large {
    margin-bottom: 20px;
  }

  .bt-about-journey-left-content p {
    margin-bottom: 14px;
  }

  .bt-about-principle-box {
    padding-bottom: 30px;
  }

  section.bt-about-mentors.section-spacer.bt-no-spacer {
    padding-bottom: 30px !important;
  }

  .section-brand {
    padding-top: 40px;
  }

  .bt-brands {
    margin-top: 0px;
  }

  .brand-i img {
    max-width: 110px;
  }

  .byt-custom-pr .byt-custom-pr-preview.-lg {
    padding-top: 80px;
  }

  .byt-custom-pr-content.ab-review .small-heading p {
    font-size: 16px;
  }

  .bt-awards picture {
    margin-bottom: 40px !important;
  }

  .bt-about-mentors.section-spacer {
    padding-top: 0;
  }

  .bt-about-principle-box h5 {
    padding: 20px 0;
    font-size: 22px;
  }

  .bt-about-principle-box p {
    font-size: 18px;
    line-height: 28px;
  }

  .bt-about-core-box h5,
  .bt-about-mentors-box h5 {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .bt-about-core-box p,
  .bt-about-mentors-box p {
    line-height: 28px;
  }

  .bt-about-mentors-box img {
    object-fit: cover;
    width: 100%;
    object-position: top;
  }

  .byt-custom-pr-content.ab-review .small-heading p {
    font-size: 18px;
    line-height: normal;
  }

  .bt-about-mentors .space-60,
  .bt-about-core .space-60,
  .bt-about-team .space-60 {
    padding: 30px 0px;
  }

  .bt-about-mentors p,
  .bt-about-core p,
  .bt-about-team p {
    max-width: 100%;
  }

  .bt-about-team h2+p,
  .bt-about-core h2+p,
  .bt-about-mentors h2+p {
    padding-bottom: 20px;
  }

  section.bt-awards .section-space-xl-inner {
    padding-top: 40px !important;
  }

  section.bt-awards.section-space-xl {
    padding-bottom: 40px !important;
  }

  a.text-white.btn-talk {
    font-size: 55px;
    line-height: 60px;
  }

  .section-spacer .banner-block-content {
    padding-bottom: 0px;
  }

  .bt-brands p {
    padding-top: 40px;
  }

  .bt-about-start-box p {
    padding: 30px 0;
  }

  .section-space-xl {
    padding: 80px 0;
  }

  .page-template-about-us .byt-review-transperant {
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {

  header.main_header+section,
  header.main_header+div {
    padding-top: 120px !important;
  }

  .breadcrumbs-top-heading p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .bt-about-gallery .col-lg-6:nth-of-type(1) {
    padding-right: 15px;
  }

  .bt-about-gallery .col-lg-6:nth-of-type(2) {
    padding-left: 15px;
  }

  .bt-about-gallery-right picture,
  .bt-about-gallery-left img {
    height: auto;
  }

  .bt-about-core-box {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

  .bt-about-journey .row {
    flex-direction: column-reverse;
  }

  .bt-about-journey-right-content {
    margin-bottom: 35px;
    margin-right: auto;
  }

  section.bt-counter {
    text-align: center;
  }

  .bt-about-gallery-left picture {
    padding-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .bt-about-start-box {
    right: 30px;
    padding: 40px;
    max-width: 390px;
    text-align: left;
  }

  .bt-about-core-box h5,
  .bt-about-mentors-box h5 {
    font-size: 16px;
    line-height: 26px;
  }

  .bt-about-core-box p,
  .bt-about-mentors-box p {
    line-height: 26px;
  }

  .bt-about-mentors-box {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
  }

  .bt-counter-content {
    margin-bottom: 30px;
  }

  .bt-counter .col-lg-3.col-6:nth-of-type(3) .bt-counter-content,
  .bt-counter .col-lg-3.col-6:nth-of-type(4) .bt-counter-content {
    margin-bottom: 0;
  }

  .bt-about-core-box {
    text-align: center;
  }

  .bt-cursor {
    display: none;
  }

  .container {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {

  .brand-i {
    width: 25%;
  }

  .brand-i img {
    max-width: 100px;
  }

  .container-fluid {
    padding: 0px 30px;
  }

  .icon-content p {
    font-size: 16px;
  }

  .bt-awards picture {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bt-about-team .col {
    width: 11%;
    max-width: 11%;
    flex-basis: 16%;
    padding: 0px;
  }

  .bt-about-team-wrapper {
    padding-top: 0px;
    margin-top: 0px;
  }

  .bt-about-core .col-auto {
    max-width: 20% !important;
    padding: 0 5px;
    width: 20% !important;
  }

  .bt-about-mentors .col-auto {
    max-width: 25%;
  }

  section.section-single-pr-img .c-fixed {
    opacity: 1;
    background-attachment: unset;
    background-position: -122px 0px !important;
  }
}

@media (max-width: 991px) {
  .bt-about-mentors-box {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
  }

  .bt-counter-content {
    margin-bottom: 30px;
  }

  .bt-counter .col-lg-3.col-6:nth-of-type(3) .bt-counter-content,
  .bt-counter .col-lg-3.col-6:nth-of-type(4) .bt-counter-content {
    margin-bottom: 0;
  }

  .bt-about-core-box {
    text-align: center;
  }

  .bt-about-gallery-right img {
    padding-bottom: 20px;
  }

  .bt-about-journey .bt-about-journey-left-content .magnetic a {
    margin-top: 15px;
  }

  .byt-review-transperant .slider-thumb .swiper-slide img {
    width: 40px;
    height: 40px;
  }

  .byt-review-transperant .slider-thumb .swiper-slide {
    height: 44px !important;
    width: 44px !important;
  }

  .bt-about-team .magnetic a {
    margin-top: 20px;
  }

  .page-template-about-us .bt-about-principle .row .col-md-6:nth-child(even) .bt-about-principle-box {
    margin-left: 0;
  }

  .bt-about-mentors .row .col-auto:last-child .bt-about-mentors-box {
    margin-bottom: 0;
  }

  .bt-about-mentors-box {
    margin-bottom: 30px;
  }

  .bt-about-core .row .col-auto:nth-of-type(6) .bt-about-core-box {
    padding-bottom: 10px;
  }

  .bt-counter.section-spacer.bt-no-spacer {
    padding-top: 0px;
  }

  .bt-about-mentors-box .social-icon a {
    margin-right: 10px;
  }

  section.bt-about-mentors.section-spacer.bt-no-spacer {
    padding-bottom: 50px;
  }

  .bt-counter-content {
    margin-bottom: 20px;
    text-align: left;
  }

  .page-content-view .right-img img,
  .bt-about-journey-right-content img {
    max-width: 250px;
  }

  .bt-about-journey-left-content p {
    margin-bottom: 20px;
  }

  .bt-about-team p {
    padding-bottom: 20px;
  }

  .bt-about-team-wrapper {
    margin-top: 0px;
  }

  .bt-about-team-wrapper:hover .bt-about-name {
    height: auto;
  }

  .bt-about-principle-box h5 {
    font-size: 20px;
  }

  .bt-brands.section-space-xl {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }

  .bt-about-journey h2 br {
    display: none;
  }

  .bt-about-journey-left-content p {
    text-align: left;
  }

  .bt-about-journey-left-content p:nth-last-child(2) {
    margin-bottom: 0px;
  }

  .bt-about-team,
  .bt-about-core,
  .bt-about-mentors {
    text-align: center;
  }

  .bt-about-mentors-box .social-icon {
    opacity: 1;
  }

  .page-template-about-us .byt-review-transperant {
    padding-bottom: 50px !important;
  }

  .bt-about-start-box .magnetic {
    margin-top: 10px;
  }

  .bt-about-start .byt-custom-pr-preview.position-relative.-lg {
    height: 50vh;
  }

  .bt-about-start {
    text-align: center;
  }

  .bt-about-start-box p {
    padding: 25px 0;
  }

  .bt-about-team-wrapper:before {
    content: none;
  }

  .bt-about-team-wrapper::after {
    opacity: 1;
  }

  .bt-about-team-wrapper .bt-about-name {
    position: absolute;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2px 0px;
  }

  .bt-about-team-wrapper h5 {
    line-height: normal;
    position: static;
    margin-bottom: 0;
    font-weight: 400;
    transform: none;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    text-shadow: 0px 0px 7px #fff;
    bottom: 0px;
  }

  .byt-scale:hover img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .bt-about-mentors-box .social-icon {
    margin-top: 5px;
  }

  .bt-about-core-box h5 {
    font-size: 16px;
    line-height: normal;
  }

  .bt-about-core-box {
    padding-bottom: 20px;
  }

  .bt-about-journey .row {
    flex-direction: column-reverse;
  }

  .bt-counter-content {
    text-align: center;
  }

  .bt-about-gallery-left img {
    padding-bottom: 20px;
  }
}

.bt-brands.section-space-xl {
  margin-top: 30px;
}

@media (max-width: 1600px) {
  .bt-about-core-box h5 {
    font-size: 17px;
    line-height: 18px;
  }

  .bt-about-mentors .col-auto {
    max-width: 20%;
  }
}

@media (max-width: 1536px) {
  .bt-about-core-box h5 {
    font-size: 16px;
  }

  .bt-about-core-box p {
    font-size: 12px;
  }
}

@media (max-width: 1441px) {
  .bt-about-core-box h5 {
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .bt-about-core .col-auto {
    max-width: 12.5%;
    padding: 0 5px;
    width: 12.5%;
  }

  .bt-about-core-box h5 {
    font-size: 14px;
    line-height: 16px;
  }

  .bt-about-core-box p {
    font-size: 12px;
  }

  .bt-about-mentors .col-auto {
    max-width: 25% !important;
  }
}

@media (max-width: 1280px) {
  .bt-about-core .col-auto {
    max-width: 16.6%;
    padding: 0 5px;
    width: 16.6%;
  }

  .bt-about-core-box h5 {
    font-size: 17px;
    line-height: 18px;
  }

  .bt-about-core-box p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .bt-about-mentors-box h5 {
    font-size: 18px !important;
  }

  section.bt-about-mentors.section-spacer.bt-no-spacer {
    padding-bottom: 20px !important;
  }
}

.bt-about-team.section-spacer .row {
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: center;
}

.bt-about-mentors-box h5 {
  font-size: 21px;
  color: #181815;
}

.bt-about-mentors-box p {
  font-size: 18px;
}

.bt-about-team p,
.bt-about-core p,
.bt-about-mentors p.mb-0 {
  text-align: center;
  margin: 0px auto;
  color: #181815;
}

.bt-about-team h2,
.bt-about-core h2,
.bt-about-mentors h2 {
  text-align: center;
  margin: 0px auto;
  color: #181815;
}

.bt-about-core-box {
  text-align: center;
}

.bt-about-mentors-box {
  text-align: center;
}

body {
  background: #ffffff !important;
}

.section-talk {
  background: #181815;
}

.about-us-banner,
.bt-counter {
  background: #000;
}

.bt-counter {
  padding: 30px 0;
  position: relative;
}

.bt-counter .bt_counter_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.section-single-pr-img .c-fixed_wrapper {
  z-index: 999;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-single-pr-img {
  background: #000;
  padding: 30px 0;
  margin: 0;
  overflow: hidden;
}

.bt-about-team .magnetic a:hover {
  border-color: #181815 !important;
  color: #181815 !important;
}