/*
Template Name: tbb
Template URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: tbb - Creative Portfolio Agency HTML5 Template
Version: 1.1
*/
/* TABLE OF CONTENTS
	1. Global
		1.1 Container
		1.2 Margin / Padding
		1.3 Typography
		1.4 Alignment
		1.5 Animations
		1.6 Hovers
		1.7 Buttons
		1.8 Socials
		1.9 Stars
		1.10 Parallax
		1.11 Swiper
		1.12 tbb Navigations
		1.13 Preloader
	2. Header
	3. Footer
	4. Hero
		4.1 Hero Slider
		4.2 Hero Carousel
		4.3 Hero Parallax
	5. Services
		5.1 Services-2
		5.2 Services-3
		5.3 Services-4
	6. Numbers
	7. Ticker
	8. Portfolio
		8.1 Portfolio Showcase
	9. Team
	10. Testimonials
	11. Video
	12. Counter
	13. CTA
	14. Blog
		14.1 Blog Carousel
	15. Brands
	16. Team
	17. Pricing
	18. Contacts
	19. Subscribe
	20. History
	21. Intro
	22. FAQ
	23. Portfolio Single
	24. Team Single
	25. 404
	26. Blog Posts & Post
	Skin Options
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');



/* ---
	1. Global
---*/
* {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: visible;
  height: auto !important;
  font-size: 18px;
  color: #1B252E;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}


.logo-slider {
  width: 100%;
  overflow: hidden;
}

.logo {
  display: inline-block;
  margin-right: 20px; /* Adjust spacing between logos */
  opacity: 0;
  animation: slide 5s infinite; /* Adjust animation duration as needed */
}

.logo img {
  width: 100px; /* Adjust logo size as needed */
  height: auto;
}

@keyframes slide {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

a:link {
  color: #000;
}

a:active {
  color: #000;
}

h3.text-light{
  font-size: 28px;
  margin-bottom: 0;
}

div.hero-text{
  gap: 1rem;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a img {
  border: none;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
button {
  font-family: "Noto Sans";
}

label {
  cursor: pointer;
}

iframe {
  max-width: 100%;
}

form p {
  margin: 0 0 15px 0;
}

footer .row{
  width: 100%;
}

.row{
  width: auto;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}


b, strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.tbb--noscroll {
  overflow: hidden !important;
}

.tbb--notouch {
  pointer-events: none !important;
}

/* Container */
.container {
  max-width: 1318px;
}

.container-lg {
  max-width: 1338px;
}

.container-xl {
  max-width: 1368px;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}

.footer--fixed .wrapper {
  padding-bottom: 0px;
}

.tbb-section-full {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.tbb-section-full > div {
  position: relative;
}

.tbb-section-bg {
  background-color: #FAFAFA;
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile-extra {
    display: none;
  }
}
@media (min-width: 991px) {
  .hide-on-desktop {
    display: none;
  }
}
/* Margin / Padding */
.row.gap-row {
  margin-top: -30px;
}

.row.gap-row > div {
  margin-top: 30px;
}

.gap-top-20 {
  padding-top: 20px;
}

.gap-140 {
  padding: 140px 100px;
}

.gap-top-140 {
  padding-top: 140px;
}

.gap-top-130 {
  padding-top: 130px;
}

.gap-top-120 {
  padding-top: 120px;
}

.gap-top-110 {
  padding-top: 110px;
}

.gap-top-100 {
  padding-top: 100px;
}

.gap-top-90 {
  padding-top: 90px;
}

.gap-top-80 {
  padding-top: 80px;
}

.gap-top-70 {
  padding-top: 70px;
}

.gap-top-60 {
  padding-top: 60px;
}

.gap-top-50 {
  padding-top: 50px;
}

.gap-top-40 {
  padding-top: 40px;
}

.gap-top-0 {
  padding-top: 40px;
}

.gap-bottom-140 {
  padding-bottom: 140px;
}

.gap-bottom-130 {
  padding-bottom: 130px;
}

.gap-bottom-120 {
  padding-bottom: 120px;
}

.gap-bottom-110 {
  padding-bottom: 110px;
}

.gap-bottom-100 {
  padding-bottom: 100px;
}

.gap-bottom-90 {
  padding-bottom: 90px;
}

.gap-bottom-80 {
  padding-bottom: 80px;
}

.gap-bottom-70 {
  padding-bottom: 70px;
}

.gap-bottom-60 {
  padding-bottom: 60px;
}

.gap-bottom-50 {
  padding-bottom: 50px;
}

.gap-bottom-40 {
  padding-bottom: 40px;
}

.gap-bottom-0 {
  padding-bottom: 0px;
}

@media (max-width: 1024px) {
  .gap-140 {
    padding: 140px 20px;
  }
}
@media (max-width: 767px) {
  .gap-140 {
    padding: 80px 50px;
  }
  .gap-top-140 {
    padding-top: 100px;
  }
  .gap-top-130 {
    padding-top: 65px;
  }
  .gap-top-120 {
    padding-top: 60px;
  }
  .gap-top-110 {
    padding-top: 55px;
  }
  .gap-top-100 {
    padding-top: 50px;
  }
  .gap-top-90 {
    padding-top: 45px;
  }
  .gap-top-80 {
    padding-top: 40px;
  }
  .gap-top-70 {
    padding-top: 35px;
  }
  .gap-top-60 {
    padding-top: 30px;
  }
  .gap-top-50 {
    padding-top: 30px;
  }
  .gap-top-40 {
    padding-top: 30px;
  }
  .gap-bottom-140 {
    padding-bottom: 80px;
  }
  .gap-bottom-130 {
    padding-bottom: 65px;
  }
  .gap-bottom-120 {
    padding-bottom: 60px;
  }
  .gap-bottom-110 {
    padding-bottom: 55px;
  }
  .gap-bottom-100 {
    padding-bottom: 50px;
  }
  .gap-bottom-90 {
    padding-bottom: 45px;
  }
  .gap-bottom-80 {
    padding-bottom: 40px;
  }
  .gap-bottom-70 {
    padding-bottom: 35px;
  }
  .gap-bottom-60 {
    padding-bottom: 30px;
  }
  .gap-bottom-50 {
    padding-bottom: 30px;
  }
  .gap-bottom-40 {
    padding-bottom: 30px;
  }
}
/* Typography */
figure {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Noto Sans";
  margin: 0;
  margin-bottom: 15px;
  color: #000;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 40px 0 30px 0;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
  margin-top: 0;
}

h1.tbb-title-1,
h2.tbb-title-1,
h3.tbb-title-1,
h4.tbb-title-1,
h5.tbb-title-1,
h6.tbb-title-1,
.tbb-title-1 {
  margin: 0;
  font-size: 4.375rem;
}

h1.tbb-title-2,
h2.tbb-title-2,
h3.tbb-title-2,
h4.tbb-title-2,
h5.tbb-title-2,
h6.tbb-title-2,
.tbb-title-2 {
  margin: 0;
  font-size: 3.75rem;
}

h1.tbb-title-2 strong,
h2.tbb-title-2 strong,
h3.tbb-title-2 strong,
h4.tbb-title-2 strong,
h5.tbb-title-2 strong,
h6.tbb-title-2 strong,
.tbb-title-2 strong {
  font-size: 1.2em;
  font-weight: 700;
}

h1.tbb-title-3,
h2.tbb-title-3,
h3.tbb-title-3,
h4.tbb-title-3,
h5.tbb-title-3,
h6.tbb-title-3,
.tbb-title-3 {
  margin: 0;
  font-size:1.875rem;
}

.tbb-subtitle-1 {
  margin: 0 0 20px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.tbb-subtitle-3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.tbb-subtitle-2 {
  margin: 20px 0;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  h1.tbb-title-1,
  h2.tbb-title-1,
  h3.tbb-title-1,
  h4.tbb-title-1,
  h5.tbb-title-1,
  h6.tbb-title-1,
  .tbb-title-1 {
    margin: 0;
    font-size: 3.75rem;
  }
  h1.tbb-title-2,
  h2.tbb-title-2,
  h3.tbb-title-2,
  h4.tbb-title-2,
  h5.tbb-title-2,
  h6.tbb-title-2,
  .tbb-title-2 {
    margin: 0;
    font-size: 3.125px;
  }
  h1.tbb-title-3,
  h2.tbb-title-3,
  h3.tbb-title-3,
  h4.tbb-title-3,
  h5.tbb-title-3,
  h6.tbb-title-3,
  .tbb-title-3 {
    margin: 0;
    font-size: 2.5rem;
  }
  h1.tbb-title-1 br,
  h2.tbb-title-1 br,
  h3.tbb-title-1 br,
  h4.tbb-title-1 br,
  h5.tbb-title-1 br,
  h6.tbb-title-1 br,
  .tbb-title-1 br {
    display: none;
  }
  h1.tbb-title-2 br,
  h2.tbb-title-2 br,
  h3.tbb-title-2 br,
  h4.tbb-title-2 br,
  h5.tbb-title-2 br,
  h6.tbb-title-2 br,
  .tbb-title-2 br {
    display: none;
  }
  h1.tbb-title-3 br,
  h2.tbb-title-3 br,
  h3.tbb-title-3 br,
  h4.tbb-title-3 br,
  h5.tbb-title-3 br,
  h6.tbb-title-3 br,
  .tbb-title-3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  h1.tbb-title-1,
  h2.tbb-title-1,
  h3.tbb-title-1,
  h4.tbb-title-1,
  h5.tbb-title-1,
  h6.tbb-title-1,
  .tbb-title-1 {
    margin: 0;
    font-size: 4.25rem;
  }
  h1.tbb-title-2,
  h2.tbb-title-2,
  h3.tbb-title-2,
  h4.tbb-title-2,
  h5.tbb-title-2,
  h6.tbb-title-2,
  .tbb-title-2 {
    margin: 0;
    font-size: 2.375rem;
  }
  h1.tbb-title-3,
  h2.tbb-title-3,
  h3.tbb-title-3,
  h4.tbb-title-3,
  h5.tbb-title-3,
  h6.tbb-title-3,
  .tbb-title-3 {
    margin: 0;
    font-size: 32px;
  }
  html,
  body {
    font-size: 16px;
  }
}
body .tbb-text-white,
body .tbb-text-white h1,
body .tbb-text-white h2,
body .tbb-text-white h3,
body .tbb-text-white h4,
body .tbb-text-white h5,
body .tbb-text-white h6,
body .tbb-text-white a {
  color: #fff;
}

body .tbb-text-black,
body .tbb-text-black h1,
body .tbb-text-black h2,
body .tbb-text-black h3,
body .tbb-text-black h4,
body .tbb-text-black h5,
body .tbb-text-black h6,
body .tbb-text-black a {
  color: #000;
}

p {
  padding: 0;
  margin: 20px 0;
}

strong {
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
input[type=address],
input[type=number],
textarea {
  position: relative;
  padding: 0 30px;
  display: block;
  width: 100%;
  height: 62px;
  font-size: 16px;
  color: #000;
  resize: none;
  outline: 0;
  font-weight: 400;
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 62px;
  -webkit-border-radius: 62px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

textarea {
  height: 125px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: none;
  border-radius: 31px;
  -webkit-border-radius: 31px;
}

label,
legend {
  display: block;
  padding-bottom: 20px;
  font-family: "Noto Sans";
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label.error {
  padding: 5px 10px 0 10px;
  font-size: 14px;
  line-height: 2;
  color: red;
  display: none;
}

ul {
  list-style: disc;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ol {
  list-style: decimal;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style-position: inside;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

code {
  padding: 0 4px;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: auto;
  max-width: 100%;
  white-space: nowrap;
}

pre {
  margin: 30px 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
  white-space: pre;
  font-size: 14px;
}

mark,
ins {
  text-decoration: none;
}

video{
  width: 100%;
}

dt {
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 30px;
}

blockquote {
  position: relative;
  margin: 40px 0;
  padding: 60px 8% 60px 170px;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  background: #000;
  text-align: left;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 70px;
  width: 80px;
  height: 80px;
  background-color: #D8FF36;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

/* SERVICE IMAGE */


.service-image {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px; /* Adjust height as needed */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 20px; /* Apply border radius to the image */
  overflow: hidden; /* Ensure image respects border radius */
}

.service-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;/* Black overlay with 80% opacity */
}

.tbb-service-grid-item {
  position: relative;
  z-index: 1;
}

.tbb-text {
  font-size: 1.25rem;
  padding: 20px;
}
div.text{
  font-size: 1.25rem;
}

div.main_content{
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .service-image {
      min-height: auto; /* Adjust height for mobile view */
  }
}
/* SERVICE IMAGE */

blockquote:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  pointer-events: none;
}

blockquote p {
  margin: 0 !important;
  font-style: normal;
}

blockquote a {
  color: #fff;
  text-decoration: underline;
}

blockquote cite {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-top: 20px;
  position: relative;
  text-align: left;
  color: #fff;
}

blockquote cite em {
  font-style: normal;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  vertical-align: top;
}

select,
.custom-select {
  background-color: transparent;
  border: 0;
  border: solid 1px #c9c9c9;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  font-size: inherit;
  height: auto;
  padding: 15px 16px;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -1rem;
  outline: none;
}

select,
.custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.1rem center/40px 12px;
}

hr {
  border-top: 1px solid #8d99a7;
}

.tbb-contact-info {
  position: relative;
  background: #000;
  padding: 50px;
  height: 100%;
}

.tbb-contact-info::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  pointer-events: none;
}

.tbb-contact-info > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-contact-info > ul > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #3E3E3E;
}

.tbb-contact-info > ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* alignment */
.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.pull-none {
  float: none !important;
}

.mrg-left {
  margin-right: auto;
}

.mrg-right {
  margin-left: auto;
}

.mrg-center {
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  max-width: 50%;
}

.alignleft {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  max-width: 50%;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.full-max-width {
  max-width: 100%;
  width: auto;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.vertical-center {
  display: table-cell;
  vertical-align: middle;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-italic {
  font-style: italic !important;
}

.alert-success {
  color: #000;
  background: transparent;
  border: none;
}

@media (max-width: 767px) {
  .alignright {
    margin-left: 0px;
    margin-bottom: 30px;
    float: none;
    max-width: 100%;
  }
  .alignleft {
    margin-right: 0px;
    margin-bottom: 30px;
    float: none;
    max-width: 100%;
  }
  .wp-block-image .alignright,
  .wp-block-image .alignleft {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .m-align-left {
    text-align: left !important;
  }
  .m-align-center {
    text-align: center !important;
  }
  .m-align-right {
    text-align: right !important;
  }
}
/*animations*/
.tbb-circle-move {
  animation: tbb-circle-move 6s infinite ease-in-out;
}

@keyframes tbb-circle-move {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(4px, 4px);
  }
  50% {
    transform: translate(0px, 4px);
  }
  75% {
    transform: translate(-4px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.splitting span:not(.whitespace) {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.splitting span .word {
  position: relative;
  transform: translate(0, 100%);
  transition: transform 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}

.splitting span .word {
  -webkit-transition-delay: calc(100ms + 100ms * var(--line-index));
  transition-delay: calc(100ms + 100ms * var(--line-index));
}

.animated--active .splitting[data-scroll=in] span .word,
.animated--swiper--active .swiper-slide-active .splitting span .word {
  transform: translate(0, 0%);
}

*[data-tbb-overlay] {
  position: relative;
}

.tbb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: transform 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  transform-origin: top right;
  transform: scaleX(1);
  z-index: 2;
  pointer-events: none;
}

.animated--active [data-scroll=in] .tbb-overlay {
  transform: scaleX(0);
}

.animated--swiper--active .swiper-slide-active .tbb-overlay {
  transform: scaleX(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

/* hovers */
.tbb-hover-1::before,
.tbb-hover-2::before,
.tbb-hover-3::before {
  margin: 0;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  background: #D8FF36;
  pointer-events: none;
}

.tbb-hover-2::before {
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.tbb-hover-3::before {
  margin: -400px 0 0 -400px;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 800px;
}

.tbb-hover-1:hover::before,
.tbb-hover-2:hover::before,
.tbb-hover-3:hover::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-hover-black::before {
  background: #000 !important;
}

.tbb-hover-black-30::before {
  background: rgba(0, 0, 0, 0.3) !important;
}

.tbb-hover-btn > .arrow::after,
.tbb-hover-btn > i::after {
  margin: 0;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  background: #D8FF36;
  transform-origin: center center;
}

.tbb-hover-btn::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #000;
  border-radius: 66px;
  -webkit-border-radius: 66px;
}

.tbb-hover-btn::after {
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  background: #D8FF36;
  transform-origin: bottom center;
  z-index: 1;
}

.tbb-hover-btn:hover::after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
}

.tbb-hover-btn:hover > .arrow::after,
.tbb-hover-btn:hover > i::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-hover-label {
  position: relative;
}

.tbb-hover-label .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px) scale(0.8);
  -webkit-transform: translateY(6px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-hover-label:hover .label {
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}

/*buttons*/
a.tbb-lnk,
span.tbb-lnk,
.tbb-lnk a {
  position: relative;
}

a.tbb-lnk::after,
span.tbb-lnk::after,
.tbb-lnk a::after,
a.tbb-lnk.lnk--revert::after,
span.tbb-lnk.lnk--revert::after,
.tbb-lnk.lnk--revert a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transform-origin: bottom right;
}

a.tbb-lnk.lnk--white::after,
span.tbb-lnk.lnk--white::after,
.tbb-lnk.lnk--white a::after {
  background: #fff;
}

a.tbb-lnk.lnk--active::after,
span.tbb-lnk.lnk--active::after,
.tbb-lnk.lnk--active a::after {
  background: #D8FF36;
}

a.tbb-lnk.lnk--revert::after,
span.tbb-lnk.lnk--revert::after,
.tbb-lnk.lnk--revert a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

a.tbb-lnk:hover::after,
span.tbb-lnk:hover::after,
.tbb-lnk a:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

a.tbb-lnk.lnk--revert:hover::after,
span.tbb-lnk.lnk--revert:hover::after,
.tbb-lnk.lnk--revert a:hover::after {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: bottom right;
}

a.tbb-btn,
.tbb-btn,
button[type=submit],
input[type=submit],
a.tbb-btn-circle,
.tbb-btn-circle {
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  height: 66px;
  line-height: 66px;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  border: none;
  box-shadow: none !important;
  text-align: center;
  background: transparent;
  border-radius: 66px;
  -webkit-border-radius: 66px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

button[type=submit],
input[type=submit] {
  background: #000;
  border-radius: 66px;
  -webkit-border-radius: 66px;
}

button[type=submit].tbb-btn,
input[type=submit].tbb-btn {
  background: transparent;
}

a.tbb-btn.btn--large,
.tbb-btn.btn--large {
  padding: 0 40px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

a.tbb-btn-circle,
.tbb-btn-circle {
  padding: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #3E3E3E;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.tbb-btn.btn--border {
  color: #000;
}

.tbb-btn.btn--border.btn--white {
  color: #fff;
}

.tbb-btn.btn--full {
  width: 100%;
}

.tbb-btn.btn--white::before {
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.tbb-btn.btn--border::before {
  background: transparent;
  border: 1px solid #000;
}

.tbb-btn.btn--border.btn--white::before {
  background: transparent;
  border: 1px solid #fff;
}

.tbb-btn.btn--border::after {
  background: #000;
}

.tbb-btn.btn--border.btn--color::after {
  background: #D8FF36;
}

.tbb-btn.btn--white::after {
  background: #000;
}

a.tbb-btn.btn--active,
.tbb-btn.btn--active {
  color: #000;
}

.tbb-btn.btn--active::before {
  background: #D8FF36;
}

.tbb-btn.btn--active::after {
  background: #fff;
}

a.tbb-btn:hover,
.tbb-btn:hover {
  color: #000;
  text-decoration: none;
}

a.tbb-btn.btn--white:hover,
.tbb-btn.btn--white:hover,
a.tbb-btn.btn--border:hover,
.tbb-btn.btn--border:hover {
  color: #fff;
}

a.tbb-btn.btn--border.btn--color:hover,
.tbb-btn.btn--border.btn--color:hover {
  color: #000;
}

.tbb-btn .arrow,
.tbb-head-btn .arrow,
.tbb-btn.btn--icon i,
.tbb-btn-circle .arrow {
  margin: 0 10px 0 -10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 2;
}

.tbb-head-btn .arrow {
  margin: 0 0 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-btn-circle .arrow {
  margin: 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.tbb-btn .arrow::before,
.tbb-head-btn .arrow::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  background: #D8FF36;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-head-btn .arrow::before {
  background: #000 !important;
}

.tbb-btn.btn--border .arrow::before,
.tbb-btn.btn--border i {
  background: #000;
}

.tbb-btn.btn--border.btn--white .arrow::before,
.tbb-btn.btn--border.btn--white i {
  background: #fff;
}

.tbb-btn:hover .arrow,
.tbb-head-btn:hover .arrow,
.tbb-btn.btn--icon:hover i,
.tbb-btn-circle:hover .arrow {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-btn.btn--large.btn--icon i {
  margin: 0 23px 0 -20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 24px;
}

.tbb-btn.btn--icon.btn--white i,
.tbb-btn.btn--icon.btn--border i {
  background: #000;
  color: #fff;
}

.tbb-btn.btn--icon.btn--border.btn--white i {
  background: #fff;
  color: #000;
}

.tbb-btn.btn--icon.btn--white:hover i,
.tbb-btn.btn--icon.btn--border:hover i {
  color: #000;
}

.tbb-btn.btn--icon.btn--border.btn--white:hover i {
  color: #fff;
}

.tbb-btn.btn--icon i::before {
  position: relative;
  z-index: 2;
}

.tbb-btn .arrow::after {
  background: #000;
}

.tbb-btn.btn--border .arrow::after,
.tbb-btn.btn--border i::after {
  background: #D8FF36;
}

.tbb-btn.btn--border.btn--white .arrow::after,
.tbb-btn.btn--border.btn--white i::after {
  background: #000;
}

.tbb-btn .arrow span,
.tbb-head-btn .arrow span,
.tbb-btn-circle .arrow span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tbb-btn .arrow span::before,
.tbb-btn .arrow span::after,
.tbb-head-btn .arrow span::before,
.tbb-head-btn .arrow span::after,
.tbb-btn-circle .arrow span::before,
.tbb-btn-circle .arrow span::after {
  margin: -2px 0 0 -6px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 3px;
  background: #000;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-btn.btn--border .arrow span::before,
.tbb-btn.btn--border .arrow span::after {
  background: #fff;
}

.tbb-btn.btn--border.btn--white .arrow span::before,
.tbb-btn.btn--border.btn--white .arrow span::after {
  background: #000;
}

.tbb-btn .arrow span::after,
.tbb-head-btn .arrow span::after,
.tbb-btn-circle .arrow span::after {
  content: "";
  width: 3px;
  height: 13px;
  margin: -7px 0 0 -1px;
}

.tbb-btn:hover .arrow span::before,
.tbb-btn:hover .arrow span::after,
.tbb-head-btn:hover .arrow span::before,
.tbb-head-btn:hover .arrow span::after {
  background: #fff;
}

.tbb-btn-circle:hover .arrow span::before,
.tbb-btn-circle:hover .arrow span::after,
.tbb-btn.btn--border:hover .arrow span::before,
.tbb-btn.btn--border:hover .arrow span::after {
  background: #000;
}

.tbb-btn.btn--border.btn--white:hover .arrow span::before,
.tbb-btn.btn--border.btn--white:hover .arrow span::after {
  background: #fff;
}

.tbb-btn > span,
button > span,
.tbb-head-btn span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

/* socials */
.tbb-social-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.tbb-social-1 ul li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.tbb-social-1.social--minimal ul li {
  margin-right: 0;
}

.tbb-social-1 ul li a {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  border: 1px solid #3E3E3E;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: #666;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-social-1.social--minimal ul li a {
  width: 40px;
  height: 40px;
  border: none;
  font-size: 18px;
  color: #000;
}

.tbb-social-1 ul li a::before {
  background: #000;
}

.tbb--social--dark .tbb-social-1 ul li a::before {
  background: #282828;
}

.tbb-social-1 ul li a i,
.tbb-social-1 ul li a span {
  position: relative;
  z-index: 2;
}

.tbb-social-1 ul li a:hover {
  color: #fff;
  border-color: #000;
}

.tbb--social--dark .tbb-social-1 ul li a:hover {
  border-color: #282828;
}

.tbb-social-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.tbb-social-2 ul li {
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}

.tbb-social-2 ul li a {
  position: relative;
  display: flex;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 56px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-social-2 ul li a::before,
.tbb-social-active ul li a::before {
  background: #D8FF36;
}

.tbb-social-2 ul li a i,
.tbb-social-2 ul li a span {
  position: relative;
  z-index: 2;
}

.tbb-social-2 ul li a:hover,
.tbb-social-active ul li a:hover {
  color: #000;
  border-color: #D8FF36;
}

/* stars */
.tbb-stars {
  margin: 0 15px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 26px;
  line-height: 28px;
  font-weight: 800;
  color: #000;
  background: #D8FF36;
  border-radius: 26px;
  -webkit-border-radius: 26px;
}

.tbb-stars i::before {
  color: #000;
}

.tbb-stars.stars--small {
  margin: 0 10px;
  padding: 0 10px;
  font-size: 12px;
  height: 21px;
  line-height: 23px;
}

/* Parallax */
#pp-nav {
  position: absolute !important;
  right: 50px !important;
  width: 32px;
  z-index: 18;
}

#pp-nav ul li {
  margin: 0;
}

#pp-nav ul li + li {
  margin-top: 10px;
}

#pp-nav ul li,
#pp-nav ul li a {
  position: static;
  width: 100%;
  height: auto;
}

#pp-nav ul li a span {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
  background: transparent !important;
  border: none !important;
  opacity: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

#pp-nav ul li a span::before {
  margin: -2px 0 0 -2px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 4px;
  width: 4px;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.parallax--dark #pp-nav ul li a span::before {
  background: #000;
}

#pp-nav .pp-nav-active {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  height: 32px;
  width: 32px;
  border: 1px solid #fff;
  opacity: 0.35;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: top 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: top 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.parallax--dark #pp-nav .pp-nav-active {
  border-color: #000;
}

/* Swiper */
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.tbb-navs {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.tbb-navs-box {
  padding: 7px;
  background: #fff;
  border-radius: 81px;
  -webkit-border-radius: 81px;
}

.tbb-paginations-container {
  position: relative;
  margin: 0 45px;
}

.tbb-navs-box,
.tbb-navs .tbb-prev,
.tbb-navs .tbb-next,
.tbb-paginations,
.tbb-paginations-container {
  display: inline-block;
  vertical-align: middle;
}

.swiper-nav-active {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  opacity: 0.35;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-paginations .swiper-pagination-bullet {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  opacity: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-paginations .swiper-pagination-bullet::before {
  margin: -2px 0 0 -2px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 4px;
  width: 4px;
  background: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-paginations-container.pag--white .swiper-nav-active {
  border-color: #fff;
}

.tbb-paginations-container.pag--white .swiper-pagination-bullet::before {
  background: #fff;
}

/* tbb Navigations */
.tbb-page-navigation {
  position: relative;
  margin: 60px 0 0 0;
  padding: 15px;
  border: 1px solid #B2B2B2;
  border-radius: 60px;
  -webkit-border-radius: 60px;
}

.tbb-page-navigation-content::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.tbb-page-navigation a.page-navigation__posts {
  margin-left: -10px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 100%;
  font-size: 20px;
}

.tbb-page-navigation a {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 21px;
  font-weight: 600;
}

.tbb-page-navigation a.page-navigation__prev {
  float: left;
  display: block;
}

.tbb-page-navigation a.page-navigation__next {
  float: right;
  display: block;
}

.page-links,
.pager,
.tbb-loadmore {
  text-align: center;
  margin: 30px 0;
}

.page-links {
  margin-bottom: 60px;
}

.pager span,
.pager a,
.page-links .post-page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 67px;
  line-height: 67px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.pager a:hover,
.page-links .post-page-numbers:hover {
  background: #D8FF36;
  border-color: #D8FF36;
  color: #000;
}

.pager .current,
.page-links .current {
  color: #000;
  background-color: #D8FF36;
}

.tbb-prev,
.tbb-next,
.pager .tbb-prev,
.pager .tbb-next {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 67px;
  border: 1px solid #6a5a5a;
  border-radius: 67px;
  cursor: pointer;
  background: transparent !important;
}

.pager .tbb-prev {
  margin-right: 30px;
}

.pager .tbb-next {
  margin-left: 30px;
}

.tbb-prev.nav--white,
.tbb-next.nav--white {
  border-color: rgba(255, 255, 255, 0.35);
}

.tbb-prev i,
.tbb-next i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-prev:hover i {
  transform: translateX(-5px);
}

.tbb-next:hover i {
  transform: translateX(5px);
}

.tbb-prev i::before,
.tbb-next i::before {
  margin-top: -1px;
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  width: 50px;
  height: 3px;
  background: #000;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-next i::before {
  left: auto;
  right: 34px;
}

.tbb-prev i::after,
.tbb-next i::after {
  margin-top: -7px;
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  border: 8px solid transparent;
  border-right: 8px solid #000;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-next i::after {
  left: auto;
  right: 19px;
  border-right: 8px solid transparent;
  border-left: 8px solid #000;
}

.tbb-prev.nav--white i::before,
.tbb-next.nav--white i::before {
  background: #fff;
}

.tbb-prev.nav--white:hover i::before,
.tbb-next.nav--white:hover i::before {
  background: #000;
}

.tbb-prev.nav--white i::after {
  border-right-color: #fff;
}

.tbb-prev.nav--white:hover i::after {
  border-right-color: #000;
}

.tbb-next.nav--white i::after {
  border-left-color: #fff;
}

.tbb-next.nav--white:hover i::after {
  border-left-color: #000;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.preloader.loaded {
  visibility: hidden;
  z-index: -1;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  background: #D8FF36;
  transform-origin: top center;
}

.preloader::after {
  background: #000;
}

.preloader.closed::before {
  animation: tbb-preloader-close 0.6s forwards cubic-bezier(0.3, 0, 0.3, 1) 0.3s;
}

.preloader.closed::after {
  animation: tbb-preloader-close 0.6s forwards cubic-bezier(0.3, 0, 0.3, 1);
}

@keyframes tbb-preloader-close {
  0% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
}
.preloader__spinner {
  position: relative;
  width: 50px;
  height: 50px;
  align-self: center;
  z-index: 2;
}

.preloader__double-bounce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bounce 2s infinite ease-in-out;
  opacity: 1;
  border-radius: 50%;
  background-color: #D8FF36;
}

.preloader__double-bounce--delay {
  animation-delay: -1s;
  opacity: 0.5;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.disable_preloader .preloader {
  display: none !important;
}

@media (max-width: 767px) {
  .tbb-prev,
  .tbb-next,
  .pager .tbb-prev,
  .pager .tbb-next {
    width: 57px;
    height: 57px;
    border-radius: 57px;
  }
  .pager .tbb-next {
    margin-left: 15px;
  }
  .pager .tbb-prev {
    margin-right: 15px;
  }
  a.tbb-btn.btn--large,
  .tbb-btn.btn--large {
    font-size: 16px;
  }
}
/*---
	2. Header
---*/
.tbb-header {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 19;
}

.tbb-header-default {
  padding: 20px 0;
}

.admin-bar .tbb-header {
  top: 32px;
}

.tbb-header.sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header--white.tbb-header.sticky {
  background-color: #000;
}

.tbb-header .row > div:first-child {
  z-index: 2;
}

.slideUp {
  position: fixed;
  top: -140px;
  left: 0;
  width: 100%;
}

.slideDown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: black;
}

.slideUp,
.slideDown {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.tbb-logo {
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.tbb-logo:hover {
  text-decoration: none;
}

.logo--large {
  display: block;
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
}

.logo--small {
  display: block;
  font-size: 11px;
  line-height: 1.18;
  opacity: 0.6;
}

.header--white .logo--small,
.header--white .logo--large {
  color: #fff;
}

.tbb-logo-image {
  position: relative;
  line-height: 1;
  /* filter: grayscale(100%); */
}

.tbb-logo-image img {
  transition: filter .15s linear;
}

.tbb-logo-image img.slider-logo {
  transition: filter .15s linear;
  height: 6rem;
}

.tbb-services-grid-fw .row{
  --bs-gutter-x: 0;
}

div.tbb-services-grid-fw
{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.5rem;
}


h5.tbb-title-3 span{
  display: block;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.service-description{
  font-size: 1.5rem;
  text-align: center;
}


.tbb-logo-image img.logo--white,
.header--white .tbb-logo-image img,
.header--active .tbb-logo-image img {
  display: none;
}

.header--white .tbb-logo-image img.logo--white,
.header--active .tbb-logo-image img.logo--white {
  display: block;
}

a.tbb-head-btn,
.tbb-head-btn {
  position: relative;
  float: right;
  height: 40px;
}

.tbb-head-btn::before,
.tbb-head-btn::after {
  display: none;
}

.header--white a.tbb-head-btn,
.header--white .tbb-head-btn,
.header--active a.tbb-head-btn,
.header--active .tbb-head-btn {
  color: #fff;
}

.header--active a.tbb-head-btn,
.header--active .tbb-head-btn {
  transition-delay: 0.6s;
}

.header--builder a.tbb-head-btn,
.header--builder .tbb-head-btn {
  display: inline-block;
  float: none;
}

.header--white .tbb-head-btn .arrow::before,
.header--active .tbb-head-btn .arrow::before {
  background: #fff !important;
}

.header--active .tbb-head-btn .arrow::before {
  transition-delay: 0.6s;
}

.tbb-head-btn .arrow span::before,
.tbb-head-btn .arrow span::after {
  background: #fff;
}

.header--white .tbb-head-btn .arrow span::before,
.header--white .tbb-head-btn .arrow span::after,
.header--active .tbb-head-btn .arrow span::before,
.header--active .tbb-head-btn .arrow span::after {
  background: #000;
}

.tbb-head-btn:hover .arrow span::before,
.tbb-head-btn:hover .arrow span::after {
  background: #000;
}

.header--active .tbb-head-btn .arrow span::before,
.header--active .tbb-head-btn .arrow span::after {
  transition-delay: 0.6s;
}

.tbb-menu-horizontal {
  display: none;
}

.tbb-menu-horizontal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  .tbb-menu-btn {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) {
  .tbb-menu-horizontal {
    display: block;
  }
  .tbb-menu-horizontal + .tbb-menu-btn {
    display: none;
  }
}
.tbb-menu-horizontal ul li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  position: relative;
}

.header--white .tbb-menu-horizontal ul li, .header--white .tbb-menu-horizontal ul li a {
  color: #fff;
}

.tbb-menu-horizontal ul li a {
  font-weight: 500;
}

.tbb-menu-horizontal ul li i {
  margin-left: 8px;
  font-size: 0.8em;
  transition: all 0.3s ease 0s;
}

.tbb-menu-horizontal ul li ul li:hover i {
  transform: rotate(-90deg);
}

.tbb-menu-horizontal ul ul {
  margin-left: -120px;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 0;
  width: 240px;
  background: #fff;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu-horizontal ul ul ul {
  left: 100%;
  margin-left: 0;
}

.tbb-menu-horizontal ul li:hover > ul {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tbb-menu-horizontal ul li:hover > ul ul {
  transform: translate(0, 0);
  -webkit-transform: translate(0, -35px);
}

.tbb-menu-horizontal ul ul:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #000;
}

.tbb-menu-horizontal ul ul ul:before {
  left: 0;
}

.tbb-menu-horizontal ul ul li {
  margin: 15px 0;
  padding: 0;
  display: block;
  line-height: normal;
}

.tbb-menu-horizontal ul ul li,
.header--white .tbb-menu-horizontal ul ul li,
.tbb-menu-horizontal ul ul li a,
.header--white .tbb-menu-horizontal ul ul li a {
  color: #000;
}

.tbb-menu-horizontal ul ul li a {
  font-weight: 400;
  font-size: 16px;
}

.tbb-header-default .tbb-menu-horizontal ul ul li {
  text-align: center;
}

a.tbb-menu-btn,
.tbb-menu-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 40px;
  align-items: center;
  z-index: 2;
}

.tbb-menu-btn span {
  margin-top: -6px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 12px;
  display: block;
}

.tbb-menu-btn span::before,
.tbb-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.header--white .tbb-menu-btn span::before,
.header--white .tbb-menu-btn span::after,
.header--active .tbb-menu-btn span::before,
.header--active .tbb-menu-btn span::after {
  background: #fff;
}

.header--active .tbb-menu-btn span::before,
.header--active .tbb-menu-btn span::after {
  transition-delay: 0.6s;
}

.tbb-menu-btn span::after {
  top: auto;
  bottom: 0;
}

.tbb-menu-btn.btn--active span::before {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.tbb-menu-btn.btn--active span::after {
  bottom: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.tbb-menu-popup {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.tbb-menu-popup.menu--visible {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.tbb-menu-overlay,
.tbb-menu-overlay-after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  background: #D8FF36;
  transform-origin: top center;
  animation: tbb-menu-overlay-close 0.9s forwards cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu-overlay.overlay--circle,
.tbb-menu-overlay-after.overlay--circle {
  left: -25vw;
  top: -25vw;
  width: 150vw;
  height: 150vw;
  border-radius: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
}

.tbb-menu-overlay-after {
  background: #000;
  animation: tbb-menu-overlay-close 0.6s forwards cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu-overlay-after.overlay--circle {
  animation: tbb-menu-overlay-close-circle 1.2s forwards cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu-popup.menu--open .tbb-menu-overlay {
  animation: tbb-menu-overlay-open 0.6s forwards cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu-popup.menu--open .tbb-menu-overlay-after {
  animation: tbb-menu-overlay-open 0.6s forwards cubic-bezier(0.3, 0, 0.3, 1) 0.3s;
}

.tbb-menu-popup.menu--open .tbb-menu-overlay.overlay--circle {
  animation: tbb-menu-overlay-open-circle 1.2s forwards cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu-popup.menu--open .tbb-menu-overlay-after.overlay--circle {
  animation: tbb-menu-overlay-open-circle 1.2s forwards cubic-bezier(0.3, 0, 0.3, 1) 0.3s;
}

@keyframes tbb-menu-overlay-close {
  0% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
}
@keyframes tbb-menu-overlay-open {
  0% {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes tbb-menu-overlay-close-circle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@keyframes tbb-menu-overlay-open-circle {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tbb-menu-container {
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 140px;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 140px);
  -webkit-overflow-scrolling: touch;
}

.tbb-menu-container .container {
  margin: auto;
}

.tbb-menu {
  padding-left: 80px;
}

.tbb-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: tbb-menu-counter;
}

.tbb-menu ul.sub-menu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu .opened > ul.sub-menu {
  max-height: 1000px;
  transition: all 1.2s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu ul li {
  margin: 30px 0;
  position: relative;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  counter-increment: tbb-menu-counter;
  opacity: 0;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  transform-origin: top left;
}

.tbb-menu ul ul li {
  font-size: 0.6em;
}

.tbb-menu ul li:nth-child(2) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.tbb-menu ul li:nth-child(3) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.tbb-menu ul li:nth-child(4) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.tbb-menu ul li:nth-child(5) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.tbb-menu ul li:nth-child(6) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.tbb-menu ul li:nth-child(7) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.tbb-menu ul li:nth-child(8) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.tbb-menu ul li:nth-child(9) {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

.tbb-menu ul li:nth-child(10) {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}

.tbb-menu-popup.menu--ready .tbb-menu ul li {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.tbb-menu ul li a {
  position: relative;
  color: #aeaeae;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu ul li a::before {
  content: "0" counter(tbb-menu-counter) ".";
  position: absolute;
  left: -80px;
  top: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #494949;
}

.tbb-menu ul ul a::before {
  display: none;
}

.tbb-menu ul li a:hover {
  color: #fff;
}

.tbb-menu ul li .icon {
  margin-left: 15px;
  position: relative;
  top: 30px;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.4em;
  color: #aeaeae;
  cursor: pointer;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-menu ul li.opened > .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.tbb-header-default .tbb-menu {
  text-align: left;
}

.tbb-menu ul li.current-menu-item > a:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

@media (max-width: 1024px) {
  .tbb-header-default .tbb-menu ul li {
    font-size: 48px;
  }
  .tbb-header-default .tbb-menu ul ul li {
    font-size: 30px;
  }
  .tbb-header-default .tbb-menu ul ul ul li {
    font-size: 22px;
  }
  .tbb-header-default .tbb-menu ul li .icon {
    margin-top: 8px;
    top: 0;
  }
  .tbb-header-default .tbb-menu ul li li .icon, .tbb-menu ul li li .icon {
    font-size: 20px;
    margin-top: -2px;
  }
  .tbb-menu ul.sub-menu ul.sub-menu {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 30px;
    padding-right: 30px;
  }
  .tbb-menu ul.sub-menu .opened ul.sub-menu {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .header--builder a.tbb-head-btn, .header--builder .tbb-head-btn {
    font-size: 0;
  }
  .tbb-menu {
    padding-left: 40px;
  }
  .tbb-menu ul li {
    margin: 20px 0;
    font-size: 48px;
  }
  .tbb-menu ul li a::before {
    left: -40px;
    top: 10px;
    font-size: 12px;
  }
  .tbb-menu ul li .icon {
    margin-left: 8px;
    margin-top: 4px;
    top: 0;
  }
  .tbb-header-default .tbb-menu ul li {
    font-size: 28px;
  }
  .tbb-header-default .tbb-menu ul ul li {
    font-size: 18px;
  }
  .tbb-header-default .tbb-menu ul ul ul li {
    font-size: 16px;
  }
  .tbb-header-default .tbb-menu ul li .icon {
    margin-top: -2px;
  }
  .tbb-header-default .tbb-menu ul li li .icon, .tbb-menu ul li li .icon {
    font-size: 14px;
    margin-top: -2px;
    height: 20px;
    line-height: 20px;
  }
  .tbb-header-default > .container > .row > * {
    max-width: 50%;
    width: 50%;
  }
  .tbb-menu > ul > li > a {
    color: #fff;
  }
  .tbb-menu ul.sub-menu .opened ul.sub-menu {
    margin-top: 5px;
  }
}
/*---
	3. Footer
---*/
.footer--fixed .tbb-footer,
.footer--sticky .tbb-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer--sticky .tbb-footer {
  z-index: 3;
}

.tbb-footer.footer--dark {
  background: #000;
}

.tbb-footer.footer--white {
  background: #FAFAFA;
}

.tbb-footer .footer--default {
  padding: 90px 0 30px 0;
}

.tbb-footer .copyright {
  font-size: 18px;
}

.tbb-footer .separator {
  margin: 60px 0 30px 0;
  border-top: 7px solid transparent;
  background-image: url("../images/fline.svg");
}

ul.tbb-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.tbb-footer-menu li {
  margin: 0 0 14px 0;
  font-size: 18px;
}

.tbb-footer-lnk {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .footer--fixed .wrapper {
    padding-bottom: 80px;
    margin-bottom: 0 !important;
  }
  .footer--fixed .tbb-footer, .footer--sticky .tbb-footer {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tbb-footer .copyright {
    font-size: 16px;
  }
  .tbb-footer ul.tbb-footer-menu li {
    font-size: 16px;
  }
  .tbb-footer .footer--default {
    padding: 60px 0 30px 0;
  }
  .tbb-footer-lnk {
    font-size: 24px;
  }
}
/*---
	4. Hero
---*/
.tbb-hero {
  position: relative;
  height: 100vh;
}

.tbb-hero .image,
.tbb-hero .image video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.tbb-hero .image video {
  object-fit: cover;
  object-position: center;
}

.tbb-hero .image .ovrl,
.tbb-hero .video .ovrl,
.tbb-intro .image .ovrl,
.tbb-intro .video .ovrl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 2;
}

.tbb-hero .container {
  padding-top: 100px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 3;
}

.tbb-hero .title {
  margin: 0;
  font-size: 5rem;
  font-weight: 600;
}

.tbb-sep {
  margin: -10px 0 0 15px;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  width: 34px;
  height: 1em;
}

.tbb-sep .sep-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.tbb-hero .subtitle {
  margin: 0px 0 0px 0px;
  font-size: 1.5rem;
}

.tbb-hero .subtitle.subtitle--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tbb-hero .subtitle.subtitle--left {
  margin-left: 0;
}

.tbb-play-btn {
  position: absolute;
  right: 0.75rem;
  bottom: 63px;
  width: 67px;
  height: 67px;
  z-index: 3;
}

.tbb-play-btn .play-circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #fff;
}

.tbb-play-btn.play--black .play-circles {
  border-color: #000;
}

.tbb-play-btn .play-circles::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #fff;
  opacity: 0.31;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: tbb-play-btn-wave 2s infinite ease-in-out;
}

.tbb-play-btn.play--black .play-circles::after {
  border-color: #000;
}

@keyframes tbb-play-btn-wave {
  0% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0.31;
  }
  50% {
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    opacity: 0;
  }
  51% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0;
  }
  100% {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0.31;
  }
}
.tbb-play-btn .play-lines {
  margin: -8px 0 0 -9px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 17px;
}

.tbb-play-btn .play-lines span {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 2px;
  background: #fff;
}

.tbb-play-btn.play--black .play-lines span {
  background: #000;
}

.tbb-play-btn .play-lines span:nth-child(1) {
  left: 0;
  height: 17px;
}

.tbb-play-btn .play-lines span:nth-child(2) {
  left: 5px;
  height: 14px;
}

.tbb-play-btn .play-lines span:nth-child(3) {
  left: 10px;
  height: 10px;
}

.tbb-play-btn .play-lines span:nth-child(4) {
  left: 15px;
  height: 12px;
}

.tbb-play-btn.active .play-lines span:nth-child(1) {
  animation: tbb-play-btn-lines-1 1s infinite ease-in-out;
}

.tbb-play-btn.active .play-lines span:nth-child(2) {
  animation: tbb-play-btn-lines-2 0.8s infinite ease-in-out;
}

.tbb-play-btn.active .play-lines span:nth-child(3) {
  animation: tbb-play-btn-lines-3 0.4s infinite ease-in-out;
}

.tbb-play-btn.active .play-lines span:nth-child(4) {
  animation: tbb-play-btn-lines-4 0.6s infinite ease-in-out;
}

@keyframes tbb-play-btn-lines-1 {
  0% {
    height: 17px;
  }
  100% {
    height: 2px;
  }
}
@keyframes tbb-play-btn-lines-2 {
  0% {
    height: 14px;
  }
  100% {
    height: 2px;
  }
}
@keyframes tbb-play-btn-lines-3 {
  0% {
    height: 10px;
  }
  100% {
    height: 2px;
  }
}
@keyframes tbb-play-btn-lines-4 {
  0% {
    height: 12px;
  }
  100% {
    height: 2px;
  }
}
/*---
	4.1 Hero Slider
---*/
.tbb-hero .js-hero-slider,
.tbb-hero .tbb-hero-slide-item {
  position: relative;
  height: 100%;
}

.tbb-hero .js-hero-slider .swiper-slide {
  overflow: hidden;
}

.tbb-hero.hero--two .container {
  padding-top: 50px;
}

.tbb-hero.hero--two .image .ovrl,
.tbb-hero.hero--two .video .ovrl {
  background: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.tbb-hero.hero--two .title {
  font-size: 60px;
  font-weight: 600;
}

.tbb-hero.hero--two .title strong {
  font-size: 70px;
}

.tbb-hero.hero--two .subtitle {
  font-size: 20px;
  font-weight: 400;
}

.tbb-hero .tbb-navs {
  position: absolute;
  left: 50%;
  bottom: 63px;
  max-width: 1311px;
  z-index: 3;
  transform: translateX(-50%);
}

.tbb-hero .tbb-navs .tbb-prev {
  position: absolute;
  left: 10px;
  right: auto;
  top: -20px;
}

.tbb-hero .tbb-navs .tbb-next {
  position: absolute;
  right: 10px;
  left: auto;
  top: -20px;
}

.tbb-hero .js-hero-slider .tbb-bts {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: 0s;
}

.animated--swiper--active .tbb-hero .js-hero-slider .swiper-slide-active .tbb-bts {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 1s;
}

.animated--swiper--active .tbb-hero .js-hero-slider .swiper-slide .splitting span .word {
  -webkit-transition-delay: calc(1000ms + 100ms * var(--line-index));
  transition-delay: calc(1000ms + 100ms * var(--line-index));
}

/*---
	4.2 Hero Carousel
---*/
.tbb-hero-carousel {
  padding-bottom: 160px;
  margin: 0 auto;
  width: 328px;
}

.tbb-hero-carousel .swiper-container {
  overflow: visible;
}

.tbb-hero-carousel .swiper-wrapper {
  transition-delay: 1s;
}

.tbb-hero-carousel .swiper-slide {
  width: auto;
}

.tbb-hero-carousel-item {
  position: relative;
  width: 100px;
  transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-hero-carousel .swiper-slide:nth-child(1n) .tbb-hero-carousel-item .slide {
  top: 0;
}

.tbb-hero-carousel .swiper-slide:nth-child(2n) .tbb-hero-carousel-item .slide {
  top: 20px;
}

.tbb-hero-carousel .swiper-slide:nth-child(3n) .tbb-hero-carousel-item .slide {
  top: 40px;
}

.tbb-hero-carousel-item .slide {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 380px;
  pointer-events: none;
}

.tbb-hero-carousel-item .img {
  margin-left: -164px;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 328px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tbb-hero-carousel-item .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tbb-hero-carousel-item .titles {
  margin-left: -300px;
  position: absolute;
  left: 50%;
  bottom: -160px;
  width: 600px;
  pointer-events: none;
}

.tbb-hero-carousel-item .subtitle {
  margin: 0 0 5px 0;
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #555;
  text-transform: uppercase;
  height: 20px;
}

.tbb-hero-carousel-item .title {
  margin: 0;
  display: block;
  font-size: 38px;
  font-weight: 700;
  height: 45px;
}

.tbb-hero-carousel-item .text-line-inner {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 100%;
  white-space: nowrap;
}

.tbb-hero-carousel .swiper-slide.swiper-slide-active .tbb-hero-carousel-item {
  width: 328px;
  transition-delay: 1s;
}

.tbb-hero-carousel .swiper-slide.swiper-slide-active .tbb-hero-carousel-item .titles,
.tbb-hero-carousel .swiper-slide.swiper-slide-active .tbb-hero-carousel-item .slide {
  pointer-events: auto;
}

.tbb-hero-carousel .swiper-slide .splitting {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-hero-carousel .swiper-slide.swiper-slide-active .splitting {
  opacity: 1;
}

.animated--active .tbb-hero-carousel .swiper-slide .splitting span .word {
  -webkit-transition-delay: calc(1500ms + 100ms * var(--line-index));
  transition-delay: calc(1500ms + 100ms * var(--line-index));
}

.js-hero-carousel-navs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  height: 1px;
  font-size: 0;
  z-index: 2;
}

.js-hero-carousel-navs .tbb-prev,
.js-hero-carousel-navs .tbb-next {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.js-hero-carousel-navs .tbb-next {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .tbb-hero-carousel .swiper-wrapper,
  .tbb-hero-carousel .swiper-slide.swiper-slide-active .tbb-hero-carousel-item {
    transition-delay: 0s;
  }
  .tbb-hero-carousel .swiper-slide,
  .tbb-hero-carousel-item {
    width: 328px;
  }
  .tbb-hero-carousel .swiper-slide.swiper-slide-active,
  .tbb-hero-carousel .swiper-slide.swiper-slide-active .tbb-hero-carousel-item {
    width: 328px;
  }
  .animated--active .tbb-hero-carousel .swiper-slide .splitting span .word {
    -webkit-transition-delay: calc(100ms * var(--line-index));
    transition-delay: calc(100ms * var(--line-index));
  }
}

/*---
	4.3 Hero Parallax
---*/
.tbb-hero-parallax {
  position: relative;
  height: 100vh;
  background: #555;
}

.tbb-hero-parallax .image,
.tbb-hero-parallax .image video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tbb-hero-parallax .image video {
  object-fit: cover;
  object-position: center;
}

.tbb-hero-parallax .image .ovrl,
.tbb-hero-parallax .video .ovrl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 2;
}

.tbb-hero-parallax .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 3;
}

.tbb-hero-parallax .tbb-subtitle-1 {
  margin-top: 20px;
}

.tbb-hero-parallax .title {
  margin: 0 0 30px 0;
  position: relative;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}

.tbb-hero-parallax .title .sep {
  position: absolute;
  left: 280px;
  top: -120px;
  width: 472px;
  height: 449px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tbb-hero-parallax .tbb-bts,
.tbb-hero-parallax .title .sep {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: 0s;
}

.tbb-hero-parallax .tbb-bts {
  transform: translateY(50px);
}

.tbb-hero-parallax .title .sep {
  transform: translateY(-100px);
}

.tbb-hero-parallax .splitting span .word {
  -webkit-transition-delay: calc(800ms + 100ms * var(--line-index));
  transition-delay: calc(800ms + 100ms * var(--line-index));
}

.animated--swiper--active .tbb-hero-parallax .active .splitting span .word {
  transform: translate(0, 0%);
}

.animated--swiper--active .tbb-hero-parallax .active .tbb-bts,
.animated--swiper--active .tbb-hero-parallax .active .title .sep {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.6s;
}

.animated--swiper--active .tbb-hero-parallax .active .tbb-bts {
  transition-delay: 0.8s;
}

.animated--swiper--active .tbb-hero-parallax .active .title .sep {
  transition-delay: 0.8s;
}

.tbb-navs.js-hero-parallax-navs {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 60px;
  margin-top: 0;
  max-width: 1291px;
  z-index: 18;
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.tbb-navs.js-hero-parallax-navs .tbb-prev,
.tbb-navs.js-hero-parallax-navs .tbb-next {
  margin: 0 10px;
}

.tbb-navs.js-hero-parallax-navs.navs--disabled,
.tbb-hero-parallax.pp--disabled #pp-nav {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1024px) {
  .tbb-hero .subtitle {
    margin-left: 0;
  }
  .js-hero-carousel-navs {
    left: 10px;
    right: 10px;
    bottom: -10px;
  }
  .tbb-hero-parallax .title {
    max-width: 650px;
  }
  .tbb-hero-parallax .image:after, .tbb-hero-parallax .image video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    transition: 0.3s ease 0s;
  }
  .parallax--dark .tbb-hero-parallax .image:after, .parallax--dark .tbb-hero-parallax .image video:after {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .tbb-hero .title {
    font-size: 60px;
  }
  .tbb-sep {
    width: 24px;
  }
  .tbb-hero .subtitle {
    margin-top: .75rem;
    margin-bottom: 1.2 5rem;
    max-width: 100%;
    font-size: 18px;
  }
  .tbb-hero .subtitle br {
    display: none;
  }
  .tbb-hero .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tbb-hero.hero--two .title {
    font-size: 40px;
  }
  .tbb-hero.hero--two .subtitle {
    font-size: 18px;
  }
  .tbb-hero-carousel {
    padding-top: 160px;
  }
  .js-hero-carousel-navs {
    bottom: 30px;
  }
  .tbb-hero-carousel .swiper-slide:nth-child(2n) .tbb-hero-carousel-item .slide {
    top: 0;
  }
  .tbb-hero-carousel .swiper-slide:nth-child(1n) .tbb-hero-carousel-item .slide {
    top: 0;
  }
  .tbb-hero-carousel-item .titles {
    margin-left: -150px;
    margin-top: 30px;
    left: 50%;
    bottom: auto;
    top: 100%;
    width: 300px;
  }
  .tbb-hero-carousel-item .title {
    margin: 0;
    font-size: 26px;
    height: auto;
  }
  .tbb-hero-carousel-item .text-line-inner {
    white-space: normal;
  }
  .tbb-hero-parallax .title {
    font-size: 40px;
  }
  .tbb-hero-parallax .image:after, .tbb-hero-parallax .image video:after {
    opacity: 0.4;
  }
  .tbb-hero-parallax .title .sep {
    display: none;
  }
  #pp-nav {
    right: 10px !important;
  }
  .tbb-navs.js-hero-parallax-navs {
    bottom: 20px;
  }
}
/*---
  5. Services
---*/
.tbb-service-item {
  position: relative;
  max-width: 440px;
}

.tbb-service-item.active--default {
  margin-top: -80px;
}

.tbb-service-item .image {
  position: relative;
  margin: 0 auto -85px auto;
  width: 161px;
  height: 161px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #D8FF36;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 2;
  pointer-events: none;
}

.tbb-service-item .image:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #3E3E3E;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.tbb-service-item .image img {
  width: auto;
  height: auto;
  max-width: 78px;
  max-height: 78px;
}

.tbb-service-item .image .icon {
  font-size: 60px;
}

.tbb-service-item-inner {
  padding: 120px 60px 60px 60px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid #3E3E3E;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  box-shadow: .5rem .5rem 0px #131313;
  transition: box-shadow .4s linear;
  height: auto;
}

section.faq-section{
  background-color: #111111;
  color: white;
}

section.faq-section .tbb-heading h2, section.faq-section .tbb-heading h3{
  color: white;
}

.tbb-service-item-inner:hover {
  padding: 120px 60px 60px 60px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid #3E3E3E;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  box-shadow: none;
}

.tbb-service-item.tbb-service-no-icon .tbb-service-item-inner {
  padding-top: 60px;
}

.tbb-service-item-inner::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #3E3E3E;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  pointer-events: none;
}

.tbb-service-item-inner .title,
.tbb-service-item-inner .list {
  position: relative;
  z-index: 2;
}

.tbb-service-item-inner .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

.tbb-service-item-inner .list {
  margin-top: 30px;
}

.tbb-service-item-inner .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-service-item-inner .list ul li {
  margin: 20px 0 0 0;
  padding-left: 20px;
  position: relative;
}

.tbb-service-item-inner .list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 9px;
  background: url(../images/list.svg) no-repeat;
  background-size: contain;
}

.tbb-service-item-inner:hover {
  border-color: #000;
}

.tbb-service-item-inner:hover::after {
  border-color: #fff;
}

.tbb-service-item-inner:hover .list ul li a,
.tbb-service-item-inner:hover .title,
.tbb-service-item-inner:hover .title a {
  color: #fff;
}

.tbb-service-item-inner .list ul li a::after {
  background: #fff;
}

/*---
  5.1 Services-2
---*/
.tbb-service-grid-item {
  margin: 0 auto;
  position: relative;
  align-items: center;
  justify-content: start;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: none;
  gap: 1rem;
  border: .125rem solid grey;
  transition: box-shadow .25s linear;
}
div.container-xl {
  margin-top:5rem
}

.tbb-number{
  display: none!important;
}

section.tbb-intro {
  position: relative;
  height: 70  dvh;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}

.tbb-breadcrums {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 1.5rem;
}

p.tbb-text {
  font-size: 1.25rem;
  padding: 0;
  margin-bottom: 12px;
}

.tbb-service-grid-item:hover {
  border: .25rem solid black;
  box-shadow: .5rem .5rem 0px #131313;
}


.tbb-service-grid-item:before {
  z-index: -1;
}

.tbb-service-grid-item .image {
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

.tbb-service-grid-item .icon {
  font-size: 50px;
}

.tbb-service-grid-item .image img {
  width: auto;
  max-height: 60px;
}

.tbb-services-grid-fw .tbb-service-grid-item.active::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-bubble {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 142px;
  height: 152px;
  pointer-events: none;
}

@keyframes bubbleOne {
  0% {
    bottom: -20%;
    right: -10%;
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    bottom: 0;
    right: 0;
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    bottom: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
  }
}
.tbb-bubble .bubble-1 {
  position: absolute;
  width: 65px;
  height: 65px;
  bottom: -20%;
  right: -10%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #D8FF36;
  opacity: 0;
  transform: scale(0.3);
}

.tbb-service-grid-item:hover .tbb-bubble .bubble-1,
.tbb-services-grid-fw .tbb-service-grid-item.active .tbb-bubble .bubble-1 {
  animation: bubbleOne 2.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

@keyframes bubbleTwo {
  0% {
    bottom: 0%;
    left: -40%;
    opacity: 0;
    transform: scale(0.25);
  }
  50% {
    bottom: 30%;
    left: 0%;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    bottom: 30%;
    left: 0%;
    opacity: 1;
    transform: scale(1);
  }
}
.tbb-bubble .bubble-2 {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 0%;
  left: -40%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #D8FF36;
  opacity: 0;
  transform: scale(0.25);
}

.tbb-service-grid-item:hover .tbb-bubble .bubble-2,
.tbb-services-grid-fw .tbb-service-grid-item.active .tbb-bubble .bubble-2 {
  animation: bubbleTwo 1.5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

@keyframes bubbleThree {
  0% {
    bottom: 30%;
    left: 30%;
    opacity: 0;
    transform: scale(0.35);
  }
  50% {
    bottom: 63%;
    left: 57%;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    bottom: 63%;
    left: 57%;
    opacity: 1;
    transform: scale(1);
  }
}
.tbb-bubble .bubble-3 {
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 30%;
  left: 30%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #D8FF36;
  opacity: 0;
  transform: scale(0.5);
}

.tbb-service-grid-item:hover .tbb-bubble .bubble-3,
.tbb-services-grid-fw .tbb-service-grid-item.active .tbb-bubble .bubble-3 {
  animation: bubbleThree 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

/*---
  5.2 Services-3
---*/
.tbb-service-item-list {
  margin-top: -1px;
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #8A8A8A;
  border-bottom: 1px solid #8A8A8A;
}

.tbb-service-item-list-inner {
  padding: 0 110px 0 70px;
  position: relative;
}

.tbb-service-item-list .num {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 16px;
  color: #555;
}

.tbb-service-item-list .image {
  position: absolute;
  overflow: hidden;
  top: -12px;
  right: 0;
  width: 105px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 2;
  border: 1px solid #3E3E3E;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-service-item-list .image:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #3E3E3E;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.tbb-service-item-list .image img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}

.tbb-service-item-list .title {
  font-size: 26px;
  font-weight: 700;
}

.tbb-service-item-list p {
  margin-bottom: 0;
}

.tbb-service-item-list .icon {
  font-size: 44px;
}

/*---
	5.3 Services-4
---*/
.tbb-services-showcase {
  position: relative;
}

.tbb-services-showcase .items {
  margin: 40px 0;
}

.tbb-services-showcase .items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-services-showcase .items .title {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
}

.tbb-services-showcase .items .title a {
  width: 100%;
  display: flex;
  align-items: center;
}

.tbb-services-showcase .items .num,
.tbb-services-showcase .items .name {
  padding: 17px 0;
  line-height: 1.2;
  display: block;
}

.tbb-services-showcase .items .num {
  width: 50px;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
}

.tbb-services-showcase .items .name {
  width: calc(100% - 50px);
  color: #999;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-services-showcase .items .hover .name {
  color: #000;
}

.tbb-services-showcase .items .hover .tbb-lnk::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

.tbb-services-showcase .items .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 628px;
  height: 422px;
  pointer-events: none;
}

.tbb-services-showcase .items .image .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: clip-path 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: clip-path 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  z-index: 1;
}

.tbb-services-showcase .items .img-circle {
  content: "";
  position: absolute;
  top: 90px;
  left: 28%;
  width: 366px;
  height: 366px;
  background: #D8FF36;
  border-radius: 100%;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  pointer-events: none;
}

.tbb-services-showcase .items .hover .image .img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 0.4s;
}

@media (max-width: 1024px) {
  .tbb-service-grid-item {
    padding: 30px;
    max-width: 400px;
    min-height: 400px;
  }
  .tbb-service-item-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .tbb-services-showcase .items {
    margin: 30px 0;
  }
  .tbb-services-showcase .items .img-circle {
    display: none;
  }
  .tbb-services-showcase .items ul li {
    margin-bottom: 30px;
  }
  .tbb-services-showcase .items .image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 420px;
    pointer-events: auto;
  }
  .tbb-services-showcase .items .image .img {
    clip-path: none;
  }
  .tbb-services-showcase .items .name {
    color: #000;
  }
  .tbb-service-item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tbb-service-grid-item {
    padding: 15px;
    max-width: 340px;
    min-height: 400px;
    margin-bottom: 40px;
  }

  .tbb-hero .image, .tbb-hero .image video {
    height: auto;
}

  .tbb-service-item-inner .title {
    font-size: 26px;
  }
  .tbb-service-item-inner .list ul li {
    margin: 10px 0 0 0;
  }
  .tbb-services-showcase .items ul li {
    margin-bottom: 20px;
  }
  .tbb-services-showcase .items .image {
    height: 280px;
  }
  .tbb-service-item-list-inner {
    padding: 0;
  }
  .tbb-service-item-list .image {
    position: relative;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    right: auto;
  }
  .tbb-service-item-list .num {
    margin-right: 5px;
    position: relative;
    left: 0;
    top: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
  }
  .tbb-service-item-list .title {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    max-width: 270px;
  }
}
/*---
	6. Numbers
---*/
.tbb-number {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.tbb-number::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 35px;
  right: 35px;
  bottom: 35px;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.tbb-number .num {
  position: relative;
  top: 7px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
}

.tbb-circle-text-label {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  animation: tbbRotateText 10s linear infinite;
}

.tbb-circle-text-label span {
  position: absolute;
  transform-origin: 0 111px;
}

@keyframes tbbRotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*---
	7. Ticker
---*/

.slider {
  background: #efeef2;
  height: 75pt;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
  user-select: none;
  touch-action: none;
}

.slider:before {
  left: 0;
  top: 0;
}
.slider:after,
.slider:before {
  background: linear-gradient(
      to right,
      #efeef2 0%,
      hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  height: 75pt;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
  background: linear-gradient(
      to right,
      #efeef2 0%,
      hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  height: 75pt;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider .slide-track-1 {
  animation: scroll-l 30s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide-track-2 {
  animation: scroll-r 30s linear infinite;
  display: flex;
  width: 3500px;
}

.slider .slide {
  height: 75pt;
  width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
}
.slider .slide img {
  width: 180px;
  padding: 1pc;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes scroll-l {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll-r {
  100% {
      transform: translateX(0);
  }
  0% {
      transform: translateX(calc(-250px * 7));
  }
}

.tbb-ticker-slider {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #555555;
}

.tbb-ticker-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.tbb-ticker-slider .swiper-slide {
  width: auto;
}

.tbb-ticker-slider .title,
.tbb-ticker-slider .title a {
  margin: 0;
  font-weight: 700;
  font-size: 100px;
  line-height: 1.3;
  text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
}

@media (max-width: 1024px) {
  .tbb-ticker-slider .title,
  .tbb-ticker-slider .title a {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .tbb-ticker-slider .title,
  .tbb-ticker-slider .title a {
    font-size: 50px;
  }
}
/*---
  8. Portfolio
---*/
.tbb-filter-container {
  text-align: center;
}

.tbb-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-filter ul li {
  margin: 15px 0;
}

.tbb-filter ul li button {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  border: none;
  outline: none;
  height: auto;
  color: #999;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-filter ul li button.item--active,
.tbb-filter ul li button:hover {
  color: #000;
}

.tbb-filter.filter--default {
  margin-bottom: 70px;
  padding: 0 3px;
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.tbb-filter.filter--default::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  right: 3px;
  bottom: 0;
  border: 1px solid #6A6A6A;
  border-radius: 85px;
  -webkit-border-radius: 85px;
}

.tbb-filter.filter--default ul {
  white-space: nowrap;
  font-size: 0;
}

.tbb-filter.filter--default ul li {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.tbb-filter.filter--default ul li::before {
  margin-top: -13px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 26px;
  background: #D0D0D0;
  z-index: -1;
}

.tbb-filter.filter--default ul li:first-child::before {
  display: none;
}

.tbb-filter.filter--default ul li button {
  padding: 0 40px;
  height: 85px;
  line-height: 85px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.tbb-filter.filter--default .tbb-filter-nav-active {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 40px;
  height: 85px;
  line-height: 85px;
  background: #D8FF36;
  border-radius: 85px;
  -webkit-border-radius: 85px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}


.tbb-portfolio-items > .col-xs-12 {
  padding: 0 30px;
}

@media (min-width: 992px) {
  .tbb-portfolio-3-column .col-lg-6 {
    flex: 0 0 auto;
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .tbb-portfolio-4-column .col-lg-6 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.tbb-portfolio-item {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 3px solid #D6D6D6;
}

.tbb-portfolio-item .image {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.tbb-portfolio-item .image a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 17px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-portfolio-item:hover .image a::after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.tbb-portfolio-item .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.tbb-portfolio-item .title {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 700;
}

.tbb-portfolio-item .text {
  color: #555;
  font-weight: 500;
  font-size: 1.5rem;
}

.tbb-portfolio-item .text span {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}

.tbb-portfolio-item .text span:last-child em {
  display: none;
}

.tbb-portfolio-item:hover .tbb-hover-3::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-portfolio-item:hover .tbb-lnk::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

.tbb-portfolio-item-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tbb-portfolio-item-list .image {
  margin-bottom: 40px;
  width: 47%;
  order: 2;
}

.tbb-portfolio-item-list .desc {
  padding: 30px 30px 30px 0;
  width: 53%;
  order: 1;
}

.tbb-portfolio-item-list .text {
  margin: 0 0 5px 0;
}

.tbb-portfolio-item-list .title {
  margin: 0 0 40px 0;
  font-size: 44px;
}

.tbb-portfolio-item-list .tbb-text > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-portfolio-item-list .tbb-text > div > ul li {
  margin: 0 0 15px 0;
  color: #555;
}

.tbb-portfolio-item-list .tbb-text > div > ul li strong {
  text-transform: uppercase;
}

/*---
	8.1 Portfolio Showcase
---*/
.tbb-showcase {
  position: relative;
}

.tbb-showcase .img-circle {
  position: absolute;
  top: 0;
  right: 200px;
  width: 420px;
  height: 420px;
  background: #D8FF36;
  border-radius: 100%;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  pointer-events: none;
}

.tbb-showcase-items {
  max-width: 634px;
}

.tbb-showcase-item {
  border-top: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
}

.tbb-showcase-item:first-child {
  border-top: none;
}

.tbb-showcase-item .category,
.tbb-showcase-item .title a {
  padding: 30px 0;
  line-height: 1.2;
}

.tbb-showcase-item .category {
  width: 155px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.tbb-showcase-item .category span {
  display: block;
}

.tbb-showcase-item .title {
  margin: 0;
  width: calc(100% - 155px);
  font-size: 26px;
  font-weight: 700;
}

.tbb-showcase-item .title a {
  display: block;
  color: #999;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-showcase-item.hover .title a {
  color: #000;
}

.tbb-showcase-item .image {
  position: absolute;
  overflow: hidden;
  top: 50px;
  right: 50px;
  width: 480px;
  height: 370px;
  opacity: 0;
  transform: translate(-30%, -10%) rotate(-30deg) scale(0.3);
  -webkit-transform: translate(-30%, -10%) rotate(-30deg) scale(0.3);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  pointer-events: none;
}

.tbb-showcase-item .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  filter: blur(15px);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-showcase-item.hover .image {
  opacity: 1;
  transform: translate(0, 0) rotate(-20deg) scale(1);
  -webkit-transform: translate(0, 0) rotate(-20deg) scale(1);
  z-index: 2;
}

.tbb-showcase-item.hover .image .img {
  filter: blur(0px);
}

.tbb-project-info {
  position: relative;
  background: #000;
  padding: 50px;
}

.tbb-project-info::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  pointer-events: none;
}

.tbb-project-info > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-project-info > ul > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3E3E3E;
}

.tbb-project-info > ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.tbb-project-info > ul > li strong {
  color: #D8FF36;
}

@media (min-width: 1025px) {
  .tbb-filter.filter--default ul li button.item--active {
    background: none !important;
  }
}
@media (max-width: 1024px) {
  .tbb-showcase .img-circle {
    display: none;
  }
  .tbb-showcase-items {
    max-width: 100%;
  }
  .tbb-showcase-item {
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .tbb-showcase-item:first-child {
    padding-top: 0;
  }
  .tbb-showcase-item .category {
    padding: 0 0 10px 0;
    width: 100%;
    order: 2;
  }
  .tbb-showcase-item .category a {
    color: #999;
  }
  .tbb-showcase-item .title {
    margin: 0;
    width: 100%;
    order: 2;
  }
  .tbb-showcase-item .title a {
    padding: 0;
    color: #000;
  }
  .tbb-showcase-item .image {
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 420px;
    order: 1;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    pointer-events: auto;
  }
  .tbb-showcase-item.hover .image {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
  .tbb-showcase-item .image .img {
    filter: none;
  }
  .tbb-showcase-item.hover .image .img {
    filter: none;
  }
  .tbb-filter-container {
    margin-bottom: 30px;
    text-align: left;
  }
  .tbb-filter {
    position: relative;
    overflow: auto;
  }
  .tbb-filter ul {
    white-space: nowrap;
  }
  .tbb-filter ul li {
    margin: 0 30px 15px 0;
    display: inline-block;
    vertical-align: top;
  }
  .tbb-filter.filter--default {
    margin-bottom: 0;
  }
  .tbb-filter.filter--default::before,
  .tbb-filter.filter--default .tbb-filter-nav-active {
    display: none;
  }
  .tbb-filter.filter--default ul li button {
    border-radius: 85px;
    -webkit-border-radius: 85px;
  }
  .tbb-filter.filter--default ul li button.item--active {
    background: #D8FF36;
  }
  .tbb-portfolio-item-list {
    display: block;
  }
  .tbb-portfolio-item-list .image {
    margin-bottom: 0;
    width: 100%;
  }
  .tbb-portfolio-item-list .desc {
    padding-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tbb-showcase-item .image {
    height: 280px;
  }
  .tbb-portfolio-item {
    margin-bottom: 40px;
  }
  .tbb-portfolio-item-list .tbb-text > div > ul li {
    font-size: 16px;
  }
  .tbb-portfolio-item-list .title {
    margin: 0 0 20px 0;
    font-size: 26px;
  }
  .tbb-portfolio .tbb-loadmore {
    margin: 15px 0 0 0;
  }
}
/*---
	9. Team
---*/
.tbb-team-detail {
  position: relative;
  border: 1px solid #3E3E3E;
}

.tbb-team-detail:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #3E3E3E;
  pointer-events: none;
}

.tbb-team-detail > .row > div {
  padding: 0 30px;
}

.tbb-team-detail .team-detail-img {
  position: relative;
  margin-bottom: -70px;
  z-index: 2;
}

.tbb-team-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #3E3E3E;
  height: 669px;
}

.tbb-team-item .desc {
  padding: 32px 38px;
  position: relative;
}

.tbb-team-item .title {
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 1;
}

.tbb-team-item .tbb-social-1 {
  margin-top: 30px;
}

.tbb-team-item .image {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.tbb-team-item .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: grayscale(1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-team-item:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: grayscale(0);
}

.tbb-team-item .num {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 300px;
  font-weight: 700;
  line-height: 0.5;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  pointer-events: none;
}

.tbb-team-item:hover .num {
  color: #D8FF36;
}

@media (max-width: 1024px) {
  .tbb-team-item .desc {
    padding: 30px 10px 30px 30px;
  }
  .tbb-team-item .image img {
    max-height: 460px;
  }
}
@media (max-width: 767px) {
  .tbb-team-item .title {
    font-size: 26px;
  }
  .tbb-team-item .desc {
    padding: 38px;
  }
  .tbb-team-info ul li {
    display: block;
    word-break: break-word;
  }
  .tbb-team-info ul li br {
    display: none;
  }
}
/*---
	10. Testimonials
---*/
.tbb-reviews {
  position: relative;
}

.tbb-reviews-summary {
  margin-top: 30px;
}

.tbb-reviews-summary .label {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.tbb-reviews-carousel {
  border-left: 1px solid #000;
  padding-left: 55px;
}

.tbb-reviews-carousel .swiper-wrapper {
  transition-delay: 0.6s;
}

.tbb-reviews-carousel.reviews--full {
  position: relative;
  border: none;
  padding: 0;
}

.tbb-reviews-item .text {
  font-size: 26px;
}

.tbb-reviews-carousel.reviews--full .tbb-reviews-item .text {
  padding-left: 10%;
  padding-right: 10%;
}

.tbb-reviews-item .text p {
  margin-top: 0;
}

.tbb-reviews-item .title {
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: 700;
}

.tbb-reviews-item .subtitle {
  display: inline-block;
  vertical-align: top;
  line-height: 21px;
}

.tbb-reviews-item .tbb-stars {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: 0.1s;
}

.tbb-reviews-item.swiper-slide-active .tbb-stars {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.js-reviews-carousel-navs {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
}

.js-reviews-carousel-navs .tbb-prev,
.js-reviews-carousel-navs .tbb-next {
  margin-right: 58px;
}

.tbb-reviews-carousel.reviews--full .js-reviews-carousel-navs {
  margin-top: -33px;
  top: 50%;
  bottom: auto;
  width: 100%;
  height: 1px;
  z-index: 2;
}

.tbb-reviews-carousel.reviews--full .tbb-prev,
.tbb-reviews-carousel.reviews--full .tbb-next {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tbb-reviews-carousel.reviews--full .tbb-next {
  left: auto;
  right: 0;
}

@media (max-width: 1024px) {
  .tbb-reviews-carousel {
    margin: 55px 0 0 0;
  }
  .tbb-reviews-carousel.reviews--full {
    margin: 0;
  }
  .tbb-reviews-item .text br {
    display: none;
  }
  .js-reviews-carousel-navs {
    margin-top: 30px;
    position: relative;
  }
  .tbb-reviews-carousel.reviews--full .js-reviews-carousel-navs {
    margin-top: -33px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .tbb-reviews-summary {
    margin-top: 10px;
  }
  .tbb-reviews-summary .label {
    font-size: 18px;
  }
  .tbb-stars {
    margin: 0 5px;
    padding: 0 10px;
    font-size: 10px;
  }
  .tbb-reviews-carousel {
    margin: 30px 0 0 0;
    padding-left: 30px;
  }
  .tbb-reviews-item .text {
    font-size: 18px;
  }
  .tbb-reviews-item .subtitle {
    display: block;
  }
  .tbb-reviews-item .tbb-stars.stars--small {
    margin: 10px 0 0 0;
  }
  .tbb-reviews-carousel.reviews--full .tbb-reviews-item .text {
    padding-left: 0;
    padding-right: 0;
  }
  .tbb-reviews-carousel.reviews--full .js-reviews-carousel-navs {
    margin-top: 0;
    position: relative;
    height: 67px;
  }
}
/*---
	11. Video
---*/
.tbb-video {
  position: relative;
  height: 670px;
  z-index: 1;
  background-color: #555;
}

.tbb-video .image,
.tbb-video video,
.tbb-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #555;
}

.tbb-video .image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}

.tbb-video .play {
  margin: -95px 0 0 -95px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 3;
}

.tbb-video .play::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: #D8FF36;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.tbb-video .play::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  right: 40px;
  bottom: 40px;
  border: 2px solid #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.tbb-video .play .arrow {
  left: 16px;
  position: relative;
  border: 25px solid transparent;
  border-left: 36px solid #000;
}

.tbb-video .tbb-circle-text-label span {
  transform-origin: 0 86px;
}

.tbb-video.active .image {
  display: none;
}

.tbb-video.active .play {
  display: none;
}

@media (max-width: 1024px) {
  .tbb-video {
    position: relative;
    height: 560px;
    z-index: 1;
    background-color: #555;
  }
}
@media (max-width: 767px) {
  .tbb-video {
    height: 280px;
  }
  .tbb-video .play {
    transform: scale(0.5);
  }
}
/*---
	12. Counter
---*/
.tbb-counter {
  position: relative;
}

.tbb-counter .num,
.tbb-counter .num-after {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
}

.tbb-counter .num-after {
  font-size: 75px;
}

.tbb-counter .label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #666;
}

@media (max-width: 1024px) {
  .tbb-counter .num, .tbb-counter .num-after {
    font-size: 100px;
  }
  .tbb-counter .num-after {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .tbb-counter .num, .tbb-counter .num-after {
    font-size: 80px;
  }
  .tbb-counter .num-after {
    font-size: 40px;
  }
  .tbb-counter .label {
    margin: 10px 0 20px 0;
    font-size: 18px;
  }
}
/*---
	13. CTA
---*/
.tbb-cta {
  position: relative;
}

.tbb-cta-text {
  color: #D5D5D5;
  font-size: 26px;
}

.tbb-cta-text a {
  color: #D8FF36;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

.tbb-cta-2-text a {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.tbb-cta-info {
  position: relative;
}

.tbb-cta-info .email {
  font-size: 40px;
  color: #D8FF36;
  font-weight: 500;
  line-height: 1;
}

.tbb-cta-info .email a {
  color: #D8FF36;
  text-decoration: underline;
}

.tbb-cta-info .adr {
  margin-top: 40px;
  font-size: 26px;
  color: #D5D5D5;
}

.tbb-cta-social {
  margin-bottom: -200px;
  position: relative;
  width: 700px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tbb-cta-social .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tbb-cta-social .cta-img-circle {
  position: absolute;
  background: #D8FF36;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  animation: tbbCtaCircle 1.5s cubic-bezier(0.3, 0, 0.3, 1) infinite;
}

.tbb-cta-social .cta-img-circle.img-circle--1 {
  right: -40px;
  top: 50px;
  width: 140px;
  height: 140px;
  animation: tbbCtaCircle 4.5s cubic-bezier(0.3, 0, 0.3, 1) infinite;
}

.tbb-cta-social .cta-img-circle.img-circle--2 {
  right: 150px;
  top: -40px;
  width: 110px;
  height: 110px;
  animation: tbbCtaCircleTwo 5.5s cubic-bezier(0.3, 0, 0.3, 1) infinite;
}

.tbb-cta-social .cta-img-circle.img-circle--3 {
  right: 20px;
  top: -100px;
  width: 80px;
  height: 80px;
  animation: tbbCtaCircleThree 6.5s cubic-bezier(0.3, 0, 0.3, 1) infinite;
}

@keyframes tbbCtaCircle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tbbCtaCircleTwo {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tbbCtaCircleThree {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.65);
  }
  100% {
    transform: scale(1);
  }
}
.tbb-cta-social .desc {
  width: 100%;
}

.tbb-cta-social .desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.tbb-cta-social .desc ul li {
  margin: 7px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.tbb-cta-social .desc ul li a {
  min-width: 284px;
}

@media (max-width: 1024px) {
  .tbb-cta-social {
    margin-top: 0;
    padding: 60px 0 120px 0;
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tbb-cta-social {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
  }
  .tbb-cta-social .image {
    display: none;
  }
  .tbb-cta-social .desc ul li {
    margin: 5px;
  }
  .tbb-cta-social .desc ul li a {
    min-width: 330px;
  }
  a.tbb-btn.btn--large, .tbb-btn.btn--large {
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
  }
  .tbb-btn.btn--large.btn--icon i {
    margin: 0 5px 0 -20px;
  }
  .tbb-cta-text {
    font-size: 16px;
  }
  .tbb-cta-text a {
    font-size: 24px;
  }
  .tbb-cta-2-text a {
    font-size: 24px;
  }
  .tbb-cta-info .email {
    font-size: 24px;
  }
  .tbb-cta-info .adr {
    margin-top: 20px;
    font-size: 16px;
  }
}
/*---
	14. Blog
---*/
.tbb-blog-item {
  margin-bottom: 40px;
}

.tbb-blog-item.archive-item {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 3px solid #D6D6D6;
}

.tbb-blog-item .image {
  margin: 0 0 25px 0;
  line-height: 1;
}

.tbb-blog-item .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.tbb-blog-item.archive-item .image img {
  height: 460px;
  object-fit: cover;
  object-position: center;
}

.tbb-blog-item .desc {
  max-width: 92%;
}

.tbb-blog-item .desc .info {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.tbb-blog-item .desc .info .date,
.tbb-blog-item .desc .info > span,
.wp-block-latest-posts__post-date,
.tbb-post-date .date {
  display: inline-block;
  vertical-align: middle;
}

.tbb-blog-item .desc .date,
.wp-block-latest-posts__post-date,
.tbb-post-date .date {
  padding: 8px 22px;
  margin-right: 22px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: #D8FF36;
  border-radius: 36px;
  -webkit-border-radius: 36px;
}

.tbb-blog-item .desc .title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.tbb-blog-item.archive-item .title {
  font-size: 30px;
}

.tbb-blog-item .desc .tbb-text p {
  margin-bottom: 0;
}

.tbb-blog-item .desc .tbb-text .tbb-btn {
  margin-top: 20px;
}

.tbb-blog-item:not(.archive-item) .desc .tbb-text a {
  display: none;
}

/*---
	14.1 Blog Carousel
---*/
.tbb-blog-carousel .swiper-container {
  overflow: visible;
}

.tbb-blog-carousel .swiper-slide {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-blog-carousel .swiper-slide.swiper-slide-active,
.tbb-blog-carousel .swiper-slide.swiper-slide-active + .swiper-slide {
  opacity: 1;
  transform: translateY(0);
}

.tbb-blog-slide-item {
  margin-bottom: 30px;
  padding: 40px 30px 20px 30px;
  background: #fff;
  min-height: 316px;
}

.tbb-blog-slide-item .image {
  margin: 0 0 25px 0;
  position: absolute;
  top: 30px;
  right: 26px;
  width: 288px;
  height: 312px;
  line-height: 1;
}

.tbb-blog-slide-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tbb-blog-slide-item .desc {
  max-width: 270px;
}

.tbb-blog-slide-item.full--width .desc {
  max-width: 100%;
}

.tbb-blog-slide-item .desc .date {
  margin-bottom: 12px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  background: #D8FF36;
}

.tbb-blog-slide-item .desc .date,
.tbb-blog-slide-item .desc .date a {
  display: inline-block;
  vertical-align: top;
  color: #000;
}

.tbb-blog-slide-item .desc .title {
  padding-right: 10px;
  font-size: 22px;
  font-weight: 700;
}

.post_excerpt_disabled .tbb-blog-slide-item .desc .text {
  display: none;
}

.tbb-blog-slide-item .tbb-btn {
  display: none;
}

.tbb-blog-slide-item:hover .tbb-lnk::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

.animated--active .tbb-blog-carousel .swiper-slide.swiper-slide-active .splitting span .word,
.animated--active .tbb-blog-carousel .swiper-slide.swiper-slide-active + .swiper-slide .splitting span .word {
  transform: translate(0, 0%);
}

.animated--active .tbb-blog-carousel .swiper-slide.swiper-slide-active .tbb-overlay,
.animated--active .tbb-blog-carousel .swiper-slide.swiper-slide-active + .swiper-slide .tbb-overlay {
  transform: scaleX(0);
}

.tbb-readmore {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .tbb-blog-slide-item .desc {
    max-width: calc(100% - 300px);
  }
  .tbb-navs {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .tbb-blog-slide-item .image {
    margin: 0 0 25px 0;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 280px;
  }
  .tbb-blog-slide-item .desc {
    max-width: 100%;
  }
  .tbb-blog-item.archive-item .image img {
    height: 280px;
  }
}
/*---
	15. Brands
---*/
.tbb-brands {
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;
  line-height: 1;
  border: 1px solid #3E3E3E;
}

.tbb-brands .image {
  display: block;
}

.tbb-brands .image img {
  width: auto;
  height: auto;
  max-height: 80px;
}

/*---
	16. Team
---*/
.tbb-team-two-item {
  position: relative;
  overflow: hidden;
}

.tbb-team-two-item .tbb-social-2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-team-two-item:hover .tbb-social-2 {
  opacity: 1;
}

.tbb-team-two-item .image {
  position: relative;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  text-align: center;
  line-height: 1;
}

.tbb-team-two-item .tbb-hover-3::before {
  z-index: 1;
}

.tbb-team-two-item:hover .tbb-hover-3::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-team-two-item .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-team-two-item:hover .image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  filter: grayscale(0);
}

.tbb-team-two-item .desc {
  padding: 25px;
  position: relative;
}

.tbb-team-two-item .title {
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.tbb-team-two-item .tbb-subtitle-1 {
  margin: 0;
  font-weight: 500;
}

/*---
	17. Pricing
---*/
.tbb-pricing-item {
  position: relative;
  border: 1px solid #3E3E3E;
}

.tbb-pricing-item .pricing--badge {
  padding: 0 20px;
  position: absolute;
  right: 10px;
  top: -14px;
  font-size: 13px;
  font-weight: 700;
  height: 29px;
  line-height: 29px;
  background: #000;
}

.tbb-pricing-item .title {
  padding: 44px 66px;
  position: relative;
  min-height: 236px;
}

.tbb-pricing-item .name {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.tbb-pricing-item .subname {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.tbb-pricing-item .price {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

.tbb-pricing-item .image {
  padding: 0;
  position: absolute;
  top: -35px;
  left: 68px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

.tbb-pricing-item .image img {
  max-width: 100%;
  width: 30px;
  height: auto;
}

.tbb-pricing-item .desc {
  margin: -6px;
  padding: 50px 55px;
  position: relative;
  min-height: 386px;
  background: #fff;
  border: 1px solid #3E3E3E;
}

.tbb-pricing-item .pricing--overlay {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid #3E3E3E;
  pointer-events: none;
}

.tbb-pricing-item .list {
  margin: 0 0 20px 0;
}

.tbb-pricing-item .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-pricing-item .list ul li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  border-top: 1px solid rgb(237, 237, 237);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-pricing-item .list ul li:first-child {
  border-top: none;
}

.tbb-pricing-item .list ul li > i {
  margin-top: -10px;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 18px;
  color: green;
  height: 20px;
  line-height: 20px;
}

.tbb-pricing-item:hover .pricing--overlay::before {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.tbb-pricing-item:hover a.tbb-btn.btn--color,
.tbb-pricing-item:hover .tbb-btn.btn--color {
  color: #000;
}

.tbb-pricing-item:hover a.tbb-btn.btn--color::after,
.tbb-pricing-item:hover .tbb-btn.btn--color::after {
  background: #D8FF36;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
}

.tbb-pricing-item:hover .list ul li {
  color: #fff;
  border-top-color: rgba(237, 237, 237, 0.22);
}

/*---
	18. Contacts
---*/
.tbb-form-box {
  position: relative;
  background: #000;
  padding: 70px;
}

.tbb-form-box::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
}

.tbb-border-line::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
  pointer-events: none;
}

/*---
	19. Subscribe
---*/
body .tbb-subscribe-form {
  margin: 0;
}

body .tbb-subscribe-form input[type=text],
body .tbb-subscribe-form input[type=email],
body .tbb-subscribe-form input[type=search],
body .tbb-subscribe-form input[type=password],
body .tbb-subscribe-form input[type=tel],
body .tbb-subscribe-form input[type=address],
body .tbb-subscribe-form input[type=number],
body .tbb-subscribe-form textarea {
  padding: 0 60px;
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  border: 1px solid #A0A0A0;
}

body .tbb-subscribe-form ::placeholder {
  color: #929292;
}

body .tbb-subscribe-form .submit-container {
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/*---
	20. History
---*/
.tbb-history-slider .swiper-container {
  padding-top: 120px;
  overflow: visible;
}

.tbb-history-slider .swiper-wrapper {
  transition-duration: 0s !important;
}

.tbb-history-slider .swiper-slide {
  opacity: 0;
}

.tbb-history-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.animated--swiper--active .tbb-history-slider .swiper-slide .splitting span .word {
  -webkit-transition-delay: calc(600ms + 100ms * var(--line-index));
  transition-delay: calc(600ms + 100ms * var(--line-index));
}

.tbb-history-item {
  display: flex;
  align-items: center;
}

.tbb-history-item .image {
  width: 691px;
  height: 396px;
  line-height: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tbb-history-item .desc {
  padding-left: 76px;
  max-width: calc(100% - 767px);
}

.tbb-history-item .subtitle {
  margin: 20px 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, 3px -3px 0 #000, -3px -3px 0 #000;
}

.tbb-history-item .title {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
}

.tbb-history-item .text {
  color: #666;
}

.tbb-history-item:hover .tbb-lnk::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

.tbb-navs.js-history-navs {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tbb-navs.js-history-navs::before {
  content: "";
  position: absolute;
  top: 32.5px;
  left: 67px;
  right: 67px;
  height: 3px;
  background: #000;
}

.tbb-navs.js-history-navs .js-history-prev {
  left: 0;
  top: 0;
  position: absolute;
}

.tbb-navs.js-history-navs .js-history-next {
  right: 0;
  left: auto;
  top: 0;
  position: absolute;
}

.tbb-navs.js-history-navs .tbb-paginations-container,
.tbb-navs.js-history-navs .js-history-pagination {
  position: absolute;
  top: 18px;
  left: 97px;
  right: 97px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tbb-navs.js-history-navs .js-history-pagination {
  top: 0;
  left: 0;
  right: 0;
}

.tbb-navs.js-history-navs .swiper-nav-active {
  opacity: 1;
}

.tbb-navs.js-history-navs .js-history-pagination .swiper-pagination-bullet {
  margin: 0;
  background: #fafafa;
  width: 32px;
  height: 32px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.tbb-navs.js-history-navs .js-history-pagination .swiper-pagination-bullet span {
  margin-left: -40px;
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 22px;
  font-weight: 700;
  width: 80px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .tbb-history-item {
    display: block;
  }
  .tbb-history-item .image {
    width: 100%;
    height: 440px;
  }
  .tbb-history-item .desc {
    padding-left: 0;
    padding-top: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tbb-history-slider .swiper-container {
    padding-top: 90px;
  }
  .tbb-navs.js-history-navs .tbb-paginations-container, .tbb-navs.js-history-navs .js-history-pagination {
    left: 0;
    right: 0;
  }
  .tbb-navs.js-history-navs .tbb-paginations-container {
    margin: 0 67px;
  }
  .tbb-navs.js-history-navs .js-history-pagination .swiper-pagination-bullet span {
    display: none;
  }
  .tbb-history-item .image {
    height: 280px;
  }
  .tbb-history-item .subtitle {
    font-size: 60px;
    line-height: 1.3;
  }
  .tbb-history-item .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .tbb-blog-slide-item .image {
    margin: 0 0 25px 0;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 280px;
  }
  .tbb-blog-slide-item .desc {
    max-width: 100%;
  }
  .tbb-prev i::before, .tbb-next i::before {
    width: 30px;
  }
  .tbb-paginations-container {
    margin: 0 5px;
  }
  .tbb-prev, .tbb-next, .pager .tbb-prev, .pager .tbb-next {
    width: 57px;
    height: 57px;
  }
  .tbb-navs.js-history-navs::before {
    top: 27.5px;
  }
  .tbb-navs.js-history-navs .tbb-paginations-container {
    top: 13px;
  }
  .tbb-hero .tbb-navs .tbb-prev {
    top: -14px;
  }
  .tbb-hero .tbb-navs .tbb-next {
    top: -14px;
  }
}
/*---
  21. Intro
---*/
.tbb-intro {
  padding-top: 200px;
  padding-bottom: 100px;
  background: transparent;
}

.tbb-intro.intro--black {
  background: #000;
}

.tbb-intro .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.tbb-breadcrums {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 3px solid #848484;
}

.tbb-breadcrums ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
}

.tbb-breadcrums ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
}

.tbb-breadcrums ul li {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #C0C0C0;
}

.tbb-breadcrums ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.tbb-intro.intro--black .tbb-breadcrums ul li,
.tbb-intro.intro--black .tbb-breadcrums ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  .tbb-intro {
    padding-top: 160px;
  }
  .tbb-breadcrums ul li {
    font-size: 14px;
  }
}
/*---
  22. FAQ
---*/
.tbb-faq-item .tbb-collapse-btn {
  padding: 28px 60px;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 85px;
  -webkit-border-radius: 85px;
  color:white;
}

.active{
  color:black!important;
}

.tbb-faq-item .tbb-collapse-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #B2B2B2;
  border-radius: 85px;
  -webkit-border-radius: 85px;
}

.tbb-faq-item .tbb-collapse-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  background: #D8FF36;
  transform-origin: bottom center;
  
}

.tbb-faq-item .tbb-collapse-btn.active::after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  
}

.tbb-faq-item .tbb-collapse-btn .arrow::before,
.tbb-faq-item .tbb-collapse-btn .arrow::after {
  margin-top: -30px;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #B2B2B2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

.tbb-faq-item .tbb-collapse-btn .arrow::after {
  border: none;
  background: url(../images/arrow_2.svg) no-repeat center center;
  background-size: 12px 9px;
  filter: invert(1);
}

.tbb-faq-item .tbb-collapse-btn.active .arrow::before {
  background: #000;
  border-color: #000;
}

.tbb-faq-item .tbb-collapse-btn.active .arrow::after {
  filter: invert(1);
  transform: rotate(180deg);
}

.tbb-faq-item .tbb-collapse-btn > span {
  position: relative;
  z-index: 2;
}

.tbb-faq-item .tbb-text {
  color: white;
  padding: 30px 60px;
}

.tbb-faq-item .tbb-text > *:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tbb-faq-item .tbb-collapse-btn {
    padding: 20px 90px 20px 30px;
    font-size: 18px;
  }
  .tbb-faq-item .tbb-text {
    padding: 0 30px 10px 30px;
  }
}
/*---
  23. Portfolio Single
---*/
.tbb-custom-gallery .col-md-6:nth-child(1),
.tbb-custom-gallery .col-md-6:nth-child(4),
.tbb-custom-gallery .col-md-6:nth-child(5),
.tbb-custom-gallery .col-md-6:nth-child(8),
.tbb-custom-gallery .col-md-6:nth-child(10) {
  transform: scale(0.8);
}

.tbb-share .social-share > span {
  display: none;
}

/*---
  24. Team Single
---*/
.tbb-team-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbb-team-info ul li {
  padding: 20px 0;
  border-top: 1px solid #DBDBDB;
  display: flex;
}

.tbb-team-info ul li .title {
  width: 40%;
  font-weight: 700;
}

.tbb-team-info ul li .tbb-text {
  width: 60%;
}

.tbb-team-info ul li .tbb-text p {
  margin: 0;
}

/*---
  25. 404
---*/
.search-form label {
  padding-bottom: 0;
}

.page-404 {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.page-404__num {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 200px;
  margin: 0;
  color: #000;
  line-height: 1;
}

.page-404__text {
  margin-bottom: 30px;
}

.page-404 .search-form {
  margin: 0 auto;
}

/*---
  26. Blog Posts & Post
---*/
.tbb-post,
.tbb-archive-post {
  padding: 120px 0 0 0;
}

.tbb-post-pic {
  margin-bottom: 60px;
}

.tbb-post-pic img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center;
}

.tbb-post-wrapper {
  padding: 0 7%;
}

.tbb-post-date {
  margin: 0 0 30px 0;
  color: #828282;
}

.tbb-post-date a {
  font-size: 16px;
  font-weight: 500;
}

.post-content p {
  margin: 30px 0;
}

.post-content ul,
.post-content ol {
  margin: 30px 0;
}

.post-content ul li,
.post-content ol li {
  margin: 10px 0;
}

.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
  margin: 15px 0;
}

.post-content > *:first-child {
  margin-top: 0;
}

.tbb-post-bottom {
  margin: 30px 0 60px 0;
  padding: 6px;
  position: relative;
  background: #000;
}

.tbb-post-bottom-content {
  padding: 30px;
  position: relative;
  border: 1px solid #fff;
}

.tbb-post-categories, .tbb-post-tags, .tbb-post-socials {
  margin: 0 0 10px 0;
  display: block;
  color: #BBBBBB;
  font-weight: 500;
  line-height: 56px;
}

.tbb-post-categories span, .tbb-post-tags span, .tbb-post-socials span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.tbb-post-categories a {
  color: #fff;
}

.tbb-post-socials {
  margin-bottom: 0;
}

.social-share.tbb-post-socials.tbb-social-2 ul {
  margin-left: -5px;
  display: inline-block;
  vertical-align: top;
}

.social-share.tbb-post-socials.tbb-social-2 ul li a {
  border: 1px solid #3E3E3E;
}

.tbb-post-comments {
  padding: 0 7%;
  margin-top: 60px;
}

.comment__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}

.comment__title small {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 400;
}

.comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment.comment-item {
  list-style: none;
}

.comment.comment-item > .comment {
  position: relative;
  border: 1px solid #B2B2B2;
  min-height: 180px;
}

.comment .comment-item + .comment-item {
  margin-top: 20px;
}

.comment.comment-item ul.children > li {
  margin-top: 20px;
}

.comment-item__photo {
  margin: -1px;
  display: flex;
  padding: 25px;
  border: 1px solid #B2B2B2;
  height: calc(100% + 2px);
  position: absolute;
}

.comment .comment-item__photo img {
  float: none;
  max-width: 128px;
  width: 128px;
  height: 128px;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.comment .comment-item__content {
  padding-top: 25px;
  padding-right: 25px;
  margin-left: 205px;
}

.comment .comment-item__top {
  margin-bottom: 15px;
}

.comment .comment-item__name {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}

.comment .comment-item__sent {
  margin: 7px 0 0 10px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: #404040;
}

.comment .comment-item__reply a {
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #000;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.comment .comment-item__reply a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 15px;
  height: 100%;
  background: #000;
  transform: skewX(-20deg);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}

@media (min-width: 992px) {
  .comment .comment-item__reply a:hover,
  .comment .comment-item__reply a:focus,
  .comment .comment-item__reply a:hover::before,
  .comment .comment-item__reply a:focus::before {
    outline: none;
    color: #000;
    background-color: #D8FF36;
  }
}
.comment .comment-item--replyed {
  margin-left: 40px;
}

@media (min-width: 992px) {
  .comment .comment-item--replyed {
    margin-left: 60px;
  }
}
.comment-respond {
  max-width: 100%;
  margin-top: 60px;
}

.comment-item .comment-respond {
  padding: 40px 25px;
  margin: -1px 0 0 0;
  border: 1px solid #B2B2B2;
}

.comment-form .field {
  margin-bottom: 30px;
  padding: 0;
}

.comment-form__inputs-group {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .comment-form__inputs-group {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -15px 30px;
  }
}
.comment-form__inputs-group .comment-form__field-wrapper {
  width: 100%;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .comment-form__inputs-group .comment-form__field-wrapper {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
.comment-form__inputs-group .comment-form__field-wrapper label {
  margin-bottom: 0;
}

.content-sidebar,
.col-sidebar {
  padding: 6px;
  position: relative;
  border: 1px solid #B2B2B2;
}

.content-sidebar {
  padding: 0;
}

.content-sidebar .widget {
  padding: 44px;
  border-bottom: 1px solid #B2B2B2;
}

.content-sidebar .widget:last-child {
  border-bottom: none;
}

.content-sidebar .widget .widget-title,
.content-sidebar .widget h2 {
  margin-bottom: 30px;
  padding-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
}

.content-sidebar ul,
.content-sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-sidebar li,
.wp-block-categories-list li,
.wp-block-archives-list li {
  margin-bottom: 15px;
  position: relative;
  line-height: 1.3;
}

.content-sidebar li a,
.post-content .wp-block-archives li a {
  position: relative;
}

.content-sidebar li > a::after,
.post-content .wp-block-archives li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  transform-origin: bottom right;
}

.content-sidebar li a:hover::after,
.post-content .wp-block-archives li a:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform-origin: bottom left;
}

.wp-block-latest-posts__post-title::after {
  display: none;
}

.content-sidebar .screen-reader-text {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin: 0 0 20px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  margin: 0;
}

.wp-block-latest-posts__featured-image {
  margin-top: -3px;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
  width: 100px;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
}

.wp-block-latest-posts__post-title {
  line-height: 1.3;
  font-weight: 700;
  display: block;
}

.wp-block-latest-posts__post-author {
  font-size: 16px;
  color: #555;
}

.wp-block-latest-posts__post-date {
  margin: 10px 0;
}

.wp-block-latest-posts__post-excerpt {
  font-size: 16px;
  clear: both;
}

.wp-block-latest-posts__post-excerpt .tbb-btn {
  display: none;
}

.post-content table {
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  border-collapse: collapse;
}

.post-content table td,
.post-content table th {
  padding: 10px 20px;
  border: 1px solid #C4C4C4;
  background: none;
}

.content-sidebar a {
  text-decoration: none;
}

.content-sidebar a:hover {
  text-decoration: none;
}

.content-sidebar ul ul {
  margin-top: 0.6rem;
}

.content-sidebar ul ul li {
  position: relative;
  padding-left: 0.6rem;
}

.content-sidebar ul ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 1px;
  background: #8d99a7;
}

.content-sidebar ul li cite {
  padding: 0.5rem 0;
  display: block;
  font-size: 0.875rem;
  color: #8d99a7;
}

.wp-block-tag-cloud {
  margin: 5px 0 0 0;
}

.tags-links a,
.col-sidebar .tagcloud a,
.wp-block-tag-cloud a,
.sidebar__tag-item,
.tbb-post-tags a {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 14px 25px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: #D8FF36;
  border: none;
  font-size: 15px !important;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}

.content-sidebar ul.menu {
  position: relative;
  height: auto;
  transform: none;
  opacity: 1;
  display: block;
  background: none;
}

.screen-reader-text {
  display: none;
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.blocks-gallery-caption {
  max-width: 100%;
  margin: 0;
  padding: 5px 10px 0 10px;
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
}

.wp-block-button {
  margin-bottom: 20px;
}

.post-content .gallery .gallery-item {
  margin: 0;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  text-align: center;
}

.post-content .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.post-content .gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.post-content .gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.post-content .gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.post-content .gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.content-sidebar .search-form,
.search-form,
.wp-block-search,
.widget_product_search,
.wp-block-search .wp-block-search__button {
  position: relative;
  max-width: 300px;
}

.content-sidebar .search-form input[type=search],
.search-form input[type=search],
.wp-block-search input[type=search],
.widget_product_search input[type=search],
.wp-block-search input[type=search] {
  background: #fff;
}

.content-sidebar .search-form input[type=submit],
.search-form input[type=submit],
.wp-block-search input[type=submit],
.widget_product_search input[type=submit],
.wp-block-search .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  opacity: 1;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ") no-repeat center center;
  background-size: 18px;
}

.wp-block-search {
  position: relative;
  max-width: 100%;
}

.content-sidebar .search-form label,
.widget_product_search label {
  display: block;
}

.wp-block-search .wp-block-search__label,
.content-sidebar .search-form .screen-reader-text {
  display: none;
}

.post-content .wp-block-archives,
.comment-item__text .wp-block-archives {
  margin: 2rem 0;
}

.wp-block-latest-comments__comment {
  line-height: 1.3;
}

.wp-block-latest-comments__comment a {
  font-weight: 700;
}

.wp-block-latest-comments__comment-excerpt {
  margin-bottom: 1.9rem;
}

.wp-block-latest-comments__comment-excerpt p {
  margin-top: 0 !important;
  font-size: 1.05rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.archive-item .title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

.post-content::after {
  clear: both;
  position: relative;
  display: block;
  content: "";
}

@media (max-width: 1024px) {
  .content-sidebar {
    padding-left: 0;
  }
  .col-sidebar {
    margin-top: 3rem;
  }
  .tbb-post-wrapper,
  .tbb-post-comments {
    padding: 0;
  }
  blockquote {
    padding: 130px 30px 30px 30px;
    font-size: 18px;
    line-height: 1.7;
  }
  blockquote p {
    font-size: 18px;
    line-height: 1.7;
  }
  blockquote::before {
    top: 30px;
    left: 30px;
  }
  .tbb-post-pic img {
    height: 480px;
  }
  .tbb-post,
  .tbb-archive-post {
    padding: 80px 0 0 0;
  }
  .tbb-contact-info {
    margin-top: 40px;
  }
  .tbb-team-detail > .row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tbb-team-detail .team-detail-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tbb-breadcrums {
    margin-top: 30px;
  }
  .tbb-post-pic img {
    height: 280px;
  }
  .tbb-post-bottom-content {
    padding: 24px;
  }
  .tbb-post-categories span, .tbb-post-tags span, .tbb-post-socials span {
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .tbb-post-categories, .tbb-post-tags, .tbb-post-socials {
    line-height: 1.7;
  }
  .tbb-post-tags:last-child {
    margin-bottom: -5px;
  }
  .comment-item__photo {
    margin: 0;
    padding: 20px;
    border: none;
  }
  .comment .comment-item__photo img {
    max-width: 64px;
    width: 64px;
    height: 64px;
  }
  .comment .comment-item__content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 100px;
  }
  .comment .comment-item__name {
    font-size: 18px;
    display: block;
  }
  .comment .comment-item__sent {
    margin: 5px 0 0 0;
  }
  .comment__title small {
    margin-left: 0;
    font-size: 16px;
  }
  .tbb-social-2 ul li a {
    width: 48px;
    height: 48px;
  }
  .tbb-custom-gallery .col-md-6:nth-child(1),
  .tbb-custom-gallery .col-md-6:nth-child(4),
  .tbb-custom-gallery .col-md-6:nth-child(5),
  .tbb-custom-gallery .col-md-6:nth-child(8),
  .tbb-custom-gallery .col-md-6:nth-child(10) {
    transform: none;
  }
  .tbb-page-navigation {
    margin: 40px 0 0 0;
  }
  .tbb-post,
  .tbb-archive-post {
    padding: 70px 0 0 0;
  }
  .content-sidebar .widget {
    padding: 30px;
  }
  .tags-links a, .col-sidebar .tagcloud a, .wp-block-tag-cloud a, .sidebar__tag-item, .tbb-post-tags a {
    padding: 10px 15px;
    font-size: 14px !important;
  }
  .pager span, .pager a, .page-links .post-page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tbb-blog-item.archive-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .tbb-blog-item.archive-item .title {
    font-size: 26px;
  }
  .post-content table td, .post-content table th {
    padding: 10px;
  }
  .post-content tbody, .post-content td, .post-content tfoot, .post-content th, .post-content thead, .post-content tr {
    display: block;
    margin: -1px;
  }
  .post-content th {
    display: none;
  }
  .comment__title {
    margin-bottom: 15px;
  }
  .post-content .gallery.gallery-columns-2 .gallery-item,
  .post-content .gallery.gallery-columns-3 .gallery-item,
  .post-content .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
  .tbb-form-box {
    padding: 40px;
  }
  .tbb-team-detail > .row > div {
    padding: 0;
  }
}
/* ---
	Skin Options
---*/
/* ---
	Settings Begin
---*/
/* --Fonts Family */
/* - paragraphs font */
/* - headings font */
/* - buttons font */
/* --Template Colors */
/* - background color */
/* - accent color */
/* - paragraphs color */
/* - headings color */
/* - buttons bg color */
/* - buttons bg color on Hover */
/* - intro heading color */
/* - intro description color */
/* - intro breadcrumbs color */
/* --Heading h1 */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - font transform */
/* --Heading h2 */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - font transform */
/* --Heading h3 */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - font transform */
/* --Heading h4 */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - font transform */
/* --Heading h5 */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - font transform */
/* --Heading h6 */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - font transform */
/* --Paragraphs */
/* - font size */
/* - font weight */
/* - line height */
/* - letter spacing */
/* --Buttons */
/* - font size */
/* - font weight */
/* - letter spacing */
/* - text transform */
/* - border radius */
/* --Preloader */
/* - prelaoder background color */
/* - preloader figure color */
/* ---
	Settings End
---*/
/* bg color */
body,
.wrapper,
.tbb-overlay {
  background-color: #ffffff;
}

.tbb-number .num,
.tbb-ticker-slider .title,
.tbb-ticker-slider .title a,
.tbb-counter .num,
.tbb-counter .num-after,
.tbb-history-item .subtitle,
.tbb-team-item .num {
  color: #ffffff;
}

/*headings*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
h1.tbb-title-1,
h2.tbb-title-1,
h3.tbb-title-1,
h4.tbb-title-1,
h5.tbb-title-1,
h6.tbb-title-1,
.tbb-title-1,
h1.tbb-title-2,
h2.tbb-title-2,
h3.tbb-title-2,
h4.tbb-title-2,
h5.tbb-title-2,
h6.tbb-title-2,
.tbb-title-2,
h1.tbb-title-3,
h2.tbb-title-3,
h3.tbb-title-3,
h4.tbb-title-3,
h5.tbb-title-3,
h6.tbb-title-3,
.tbb-title-3 {
  color: #000000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
h1.tbb-title-1,
h2.tbb-title-1,
h3.tbb-title-1,
h4.tbb-title-1,
h5.tbb-title-1,
h6.tbb-title-1,
.tbb-title-1,
h1.tbb-title-2,
h2.tbb-title-2,
h3.tbb-title-2,
h4.tbb-title-2,
h5.tbb-title-2,
h6.tbb-title-2,
.tbb-title-2,
h1.tbb-title-3,
h2.tbb-title-3,
h3.tbb-title-3,
h4.tbb-title-3,
h5.tbb-title-3,
h6.tbb-title-3,
.tbb-title-3 {
  font-family: "Noto Sans";
}

@media (min-width: 993px) {
  .h1, h1, h1.tbb-title-1, .tbb-title-1 {
    font-size: 4.375rem;
  }
}
.h1, h1, h1.tbb-title-1, .tbb-title-1 {
  font-weight: 600;
}

@media (min-width: 993px) {
  .h1, h1, h1.tbb-title-1, .tbb-title-1 {
    letter-spacing: 0px;
  }
}
.h1, h1, h1.tbb-title-1, .tbb-title-1 {
  text-transform: unset;
}

@media (min-width: 993px) {
  .h2, h2, h2.tbb-title-2, .tbb-title-2 {
    font-size: 3.75rem;
  }
}
.h2, h2, h2.tbb-title-2, .tbb-title-2 {
  font-weight: 600;
}

@media (min-width: 993px) {
  .h2, h2, h2.tbb-title-2, .tbb-title-2 {
    letter-spacing: 0px;
  }
}
.h2, h2, h2.tbb-title-2, .tbb-title-2 {
  text-transform: unset;
}

@media (min-width: 993px) {
  .h3, h3 {
    font-size: 40px;
  }
}
.h3, h3 {
  font-weight: 600;
}

@media (min-width: 993px) {
  .h3, h3 {
    letter-spacing: 0px;
  }
}
.h3, h3 {
  text-transform: unset;
}

@media (min-width: 993px) {
  .h4, h4 {
    font-size: 30px;
  }
}
.h4, h4 {
  font-weight: 600;
}

@media (min-width: 993px) {
  .h4, h4 {
    letter-spacing: 0px;
  }
}
.h4, h4 {
  text-transform: unset;
}

@media (min-width: 993px) {
  .h5, h5 {
    font-size: 20px;
  }
}
.h5, h5 {
  font-weight: 600;
}

@media (min-width: 993px) {
  .h5, h5 {
    letter-spacing: 0px;
  }
}
.h5, h5 {
  text-transform: unset;
}

@media (min-width: 993px) {
  .h6, h6 {
    font-size: 18px;
  }
}
.h6, h6 {
  font-weight: 600;
}

@media (min-width: 993px) {
  .h6, h6 {
    letter-spacing: 0px;
  }
}
.h6, h6 {
  text-transform: unset;
}

/* paragraphs */
html,
body {
  color: #1B252E;
}

html,
body,
input,
textarea,
button,
label,
legend {
  font-family: "Noto Sans";
}

html,
body,
input,
textarea,
button,
label,
legend {
  font-size: 18px;
}

html,
body,
input,
textarea,
button,
label,
legend {
  font-weight: 400;
}

html,
body,
label,
legend {
  line-height: 1.7;
}

html,
body,
input,
textarea,
button,
label,
legend {
  letter-spacing: 0px;
}

/* intro */
.tbb-intro .tbb-title-1,
.tbb-intro.intro--black .tbb-title-1,
.tbb-intro .tbb-title-1.tbb-text-white,
.tbb-intro.intro--black .tbb-title-1.tbb-text-white,
.tbb-intro .tbb-title-1.tbb-text-black,
.tbb-intro.intro--black .tbb-title-1.tbb-text-black {
  color: #ffffff;
}

.tbb-intro .tbb-subtitle-2,
.tbb-intro.intro--black .tbb-subtitle-2,
.tbb-intro .tbb-subtitle-2.tbb-text-white,
.tbb-intro.intro--black .tbb-subtitle-2.tbb-text-white,
.tbb-intro .tbb-subtitle-2.tbb-text-black,
.tbb-intro.intro--black .tbb-subtitle-2.tbb-text-black {
  color: #ffffff;
}

.tbb-intro .tbb-breadcrums ul li,
.tbb-intro .tbb-breadcrums ul li a .tbb-intro.intro--black .tbb-breadcrums ul li,
.tbb-intro.intro--black .tbb-breadcrums ul li a {
  color: #ffffff;
}

/* theme color */
.block-quote::before,
blockquote::before,
.block-quote::before,
.wp-block-quote::before,
.wp-block-quote.is-large::before,
.wp-block-quote.is-style-large::before,
.wp-block-pullquote::before,
.tbb-hover-1::before,
.tbb-hover-2::before,
.tbb-hover-3::before,
.tbb-hover-btn > .arrow::after,
.tbb-hover-btn > i::after,
.tbb-hover-btn::after,
a.tbb-lnk.lnk--active::after,
span.tbb-lnk.lnk--active::after,
.tbb-lnk.lnk--active a::after,
.tbb-btn.btn--border.btn--color::after,
.tbb-btn.btn--active::before,
.tbb-btn .arrow::before,
.tbb-head-btn .arrow::before,
.tbb-btn.btn--border .arrow::after,
.tbb-btn.btn--border i::after,
.tbb-social-2 ul li a::before,
.tbb-social-active ul li a::before,
.tbb-stars,
.pager a:hover,
.page-links .post-page-numbers:hover,
.pager .current,
.page-links .current,
.preloader::before,
.preloader__double-bounce,
.tbb-menu-overlay,
.tbb-service-item .image,
.tbb-bubble .bubble-1,
.tbb-bubble .bubble-2,
.tbb-bubble .bubble-3,
.tbb-services-showcase .items .img-circle,
.tbb-filter.filter--default .tbb-filter-nav-active,
.tbb-showcase .img-circle,
.tbb-video .play::before,
.tbb-cta-social .cta-img-circle,
.tbb-blog-item .desc .date,
.wp-block-latest-posts__post-date,
.tbb-post-date .date,
.tbb-blog-slide-item .desc .date,
.tbb-pricing-item:hover a.tbb-btn.btn--color::after,
.tbb-pricing-item:hover .tbb-btn.btn--color::after,
.tbb-faq-item .tbb-collapse-btn::after,
.tags-links a,
.col-sidebar .tagcloud a,
.wp-block-tag-cloud a,
.sidebar__tag-item,
.tbb-post-tags a {
  background-color: #D8FF36;
}

.tbb-team-item:hover .num,
.tbb-cta-info .email,
.tbb-cta-info .email a,
.wp-block-calendar a {
  color: #D8FF36;
}

.tbb-social-2 ul li a:hover,
.tbb-social-active ul li a:hover,
.pager a:hover,
.page-links .post-page-numbers:hover {
  border-color: #D8FF36;
}

@media (max-width: 1024px) {
  .tbb-filter.filter--default ul li button.item--active,
  .comment .comment-item__reply a:hover,
  .comment .comment-item__reply a:focus,
  .comment .comment-item__reply a:hover::before,
  .comment .comment-item__reply a:focus::before {
    background: #D8FF36;
  }
}
/* buttons */
.tbb-hover-btn::before,
.tbb-btn .arrow::after,
button[type=submit],
input[type=submit] {
  background-color: #000000;
}

.tbb-hover-btn::after,
button[type=submit]:hover,
input[type=submit]:hover,
.tbb-btn.btn--border.btn--color::after,
.tbb-btn.btn--active::before,
.tbb-btn .arrow::before,
.tbb-head-btn .arrow::before,
.tbb-btn.btn--border .arrow::after,
.tbb-btn.btn--border i::after,
.tbb-pricing-item:hover a.tbb-btn.btn--color::after,
.tbb-pricing-item:hover .tbb-btn.btn--color::after {
  background-color: #D8FF36;
}

button[type=submit].tbb-btn:hover {
  background-color: transparent;
}

a.tbb-btn,
.tbb-btn,
.tbb-head-btn,
button[type=submit],
input[type=submit],
body div.wpforms-container .wpforms-form .tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn[type=submit] {
  font-family: "Noto Sans";
}

a.tbb-btn,
.tbb-btn,
button[type=submit],
input[type=submit],
body div.wpforms-container .wpforms-form .tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn[type=submit] {
  font-size: 16px;
}

a.tbb-btn,
.tbb-btn,
button[type=submit],
input[type=submit],
body div.wpforms-container .wpforms-form .tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn[type=submit] {
  font-weight: 700;
}

a.tbb-btn,
.tbb-btn,
button[type=submit],
input[type=submit],
body div.wpforms-container .wpforms-form .tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn[type=submit] {
  letter-spacing: 0px;
}

a.tbb-btn,
.tbb-btn,
button[type=submit],
input[type=submit],
body div.wpforms-container .wpforms-form .tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn[type=submit] {
  text-transform: unset;
}

a.tbb-btn,
.tbb-btn,
button[type=submit],
input[type=submit],
body div.wpforms-container .wpforms-form .tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn,
body div.wpforms-container .wpforms-form button.tbb-btn[type=submit],
.tbb-hover-btn::before {
  border-radius: 66px;
}

/* Preloader BG Color */
.preloader::after {
  background-color: #000000;
}

/* Preloader Color */
.preloader__double-bounce {
  background-color: #D8FF36;
}

/* --options end */


/**
 * /*----------------------------------------------------
 * 
 * This file contains the styling for the actual template, this
 * is the file you need to edit to change the look of the
 * template.
 * 
 * 
 * 
 * Table of Content:
 * 01/ reset
 * 02/ variables
 * 03/ hero_sections
 * 04/ buttons
 * 05/ video_popup
 * 06/ service_box
 * 07/ awords
 * 08/ projects 
 * 09/ team 
 * 10/ mix_sections 
 * 11/ testimonial  
 * 12/ counter 
 * 13/ blog 
 * 14/ client 
 * 15/ service_line 
 * 16/ offer_box 
 * 17/ price 
 * 18/ cta 
 * 19/ faq 
 * 20/ progress 
 * 21/ contact 
 * 22/ shop 
 * 23/ header 
 * 24/ breadcrumb 
 * 25/ sidebar 
 * 26/ footer 
 * 
 * 
 * =====================================================================
 *
 * @format
 * @File: Default Styles
 * @Author: PicmaticWeb
 * @URL: Author E-mail:
 * @Default Styles
 */
 @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
 @font-face {
   font-family: ClashDisplay;
   src: url(../fonts/ClashDisplay-Semibold.ttf);
 }
 
 * {
   margin: 0;
   padding: 0;
 }
 
 body {
   font-family: "Noto Sans", sans-serif;
 }
 
 a {
   text-decoration: none;
 }
 
 .shape_img img {
   position: absolute;
 }
 
 .section_title h2 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 66px;
   line-height: 76px;
 }
 
 .blockquote {
   margin-top: 40px;
   margin-bottom: 40px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   position: relative;
   padding-left: 48px;
   padding-right: 48px;
   padding-top: 40px;
   padding-bottom: 48px;
 }
 
 .blockquote p {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .blockquote p span {
   color: #D8FF36;
 }
 
 .blockquote .author span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .blockquote img {
   position: absolute;
   right: 48px;
   bottom: -30px;
 }
 
 @media (min-width: 1400px) {
   .container {
     max-width: 1440px;
   }
 }
 
 @font-face {
   font-family: ClashDisplay;
   src: url(../fonts/ClashDisplay-Semibold.ttf);
 }
 
 .hero_main {
   padding-top: 250px;
   padding-bottom: 550px;
   position: relative;
 }
 
 .hero_main .content {
   position: relative;
 }
 
 .hero_main .content .section_title h1 {
   font-family: "ClashDisplay", sans-serif;
   color: #131313;
   font-weight: 600;
   font-size: 120px;
   line-height: 124px;
 }
 
 .hero_main .content .section_title p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 38px;
   margin-top: 30px;
 }
 
 .hero_main .content .btn_area {
   margin-top: 70px;
 }
 
 .hero_main .content .btn_area .bg_btn_color {
   margin-left: 24px;
 }
 
 .hero_main .content .shape {
   position: absolute;
   right: 100px;
   bottom: -50px;
 }
 
 .hero_main .shape_img .one {
   right: 0;
   top: 270px;
 }
 
 .hero_main .shape_img .two {
   left: 0;
   top: 370px;
 }
 
 .hero_creative_agency {
   padding-top: 250px;
   padding-bottom: 160px;
   position: relative;
 }
 
 .hero_creative_agency .content {
   position: relative;
 }
 
 .hero_creative_agency .content .section_title .sub_title {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 500;
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
   display: inline-block;
   margin-bottom: 25px;
 }
 
 .hero_creative_agency .content .section_title h1 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 100px;
   line-height: 104px;
   margin-bottom: 30px;
 }
 
 .hero_creative_agency .content .section_title p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 38px;
 }
 
 .hero_creative_agency .content .reating_area .icons {
   margin-bottom: 15px;
   margin-top: 50px;
 }
 
 .hero_creative_agency .content .reating_area .icons img {
   width: 40px;
   height: 40px;
   background: #219653;
   padding: 7px;
   margin: 0 2px;
 }
 
 .hero_creative_agency .content .reating_area p {
   color: #131313;
   font-family: "Roboto", sans-serif;
   font-weight: 300;
   font-size: 18px;
   line-height: 22px;
 }
 
 .hero_creative_agency .content .reating_area p span {
   font-weight: 700;
   text-decoration: underline;
 }
 
 .hero_creative_agency .bg_overlay img {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   width: 42%;
 }
 
 .hero_creative_agency .shape_img .one {
   top: -140px;
   right: -335px;
 }
 
 .hero_creative_agency .shape_img .two {
   bottom: 0;
   left: 510px;
 }
 
 .hero_creative_agency .shape_img .three {
   left: 0;
   bottom: 470px;
 }
 
 .hero_digital_studio {
   padding-top: 200px;
   position: relative;
 }
 
 .hero_digital_studio .bg_ovarly img {
   width: 100%;
   position: relative;
   z-index: 3;
 }
 
 .hero_digital_studio .section_title h1 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 120px;
   line-height: 124px;
 }
 
 .hero_digital_studio .content {
   padding-left: 110px;
 }
 
 .hero_digital_studio .content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 38px;
 }
 
 .hero_digital_studio .content .bg_btn {
   display: inline-block;
   margin-top: 30px;
 }
 
 .hero_digital_studio .shape_img .one {
   left: 0;
   top: 275px;
 }
 
 .hero_digital_studio .shape_img .two {
   bottom: 490px;
   left: 895px;
 }
 
 .hero_digital_studio .shape_img .three {
   right: 0;
   top: 335px;
 }
 
 .hero_marketing_agency {
   padding-top: 200px;
   padding-bottom: 130px;
   position: relative;
 }
 
 .hero_marketing_agency .content {
   color: #131313;
 }
 
 .hero_marketing_agency .content .section_title span {
   font-family: "Noto Sans", sans-serif;
   font-weight: 500;
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
 }
 
 .hero_marketing_agency .content .section_title h1 {
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 100px;
   line-height: 104px;
   margin-top: 25px;
 }
 
 .hero_marketing_agency .content .section_title p {
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 38px;
   margin-top: 30px;
 }
 
 .hero_marketing_agency .content .marketers {
   display: flex;
   align-items: center;
   margin-top: 50px;
 }
 
 .hero_marketing_agency .content .marketers span {
   display: block;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   margin-left: 24px;
 }
 
 .hero_marketing_agency .shape_img .one {
   left: 0;
   top: 310px;
 }
 
 .hero_marketing_agency .shape_img .two {
   bottom: 0;
   right: 275px;
 }
 
 .hero_marketing_agency .shape_img .three {
   right: 0;
   top: 230px;
 }
 
 .hero_coporate_agency {
   padding-top: 220px;
   padding-bottom: 210px;
   position: relative;
 }
 
 .hero_coporate_agency .content {
   text-align: center;
 }
 
 .hero_coporate_agency .content .section_title {
   color: #131313;
 }
 
 .hero_coporate_agency .content .section_title h1 {
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 120px;
   line-height: 124px;
 }
 
 .hero_coporate_agency .content .section_title p {
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 38px;
   padding-top: 20px;
 }
 
 .hero_coporate_agency .content .bg_btn {
   margin-top: 30px;
 }
 
 .hero_coporate_agency .shape_img .one {
   left: 100px;
   bottom: 300px;
 }
 
 .hero_coporate_agency .shape_img .two {
   bottom: 0;
   right: 230px;
 }
 
 .hero_coporate_agency .shape_img .three {
   right: 0;
   top: 155px;
 }
 
 .hero_agenct_portfolio {
   padding-top: 250px;
   padding-bottom: 300px;
   position: relative;
 }
 
 .hero_agenct_portfolio .content {
   color: #131313;
 }
 
 .hero_agenct_portfolio .content .section_title span {
   font-family: "Noto Sans", sans-serif;
   font-weight: 500;
   font-size: 24px;
   line-height: 34px;
   text-transform: uppercase;
 }
 
 .hero_agenct_portfolio .content .section_title h1 {
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 100px;
   line-height: 104px;
   margin-top: 25px;
 }
 
 .hero_agenct_portfolio .marketars {
   display: flex;
   align-items: center;
   margin-top: 50px;
 }
 
 .hero_agenct_portfolio .marketars span {
   display: block;
   margin-left: 24px;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .hero_agenct_portfolio .shape_img .one {
   left: 0;
   top: 350px;
 }
 
 .hero_agenct_portfolio .shape_img .two {
   bottom: 115px;
   right: 370px;
 }
 
 .hero_agenct_portfolio .shape_img .three {
   top: 100px;
   right: 70px;
 }
 
 .hero_shop {
   padding-top: 200px;
   padding-bottom: 130px;
   position: relative;
 }
 
 .hero_shop .section_img {
   position: relative;
 }
 
 .hero_shop .section_img .min {
   position: relative;
   z-index: 2;
 }
 
 .hero_shop .content span {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .hero_shop .content .section_title h1 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 90px;
   line-height: 96px;
   margin-top: 15px;
 }
 
 .hero_shop .content .section_title p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 22px;
   line-height: 38px;
   margin-top: 30px;
 }
 
 .hero_shop .content .bg_btn {
   margin-top: 30px;
 }
 
 .hero_shop .one {
   left: -120px;
   top: -110px;
 }
 
 .hero_shop .two {
   bottom: 0;
   left: 615px;
 }
 
 .hero_shop .three {
   right: 0;
   bottom: 420px;
 }
 
 .bg_btn {
   font-family: "Noto Sans", sans-serif;
   color: #131313;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 20px 50px;
   text-transform: uppercase;
   transition: .3s;
   display: inline-block;
 }
 
 .bg_btn i {
   transform: rotate(-45deg);
   margin-left: 5px;
   transition: 0.3s;
 }
 
 .bg_btn:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .bg_btn:hover i {
   transform: none;
 }
 
 .bg_btn_color {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   background: #D8FF36;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 20px 44px;
   text-transform: uppercase;
   transition: .3s;
   display: inline-block;
 }
 
 .bg_btn_color:hover {
   color: #131313;
   box-shadow: none;
 }
 
 .popup_btn {
   width: 140px;
   height: 140px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: .3s;
 }
 
 .popup_btn i {
   color: #131313;
   font-size: 32px;
 }
 
 .popup_btn:hover {
   background: #D8FF36;
   box-shadow: none;
 }
 
 .popup_btn:hover i {
   color: #fff;
 }
 
 .text_btn {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   display: inline-block;
 }
 
 .text_btn i {
   transform: rotate(-45deg);
   margin-left: 5px;
   transition: 0.3s;
 }
 
 .text_btn:hover {
   color: #131313;
 }
 
 .text_btn:hover i {
   transform: none;
 }
 
 .project_btn {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   display: inline-block;
   transition: .3s;
 }
 
 .project_btn i {
   transform: rotate(-45deg);
   margin-left: 5px;
   transition: 0.3s;
 }
 
 .project_btn:hover {
   color: #131313;
 }
 
 .project_btn:hover i {
   transform: none;
 }
 
 .shop_btn {
   display: inline-flex;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   align-items: center;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 13px 45px;
 }
 
 .shop_btn i {
   margin-right: 10px;
 }
 
 .shop_btn:hover {
   color: #D8FF36;
 }
 
 .video_popup {
   margin-top: -375px;
   position: relative;
   z-index: 2;
 }
 
 .video_popup .popup_container {
   width: 1740px;
   height: 900px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   transition: .3s;
 }
 
 .video_popup .popup_container:hover .popup_btn {
   width: 120px;
   height: 120px;
 }
 
 .video_popup .popup_container:hover .popup_btn:hover {
   width: 140px;
   height: 140px;
 }
 
 .video_popup.h_4 {
   margin-top: 0;
 }
 
 .video_popup.h_4 .popup_container {
   width: 100%;
 }
 
 .service_box {
   padding-top: 150px;
   padding-bottom: 150px;
 }
 
 .min_service_box_area {
   margin-top: 65px;
 }
 
 .min_service_box_area .single_service_box {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 80px;
   padding-left: 48px;
   padding-bottom: 60px;
   padding-right: 40px;
   margin: 0 7px;
   transition: .3s;
 }
 
 .min_service_box_area .single_service_box img {
   margin-bottom: 60px;
 }
 
 .min_service_box_area .single_service_box h4 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_service_box_area .single_service_box p {
   padding-top: 10px;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-bottom: 30px;
 }
 
 .min_service_box_area .single_service_box:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .service_box.h_5 {
   padding-top: 0;
 }
 
 .aword {
   padding-bottom: 165px;
   text-align: center;
 }
 
 .aword .bg_btn_color {
   display: inline-block;
   margin-top: 60px;
 }
 
 .min_aword_area {
   margin-top: 60px;
   text-align: center;
 }
 
 .min_aword_area .singe_aword {
   border-top: 2px solid #131313;
   padding-top: 30px;
   padding-bottom: 25px;
   text-align: left;
 }
 
 .min_aword_area .singe_aword .left_content {
   display: flex;
   align-items: center;
   padding-right: 130px;
 }
 
 .min_aword_area .singe_aword .left_content .content {
   padding-left: 130px;
 }
 
 .min_aword_area .singe_aword .left_content .content h5 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .min_aword_area .singe_aword .left_content .content span {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   margin-top: -5px;
   display: inline-block;
 }
 
 .min_aword_area .singe_aword .right_content {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 
 .min_aword_area .singe_aword .right_content p {
   padding-right: 175px;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-bottom: 0;
 }
 
 .min_aword_area .singe_aword .right_content i {
   color: #D8FF36;
   font-size: 40px;
   transform: rotate(-45deg);
   transition: .3s;
 }
 
 .min_aword_area .singe_aword:last-child {
   border-bottom: 2px solid #131313;
 }
 
 .min_aword_area .singe_aword:hover .right_content i {
   transform: none;
 }
 
 .project {
   padding-top: 150px;
   padding-bottom: 160px;
   text-align: center;
   position: relative;
 }
 
 .project .bg_btn {
   margin-top: 30px;
   display: inline-block;
 }
 
 .project .shape_img .one {
   right: 200px;
   top: 0;
 }
 
 .project .shape_img .two {
   left: 0;
   top: 870px;
 }
 
 .project .shape_img .three {
   right: 0;
   bottom: 220px;
 }
 
 .min_project_area {
   column-count: 2;
   gap: 120px;
   margin-top: 60px;
 }
 
 .min_project_area .single_project {
   margin-bottom: 80px;
 }
 
 .min_project_area .single_project .project_top {
   position: relative;
 }
 
 .min_project_area .single_project .project_top .tags {
   opacity: 0;
   visibility: hidden;
   display: flex;
   align-items: center;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
 }
 
 .min_project_area .single_project .project_top .tags li {
   margin: 0 10px;
 }
 
 .min_project_area .single_project .project_top .tags li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 8px 16px;
   transition: .3s;
 }
 
 .min_project_area .single_project .project_top .tags li a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_project_area .single_project .project_top .tags li:first-child {
   margin-left: 0;
 }
 
 .min_project_area .single_project .project_bottom {
   padding-right: 250px;
   text-align: left;
 }
 
 .min_project_area .single_project .project_bottom h4 {
   margin-top: 40px;
 }
 
 .min_project_area .single_project .project_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   transition: .3s;
 }
 
 .min_project_area .single_project .project_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_project_area .single_project:hover .project_top .tags {
   opacity: 1;
   visibility: visible;
 }
 
 .project_slider {
   padding-top: 150px;
   padding-bottom: 150px;
   overflow: hidden;
   position: relative;
 }
 
 .project_slider .project_slider_btn {
   text-align: right;
 }
 
 .project_slider .shape_img .one {
   left: 0;
   bottom: 455px;
 }
 
 .project_slider .shape_img .two {
   bottom: 0;
   left: 560px;
 }
 
 .project_slider .shape_img .three {
   top: 0;
   right: 600px;
 }
 
 .min_project_slider_area {
   margin-top: 60px;
   width: 152%;
 }
 
 .min_project_slider_area .single_project_slider .project_top {
   position: relative;
 }
 
 .min_project_slider_area .single_project_slider .project_top .tags {
   opacity: 0;
   visibility: hidden;
   display: flex;
   align-items: center;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
 }
 
 .min_project_slider_area .single_project_slider .project_top .tags li {
   margin: 0 10px;
 }
 
 .min_project_slider_area .single_project_slider .project_top .tags li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 8px 16px;
   transition: .3s;
 }
 
 .min_project_slider_area .single_project_slider .project_top .tags li a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_project_slider_area .single_project_slider .project_top .tags li:first-child {
   margin-left: 0;
 }
 
 .min_project_slider_area .single_project_slider .project_bottom {
   padding-right: 250px;
   text-align: left;
 }
 
 .min_project_slider_area .single_project_slider .project_bottom h4 {
   margin-top: 40px;
 }
 
 .min_project_slider_area .single_project_slider .project_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   transition: .3s;
 }
 
 .min_project_slider_area .single_project_slider .project_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_project_slider_area .single_project_slider:hover .project_top .tags {
   opacity: 1;
   visibility: visible;
 }
 
 .project_two {
   padding-top: 150px;
   padding-bottom: 160px;
   position: relative;
 }
 
 .project_two .shape_img .one {
   left: 0;
   bottom: 475px;
 }
 
 .project_two .shape_img .two {
   top: 0;
   right: 270px;
 }
 
 .project_two .shape_img .three {
   bottom: 0;
   left: 400px;
 }
 
 .min_project_two {
   margin-top: 60px;
 }
 
 .min_project_two .project_two_items {
   padding-left: 0;
   position: relative;
 }
 
 .min_project_two .project_two_items .single_item {
   border-bottom: 1px solid #000000;
   padding-bottom: 40px;
   padding-top: 35px;
 }
 
 .min_project_two .project_two_items .single_item:hover img {
   opacity: 1;
   visibility: visible;
 }
 
 .min_project_two .project_two_items .single_item img {
   position: absolute;
   right: 75px;
   top: 50%;
   transform: translateY(-50%);
   z-index: 2;
   transition: .3s;
   opacity: 0;
   visibility: hidden;
 }
 
 .min_project_two .project_two_items .single_item:first-child {
   border-top: 1px solid #000000;
 }
 
 .min_project_two .project_two_items .single_item .all_content {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 
 .min_project_two .project_two_items .single_item .all_content .content h3 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   transition: .3s;
 }
 
 .min_project_two .project_two_items .single_item .all_content .content h3 a:hover {
   color: #D8FF36;
 }
 
 .min_project_two .project_two_items .single_item .all_content .content .category {
   margin-top: 5px;
 }
 
 .min_project_two .project_two_items .single_item .all_content .content .category span,
 .min_project_two .project_two_items .single_item .all_content .content .category a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_project_two .project_two_items .single_item .all_content i {
   font-size: 40px;
   transform: rotate(-45deg);
   transition: .3s;
 }
 
 .min_project_two .project_two_items .single_item:hover .all_content i {
   transform: none;
   color: #D8FF36;
 }
 
 .min_project_two .bottom {
   text-align: center;
 }
 
 .min_project_two .bottom .bg_btn {
   display: inline-block;
   margin-top: 40px;
 }
 
 .project_slider_two {
   padding-top: 150px;
   padding-bottom: 170px;
   position: relative;
   overflow: hidden;
 }
 
 .project_slider_two .project_slider_btn {
   text-align: right;
 }
 
 .project_slider_two .shape_img .one {
   top: 0;
   right: 650px;
 }
 
 .project_slider_two .shape_img .two {
   bottom: 0;
   left: 455px;
 }
 
 .min_project_slider_two_area {
   margin-top: 60px;
   width: 152%;
 }
 
 .min_project_slider_two_area .slick-slide {
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 10px;
 }
 
 .min_project_slider_two_area .slick-list {
   margin-left: -20px;
   margin-right: -20px;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top {
   position: relative;
   text-align: center;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top img {
   width: 100%;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top .tags {
   opacity: 0;
   visibility: hidden;
   display: flex;
   align-items: center;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top .tags li {
   margin: 0 10px;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top .tags li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 8px 16px;
   transition: .3s;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top .tags li a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_top .tags li:first-child {
   margin-left: 0;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_bottom {
   text-align: center;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_bottom h4 {
   margin-top: 40px;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   transition: .3s;
 }
 
 .min_project_slider_two_area .single_project_slider_two .project_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_project_slider_two_area .single_project_slider_two:hover .project_top .tags {
   opacity: 1;
   visibility: visible;
 }
 
 .project.h_6 {
   padding-top: 0;
   margin-top: -170px;
 }
 
 .project.h_6 .min_project_area {
   margin-top: 0;
 }
 
 .project.h_6 .bg_btn_color {
   margin-top: 80px;
 }
 
 .portfolio_grid_two {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .min_project_area_grid_two .bg_btn_color {
   width: auto;
   margin: 0 auto;
 }
 
 .min_project_area_grid_two .single_project {
   margin: 0 20px;
   margin-bottom: 80px;
 }
 
 .min_project_area_grid_two .single_project .project_top {
   position: relative;
 }
 
 .min_project_area_grid_two .single_project .project_top img {
   height: 540px;
   width: 100%;
 }
 
 .min_project_area_grid_two .single_project .project_top .tags {
   opacity: 0;
   visibility: hidden;
   display: flex;
   align-items: center;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
 }
 
 .min_project_area_grid_two .single_project .project_top .tags li {
   margin: 0 10px;
 }
 
 .min_project_area_grid_two .single_project .project_top .tags li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 8px 16px;
   transition: .3s;
 }
 
 .min_project_area_grid_two .single_project .project_top .tags li a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_project_area_grid_two .single_project .project_top .tags li:first-child {
   margin-left: 0;
 }
 
 .min_project_area_grid_two .single_project .project_bottom {
   padding-right: 250px;
   text-align: left;
 }
 
 .min_project_area_grid_two .single_project .project_bottom h4 {
   margin-top: 40px;
 }
 
 .min_project_area_grid_two .single_project .project_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   transition: .3s;
 }
 
 .min_project_area_grid_two .single_project .project_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_project_area_grid_two .single_project .project_bottom .project_btn {
   color: #D8FF36;
 }
 
 .min_project_area_grid_two .single_project:hover .project_top .tags {
   opacity: 1;
   visibility: visible;
 }
 
 .min_project_area_grid_two.three .single_project {
   margin: 0 10px;
   margin-bottom: 80px;
 }
 
 .min_project_area_grid_two.three .single_project .project_top img {
   height: 420px;
 }
 
 .min_project_area_grid_two.three .single_project .project_bottom {
   padding-right: 100px;
 }
 
 .min_project_area_grid_two.three .single_project .project_bottom h4 a {
   font-size: 30px;
   line-height: 40px;
 }
 
 .project_two.innar .min_project_two {
   margin-top: 0;
 }
 
 .project_two.innar .min_project_two .project_two_items .single_item:first-child {
   border-top: 0;
 }
 
 .project_two.innar .min_project_two .project_two_items .single_item .all_content .content .category span {
   color: #D8FF36;
 }
 
 .project_two.innar .min_project_two .project_two_items .single_item .all_content .content .category span a {
   color: #D8FF36;
 }
 
 .project_two.innar .min_project_two .bottom {
   margin-top: 80px;
 }
 
 .min_project_area_grid_two.three.single .section_title {
   text-align: center;
   margin-bottom: 50px;
 }
 
 .team {
   padding-top: 150px;
   padding-bottom: 150px;
 }
 
 .min_team_area {
   margin-top: 50px;
 }
 
 .min_team_area .slick-slide {
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 10px;
 }
 
 .min_team_area .slick-list {
   margin-left: -20px;
   margin-right: -20px;
 }
 
 .min_team_area .slick-dots {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 60px;
 }
 
 .min_team_area .slick-dots li {
   margin: 0 5px;
 }
 
 .min_team_area .slick-dots li button {
   text-indent: -11111111111px;
   background: rgba(136, 145, 155, 0.3);
   width: 14px;
   height: 14px;
   border: 0;
   border-radius: 50px;
 }
 
 .min_team_area .slick-dots li.slick-active button {
   height: 22px;
   width: 22px;
   background: #D8FF36;
   border: 2.4px solid #131313;
   margin-top: -30px;
 }
 
 .min_team_area .single_team {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 13px;
   padding-left: 13px;
   padding-right: 13px;
   padding-bottom: 42px;
   transition: .3s;
 }
 
 .min_team_area .single_team img {
   width: 100%;
 }
 
 .min_team_area .single_team h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
   margin-top: 35px;
 }
 
 .min_team_area .single_team h5 a {
   color: #131313;
 }
 
 .min_team_area .single_team span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   display: inline-block;
 }
 
 .min_team_area .single_team:hover {
   transform: translateY(-5px);
   box-shadow: none;
 }
 
 .team_style_two {
   padding-bottom: 130px;
   position: relative;
 }
 
 .team_style_two .content {
   position: sticky;
   left: 0;
   top: 5px;
 }
 
 .team_style_two .content .bg_btn_color {
   margin-top: 40px;
 }
 
 .min_team_area_two .single_team_two {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 13px;
   padding-left: 13px;
   padding-right: 13px;
   padding-bottom: 42px;
   transition: .3s;
   margin: 0 10px;
   margin-bottom: 40px;
 }
 
 .min_team_area_two .single_team_two img {
   width: 100%;
 }
 
 .min_team_area_two .single_team_two h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
   margin-top: 35px;
 }
 
 .min_team_area_two .single_team_two h5 a {
   color: #131313;
 }
 
 .min_team_area_two .single_team_two span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   display: inline-block;
 }
 
 .min_team_area_two .single_team_two:hover {
   transform: translateY(-5px);
   box-shadow: none;
 }
 
 .team.innar {
   padding-bottom: 130px;
 }
 
 .min_team_area_innar {
   margin-top: 50px;
 }
 
 .min_team_area_innar .single_team {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 13px;
   padding-left: 13px;
   padding-right: 13px;
   padding-bottom: 42px;
   transition: .3s;
   margin: 0 10px;
   margin-bottom: 48px;
 }
 
 .min_team_area_innar .single_team img {
   width: 100%;
 }
 
 .min_team_area_innar .single_team h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
   margin-top: 35px;
 }
 
 .min_team_area_innar .single_team h5 a {
   color: #131313;
 }
 
 .min_team_area_innar .single_team span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   display: inline-block;
 }
 
 .min_team_area_innar .single_team:hover {
   transform: translateY(-5px);
   box-shadow: none;
 }
 
 .team_single {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .team_single_area {
   padding-right: 95px;
 }
 
 .team_single_area .team_info span {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .team_single_area .team_info h3 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 66px;
   line-height: 76px;
   margin-top: 5px;
   margin-bottom: 30px;
 }
 
 .team_single_area .team_info p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .team_single_area .team_info .social_icons {
   display: flex;
   margin-top: 50px;
 }
 
 .team_single_area .team_info .social_icons a {
   color: #010002;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 2px 2px 0px #131313;
   border-radius: 50%;
   height: 52px;
   width: 52px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin: 0 6px;
   transition: .3s;
 }
 
 .team_single_area .team_info .social_icons a i {
   font-size: 18px;
 }
 
 .team_single_area .team_info .social_icons a:first-child {
   margin-left: 0;
 }
 
 .team_single_area .team_info .social_icons a:hover {
   box-shadow: none;
   color: #D8FF36;
   transform: translateY(-5px);
   border-color: #D8FF36;
 }
 
 .team_single_area .team_info .team_contact {
   margin-top: 40px;
 }
 
 .team_single_area .team_info .team_contact a {
   display: block;
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   margin: 5px 0;
 }
 
 .team_single_area .team_info .team_contact a.mail {
   font-size: 30px;
   line-height: 40px;
   text-decoration: underline;
 }
 
 .team_single_area .min_contact_area {
   margin-top: 100px;
 }
 
 .team_single_area .min_contact_area .section_title h4 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .team_author_img {
   text-align: right;
 }
 
 .team_author_img img {
   width: 581px;
   height: 640px;
 }
 
 .digital_agency {
   padding-bottom: 150px;
 }
 
 .digital_agency .content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   padding-top: 25px;
 }
 
 .digital_agency .content .agency_list {
   margin-top: 30px;
 }
 
 .digital_agency .content .agency_list li {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   margin: 15px 0;
 }
 
 .digital_agency .content .agency_list li i {
   color: #D8FF36;
   transform: rotate(-45deg);
   margin-right: 15px;
 }
 
 .digital_agency .content .bg_btn_color {
   display: inline-block;
   padding-top: 18px;
   padding-bottom: 18px;
   margin-top: 30px;
 }
 
 .creative_agency {
   padding-bottom: 60px;
 }
 
 .creative_agency .content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   padding-top: 25px;
 }
 
 .creative_agency .content .agency_contact_list {
   margin-top: 40px;
 }
 
 .creative_agency .content .agency_contact_list li {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   margin: 10px 0;
 }
 
 .creative_agency .content .agency_contact_list li.mail {
   font-size: 30px;
   line-height: 40px;
   text-decoration: underline;
 }
 
 .creative_agency .content .bg_btn_color {
   margin-top: 30px;
   display: inline-block;
 }
 
 .power {
   padding-top: 150px;
   padding-bottom: 150px;
 }
 
 .power .power_content .power_list {
   margin-top: 50px;
 }
 
 .power .power_content .power_list li {
   margin: 30px 0;
 }
 
 .power .power_content .power_list li h6 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .power .power_content .power_list li h6 span {
   color: #D8FF36;
   margin-right: 10px;
 }
 
 .power .power_content .power_list li p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .goal {
   padding-top: 20px;
   padding-bottom: 165px;
 }
 
 .goal .content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-top: 35px;
 }
 
 .goal .content .bg_btn_color {
   margin-top: 35px;
 }
 
 .digital_agency.h_4 {
   padding-top: 150px;
 }
 
 .power.h_5 {
   padding-top: 0;
 }
 
 .creative_agency.about_us {
   padding-top: 160px;
 }
 
 .testimonial {
   padding-top: 160px;
   padding-bottom: 220px;
   position: relative;
 }
 
 .testimonial .shape_img .one {
   top: 0;
   right: 460px;
 }
 
 .testimonial .shape_img .two {
   bottom: 0;
   left: 180px;
 }
 
 .min_testimonial_area {
   position: relative;
 }
 
 .min_testimonial_area button {
   border: 0;
   background: transparent;
   font-size: 30px;
   position: absolute;
 }
 
 .min_testimonial_area button.slick-prev {
   left: 0;
   top: 50%;
 }
 
 .min_testimonial_area button.slick-next {
   right: 0;
   top: 50%;
 }
 
 .min_testimonial_area .single_testimonial {
   text-align: center;
   padding: 0 80px;
 }
 
 .min_testimonial_area .single_testimonial img {
   margin: 0 auto;
 }
 
 .min_testimonial_area .single_testimonial p {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 500;
   font-size: 42px;
   line-height: 54px;
   margin-top: 50px;
 }
 
 .min_testimonial_area .single_testimonial .testimonial_people {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   margin-top: 30px;
 }
 
 .testimonial_style_two {
   padding-top: 150px;
   padding-bottom: 165px;
   position: relative;
   overflow: hidden;
 }
 
 .testimonial_style_two .shape_img .one {
   top: 0;
   right: 200px;
 }
 
 .testimonial_style_two .shape_img .two {
   bottom: -70px;
   left: 385px;
 }
 
 .testimonial_style_two_area {
   position: relative;
   width: 1195px;
   margin: 0 auto;
   margin-top: 50px;
 }
 
 .testimonial_style_two_area .slick-slide {
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 10px;
 }
 
 .testimonial_style_two_area .slick-list {
   margin-left: -20px;
   margin-right: -20px;
 }
 
 .testimonial_style_two_area button {
   border: 0;
   background: transparent;
   font-size: 30px;
   position: absolute;
 }
 
 .testimonial_style_two_area button.slick-prev {
   left: -110px;
   top: 50%;
 }
 
 .testimonial_style_two_area button.slick-next {
   right: -110px;
   top: 50%;
 }
 
 .testimonial_style_two_area .single_item {
   position: relative;
   padding: 60px 48px;
   padding-top: 50px;
   padding-right: 50px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   transition: .3s;
 }
 
 .testimonial_style_two_area .single_item .content p {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .testimonial_style_two_area .single_item .content p span {
   font-size: 35px;
   color: #D8FF36;
   position: relative;
   bottom: 3px;
 }
 
 .testimonial_style_two_area .single_item .content p span.first {
   transform: rotate(178deg);
   display: inline-block;
   bottom: 15px;
 }
 
 .testimonial_style_two_area .single_item .content .info {
   margin-top: 25px;
 }
 
 .testimonial_style_two_area .single_item .content .info span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .testimonial_style_two_area .single_item img {
   position: absolute;
   bottom: 20px;
   right: 40px;
 }
 
 .testimonial_style_two_area .single_item:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .counter_area {
   padding-top: 120px;
   padding-bottom: 150px;
 }
 
 .min_counter_area {
   border-bottom: 2px solid #131313;
   padding-bottom: 30px;
 }
 
 .min_counter_area .single_counter {
   display: flex;
   align-items: center;
 }
 
 .min_counter_area .single_counter h6 {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 88px;
   line-height: 98px;
 }
 
 .min_counter_area .single_counter h6 span {
   margin-left: -15px;
 }
 
 .min_counter_area .single_counter p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   padding-left: 15px;
 }
 
 .blog {
   padding-bottom: 150px;
 }
 
 .min_blog_area {
   margin-top: 50px;
 }
 
 .min_blog_area .slick-slide {
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 10px;
 }
 
 .min_blog_area .slick-list {
   margin-left: -20px;
   margin-right: -20px;
 }
 
 .min_blog_area .slick-dots {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 60px;
 }
 
 .min_blog_area .slick-dots li {
   margin: 0 5px;
 }
 
 .min_blog_area .slick-dots li button {
   text-indent: -11111111111px;
   background: rgba(136, 145, 155, 0.3);
   width: 14px;
   height: 14px;
   border: 0;
   border-radius: 50px;
 }
 
 .min_blog_area .slick-dots li.slick-active button {
   height: 22px;
   width: 22px;
   background: #D8FF36;
   border: 2.4px solid #131313;
   margin-top: -30px;
 }
 
 .min_blog_area .single_blog {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 11px;
   padding-left: 11px;
   padding-right: 11px;
   padding-bottom: 40px;
   transition: .3s;
 }
 
 .min_blog_area .single_blog .blog_top {
   position: relative;
 }
 
 .min_blog_area .single_blog .blog_top img {
   width: 100%;
 }
 
 .min_blog_area .single_blog .blog_top .author a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 9px 16px;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
   opacity: 0;
   visibility: hidden;
 }
 
 .min_blog_area .single_blog .blog_top .author a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_blog_area .single_blog .blog_bottom {
   margin-top: 40px;
   padding-left: 40px;
   padding-right: 130px;
 }
 
 .min_blog_area .single_blog .blog_bottom .date_cetagory {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_blog_area .single_blog .blog_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
   margin-top: 10px;
 }
 
 .min_blog_area .single_blog .blog_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_blog_area .single_blog .blog_bottom .text_btn {
   margin-top: 10px;
 }
 
 .min_blog_area .single_blog:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .min_blog_area .single_blog:hover .blog_top .author a {
   opacity: 1;
   visibility: visible;
 }
 
 .blog.h_3 {
   padding-top: 150px;
 }
 
 .min_blog_area_col_3 {
   margin-top: 50px;
 }
 
 .min_blog_area_col_3 .slick-slide {
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 10px;
 }
 
 .min_blog_area_col_3 .slick-list {
   margin-left: -20px;
   margin-right: -20px;
 }
 
 .min_blog_area_col_3 .slick-dots {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 60px;
 }
 
 .min_blog_area_col_3 .slick-dots li {
   margin: 0 5px;
 }
 
 .min_blog_area_col_3 .slick-dots li button {
   text-indent: -11111111111px;
   background: rgba(136, 145, 155, 0.3);
   width: 14px;
   height: 14px;
   border: 0;
   border-radius: 50px;
 }
 
 .min_blog_area_col_3 .slick-dots li.slick-active button {
   height: 22px;
   width: 22px;
   background: #D8FF36;
   border: 2.4px solid #131313;
   margin-top: -30px;
 }
 
 .min_blog_area_col_3 .single_blog {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 11px;
   padding-left: 11px;
   padding-right: 11px;
   padding-bottom: 40px;
   transition: .3s;
 }
 
 .min_blog_area_col_3 .single_blog .blog_top {
   position: relative;
 }
 
 .min_blog_area_col_3 .single_blog .blog_top img {
   width: 100%;
 }
 
 .min_blog_area_col_3 .single_blog .blog_top .author a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 9px 16px;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
   opacity: 0;
   visibility: hidden;
 }
 
 .min_blog_area_col_3 .single_blog .blog_top .author a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_blog_area_col_3 .single_blog .blog_bottom {
   margin-top: 40px;
   padding-left: 40px;
   padding-right: 40px;
 }
 
 .min_blog_area_col_3 .single_blog .blog_bottom .date_cetagory {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_blog_area_col_3 .single_blog .blog_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
   margin-top: 10px;
 }
 
 .min_blog_area_col_3 .single_blog .blog_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_blog_area_col_3 .single_blog .blog_bottom .text_btn {
   margin-top: 10px;
 }
 
 .min_blog_area_col_3 .single_blog:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .min_blog_area_col_3 .single_blog:hover .blog_top .author a {
   opacity: 1;
   visibility: visible;
 }
 
 .min_blog_area_blog_list .single_blog {
   margin-top: 60px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 11px;
   padding-left: 11px;
   padding-right: 11px;
   padding-bottom: 40px;
   transition: .3s;
 }
 
 .min_blog_area_blog_list .single_blog .blog_top {
   position: relative;
 }
 
 .min_blog_area_blog_list .single_blog .blog_top img {
   width: 100%;
 }
 
 .min_blog_area_blog_list .single_blog .blog_top .author a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 9px 16px;
   position: absolute;
   left: 28px;
   top: 28px;
   transition: .3s;
   opacity: 0;
   visibility: hidden;
 }
 
 .min_blog_area_blog_list .single_blog .blog_top .author a:hover {
   color: #D8FF36;
   box-shadow: none;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom {
   margin-top: 40px;
   padding-left: 40px;
   padding-right: 48px;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom .date_cetagory {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom h3 {
   margin-top: 10px;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom h3 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom h3 a:hover {
   text-decoration: underline;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom h4 {
   margin-top: 10px;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom h4 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom h4 a:hover {
   text-decoration: underline;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .min_blog_area_blog_list .single_blog .blog_bottom .text_btn {
   margin-top: 10px;
 }
 
 .min_blog_area_blog_list .single_blog:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .min_blog_area_blog_list .single_blog:hover .blog_top .author a {
   opacity: 1;
   visibility: visible;
 }
 
 .min_blog_area_blog_list .single_blog:first-child {
   margin-top: 0;
 }
 
 .min_blog_area_blog_list.grid .single_blog {
   margin: 0 12px;
   margin-bottom: 40px;
 }
 
 .min_blog_area_blog_list.grid .single_blog .blog_top img {
   min-height: 380px;
 }
 
 .min_blog_area_blog_list.grid .single_blog .blog_bottom {
   margin-top: 32px;
   padding-left: 27px;
   padding-right: 27px;
 }
 
 .min_blog_area_blog_list.grid .single_blog .blog_bottom h3 {
   margin-top: 10px;
 }
 
 .min_blog_area_blog_list.grid .single_blog .blog_bottom h3 a {
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_blog_area_blog_list.grid .single_blog .blog_bottom h4 {
   margin-top: 10px;
 }
 
 .min_blog_area_blog_list.grid .single_blog .blog_bottom h4 a {
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_blog_area_blog_list.grid.two_col .single_blog {
   margin: 0 12px;
   margin-bottom: 40px;
 }
 
 .min_blog_area_blog_list.grid.two_col .single_blog .blog_bottom {
   margin-top: 32px;
   padding-left: 27px;
   padding-right: 150px;
 }
 
 .blog_single_with_sidebar .container {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .blog_single .post_content .top img {
   width: 100%;
   margin-bottom: 55px;
 }
 
 .blog_single .post_content .top .date_cat {
   margin-bottom: 10px;
 }
 
 .blog_single .post_content .top .date_cat span {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .blog_single .post_content .top .section_title {
   margin-bottom: 30px;
 }
 
 .blog_single .post_content .main_post_content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .blog_single .post_content .main_post_content p b {
   text-decoration: underline;
 }
 
 .blog_single .post_content .main_post_content .blockquote {
   margin-top: 40px;
   margin-bottom: 40px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   position: relative;
   padding-left: 48px;
   padding-right: 48px;
   padding-top: 40px;
   padding-bottom: 48px;
 }
 
 .blog_single .post_content .main_post_content .blockquote p {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .blog_single .post_content .main_post_content .blockquote p span {
   color: #D8FF36;
 }
 
 .blog_single .post_content .main_post_content .blockquote .author span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .blog_single .post_content .main_post_content .blockquote img {
   position: absolute;
   right: 48px;
   bottom: -30px;
 }
 
 .blog_single .tag_share {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 35px;
 }
 
 .blog_single .tag_share .tags {
   display: flex;
   margin-bottom: 0;
 }
 
 .blog_single .tag_share .tags li {
   margin-right: 12px;
 }
 
 .blog_single .tag_share .tags li a {
   font-size: 14px;
   padding: 5px 10px;
 }
 
 .blog_single .tag_share .share {
   display: flex;
   align-items: center;
 }
 
 .blog_single .tag_share .share span {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
 }
 
 .blog_single .tag_share .share .social_icon {
   display: flex;
   margin-bottom: 0;
   padding-left: 10px;
 }
 
 .blog_single .tag_share .share .social_icon li {
   margin-left: 9px;
 }
 
 .blog_single .tag_share .share .social_icon li a {
   color: #131313;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 2px 2px 0px #131313;
   height: 40px;
   width: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   transition: .3s;
 }
 
 .blog_single .tag_share .share .social_icon li a:hover {
   color: #D8FF36;
   border-color: #D8FF36;
   box-shadow: none;
 }
 
 .blog_single .post_author {
   margin-top: 80px;
   display: flex;
   align-items: center;
   padding-bottom: 80px;
   border-bottom: 2px solid #131313;
 }
 
 .blog_single .post_author img {
   width: 200px;
   height: 200px;
 }
 
 .blog_single .post_author .post_author_info {
   padding-left: 32px;
   padding-right: 32px;
 }
 
 .blog_single .post_author .post_author_info p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .blog_single .post_author .post_author_info .parsonal_info {
   margin-top: 10px;
 }
 
 .blog_single .post_author .post_author_info .parsonal_info h6 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .blog_single .post_author .post_author_info .parsonal_info span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .blog_single .comments_area {
   padding-top: 70px;
 }
 
 .blog_single .comments_area h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   margin-bottom: 32px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment {
   display: flex;
   align-items: flex-start;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment img {
   height: 110px;
   width: 110px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment .comment_info {
   padding-left: 32px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment .comment_info span {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment .comment_info h6 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment .comment_info p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment .comment_info .bg_btn_color {
   padding: 10px 15px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment .comment_info .bg_btn_color i {
   padding-right: 5px;
 }
 
 .blog_single .comments_area .single_conmment_with_replay .comment.reply {
   padding-left: 110px;
   margin-top: 48px;
 }
 
 .blog_single .comment_box {
   margin-top: 75px;
 }
 
 .blog_single .comment_box h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   margin-bottom: 30px;
 }
 
 .blog_single .comment_box textarea {
   height: 120px;
 }
 
 .blog_single .comment_box .input {
   border: 0;
   border-radius: 0;
   padding-left: 0;
   border-bottom: 2px solid #131313;
   padding-top: 16px;
   padding-bottom: 16px;
   box-shadow: none;
   margin-bottom: 24px;
 }
 
 .blog_single .comment_box .input:focus {
   border-color: #D8FF36;
 }
 
 .blog_single .comment_box .input::placeholder {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .blog_single .comment_box .bg_btn_color {
   margin-top: 50px;
 }
 
 .paginations {
   display: flex;
   align-items: center;
   margin-top: 80px;
 }
 
 .paginations li {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   margin-left: 16px;
 }
 
 .paginations li a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   height: 64px;
   width: 64px;
 }
 
 .paginations li.active {
   background: #D8FF36;
 }
 
 .paginations li:first-child {
   margin-left: 0;
 }
 
 .paginations li:hover {
   background: #D8FF36;
 }
 
 .single_service_with_sidebar {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .single_service_content {
   padding-right: 35px;
 }
 
 .single_service_content .content_top img {
   width: 100%;
 }
 
 .single_service_content .content_top h4 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 66px;
   line-height: 76px;
   margin-top: 60px;
   margin-bottom: 30px;
 }
 
 .single_service_content .content_top p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .single_service_content .content_top p b {
   font-weight: 600;
   text-decoration: underline;
 }
 
 .single_service_content .content_top .service_single_list {
   margin-top: 30px;
   margin-bottom: 80px;
 }
 
 .single_service_content .content_top .service_single_list li {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 18px;
   line-height: 28px;
   display: flex;
   align-items: center;
 }
 
 .single_service_content .content_top .service_single_list li i {
   color: #D8FF36;
   font-size: 20px;
   margin-right: 10px;
 }
 
 .single_service_content .content_bottom h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   margin-bottom: 25px;
 }
 
 .single_service_content .content_bottom p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .single_service_content .content_bottom p b {
   font-weight: 600;
   text-decoration: underline;
 }
 
 .single_service_content .content_bottom .blockquote {
   margin-top: 50px;
   margin-bottom: 50px;
 }
 
 .single_service_content .content_bottom .blockquote p {
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .min_contact_area.service-single {
   margin-top: 70px;
   padding-right: 35px;
 }
 
 .min_contact_area.service-single .section_title h4 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .portfolio_single {
   padding-top: 0px;
 }
 
 .portfolio_single_content .top .min_img {
   width: 100%;
   margin-bottom: 20px;
 }
 
 .portfolio_single_content .top .tags {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 15px; /* Space between items */
 }
 
 .portfolio_single_content .top .tags li {
   margin-right: 16px;
 }
 
 .portfolio_single_content .top .tags li a {
   padding: 10px 35px;
 }
 
 .portfolio_single_content .top .main_content .section_title {
   margin-top: 30px;
   margin-bottom: 35px;
 }
 
 .portfolio_single_content .top .main_content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .portfolio_single_content .top .main_content p b {
   text-decoration: underline;
 }
 
 .portfolio_single_content .top .service_list_area {
   border-top: 2px solid #131313;
   padding-top: 30px;
   padding-bottom: 30px;
   margin-top: 50px;
 }
 
 .portfolio_single_content .top .service_list_area .single_item span {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .portfolio_single_content .top .service_list_area .single_item p {
   color: #393939;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .portfolio_single_content .bottom {
   padding-top: 0px;
 }
 
 .portfolio_single_content .bottom .img_group {
   margin-bottom: 40px;
 }
 
 .portfolio_single_content .bottom .img_group img {
   width: 100%;
   
 }

 .tbb-social-1{
    text-align: right;
  }

 section.mobile{
  display: none!important;
 }

 @media screen and (max-width: 767px) { 
  .portfolio_single_content .bottom .img_group img {
    margin-bottom: 15px; /* Add spacing below */
    margin-right: 10px; /* Add spacing to the right */
  }

  .tbb-social-1{
    text-align: left!important;
  }
  .copyright-section{
    gap: 1rem;
  }

}

.copyright-section{
  padding-left: 2rem;
}

 /* Target the video element within the responsive column class */
.col-lg-6 video {
  width: 100%; /* Set width to 100% of its container */
  height: 100%;  /* Allow height to adjust proportionally */
}

/* Media query to handle specific mobile screen sizes (optional) */
@media only screen and (max-width: 768px) {
  .tbb-hero .title {
    font-size: 2.75rem;
  }

  .tbb-hero .subtitle {
    font-size: 1.5rem;
  }
  div.tbb-services-grid-fw
{
  padding-top: 2vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 1.5rem;
}

  .col-lg-6 video {
    /* Adjust styles for smaller screens if needed */
  }
  section.mobile{
    display: block!important;
  }

  section.desktop{
    display: none!important;
  }
}
 
 .portfolio_single_content .bottom .img_group img.big {
   margin-top: 5px;
   margin-bottom: 25px;
 }

 @media screen and (max-width: 767px) { 
  .portfolio_single_content .bottom .img_group img.big {
    margin-bottom: 15px; /* Add spacing below */
    margin-right: 10px; /* Add spacing to the right */
  }
}
 
 .portfolio_single_content .bottom .content_item {
   padding-top: 80px;
 }
 
 .portfolio_single_content .bottom .content_item h4 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .portfolio_single_content .bottom .content_item p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .portfolio_single_content .bottom .content_item p b {
   text-decoration: underline;
 }
 
 .client {
   padding-top: 110px;
   padding-bottom: 160px;
 }
 
 .client .client_title {
   text-align: center;
 }
 
 .client .client_title h2 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .client .client_title h2 span {
   color: #D8FF36;
 }
 
 .client .min_client_area {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 2px solid #131313;
   padding-bottom: 40px;
   margin-top: 50px;
 }
 
 .client .min_client_area img {
   opacity: .5;
   transition: .3s;
   cursor: pointer;
 }
 
 .client .min_client_area img:hover {
   opacity: 1;
 }
 
 .service_line {
   overflow: hidden;
   padding-top: 200px;
   padding-bottom: 70px;
 }
 
 .service_line .line_item {
   padding-top: 20px;
   padding-bottom: 10px;
   width: 139%;
   padding-left: 30px;
   transform: rotate(4deg);
   position: relative;
   z-index: 3;
   left: -45px;
 }
 
 .service_line .line_item h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   display: inline-flex !important;
 }
 
 .service_line .line_item h5 img {
   margin-right: 20px;
   margin-left: 20px;
 }
 
 .service_line .line_item:last-child {
   transform: rotate(-8deg);
   bottom: 190px;
   z-index: -1;
 }
 
 .service_line.h_3 {
   padding-bottom: 0;
   padding-top: 0;
 }
 
 .service_line.h_3 .line_item {
   padding-top: 20px;
   padding-bottom: 10px;
   width: 105%;
   transform: rotate(0);
   padding-left: 30px;
   position: relative;
   z-index: 3;
   left: -30px;
 }
 
 .service_line.h_3 .line_item:last-child {
   bottom: 0;
 }
 
 .offer_box {
   padding-bottom: 120px;
 }
 
 .min_offer_box {
   margin-top: 65px;
 }
 
 .min_offer_box .single_offer_box {
   display: flex;
   align-items: flex-start;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   margin: 0 12px;
   margin-bottom: 48px;
   padding-top: 52px;
   padding-bottom: 52px;
   padding-left: 40px;
   padding-right: 30px;
   transition: .3s;
 }
 
 .min_offer_box .single_offer_box img {
   margin-right: 40px;
 }
 
 .min_offer_box .single_offer_box .content h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_offer_box .single_offer_box .content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-top: 15px;
 }
 
 .min_offer_box .single_offer_box .content .text_btn {
   margin-top: 10px;
 }
 
 .min_offer_box .single_offer_box:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .offer_box.style_two {
   position: relative;
 }
 
 .offer_box.style_two .content {
   position: sticky;
   left: 0;
   top: 5px;
 }
 
 .offer_box.style_two .content .bg_btn_color {
   margin-top: 40px;
 }
 
 .offer_box.style_two .min_offer_box {
   margin-top: 0;
 }
 
 .offer_box.service {
   padding-top: 160px;
 }
 
 .price {
   padding-bottom: 165px;
 }
 
 .min_price_area {
   margin-top: 60px;
 }
 
 .min_price_area .single_price_item {
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-top: 62px;
   padding-left: 48px;
   padding-right: 52px;
   padding-bottom: 48px;
   transition: .3s;
 }
 
 .min_price_area .single_price_item .price_top h3 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_price_area .single_price_item .price_top h5 {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 78px;
   line-height: 88px;
   margin-bottom: 0;
 }
 
 .min_price_area .single_price_item .price_top h5 span {
   font-size: 20px;
   margin-left: -10px;
 }
 
 .min_price_area .single_price_item .price_top p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .min_price_area .single_price_item .price_list {
   margin-top: 50px;
 }
 
 .min_price_area .single_price_item .price_list li {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 18px;
   line-height: 28px;
   margin: 10px 0;
 }
 
 .min_price_area .single_price_item .price_list li i {
   color: #D8FF36;
   margin-right: 8px;
 }
 
 .min_price_area .single_price_item .price_bottom {
   margin-top: 75px;
 }
 
 .min_price_area .single_price_item .price_bottom .bg_btn_color {
   width: 100%;
   display: inline-block;
   text-align: center;
 }
 
 .min_price_area .single_price_item:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .price.innar {
   padding-top: 160px;
 }
 
 .cta .min_cta_area {
   padding-top: 115px;
   padding-bottom: 120px;
   text-align: center;
   font-family: "ClashDisplay", sans-serif;
   color: #131313;
 }
 
 .cta .min_cta_area h3 {
   font-weight: 600;
   font-size: 66px;
   line-height: 76px;
   margin-bottom: 20px;
 }
 
 .cta .min_cta_area p {
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-bottom: 30px;
 }
 
 .cta .min_cta_area a {
   color: #131313;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
   text-decoration: underline;
 }
 
 .cta.h_4 {
   padding-bottom: 165px;
 }
 
 .cta.about_us {
   padding-bottom: 165px;
 }
 
 .faq {
   padding-top: 150px;
   padding-bottom: 160px;
   position: relative;
 }
 
 .faq .content {
   position: sticky;
   left: 0;
   top: 5px;
 }
 
 .faq .content .bg_btn_color {
   margin-top: 40px;
 }
 
 .min_faq_area {
   margin-top: 15px;
 }
 
 .min_faq_area .accordion-button:not(.collapsed) {
   color: inherit;
   background-color: transparent;
   box-shadow: none;
 }
 
 .min_faq_area .accordion {
   border-top: 2px solid #131313;
 }
 
 .min_faq_area .accordion .accordion-item {
   border: 0;
   border-bottom: 2px solid #131313;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-header button {
   display: flex;
   justify-content: space-between;
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   padding-left: 0;
   padding-top: 30px;
   padding-bottom: 30px;
   box-shadow: none;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-header button .icons i {
   color: #D8FF36;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-header button .icons i:last-child {
   display: none;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-header button[aria-expanded="true"] .icons i:first-child {
   display: none;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-header button[aria-expanded="true"] .icons i:last-child {
   display: block;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-header button::after {
   display: none;
 }
 
 .min_faq_area .accordion .accordion-item .accordion-body {
   padding-top: 0;
   padding-left: 0;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-top: -10px;
 }
 
 .faq.price {
   padding-top: 0;
 }
 
 .progress_area {
   padding-top: 150px;
   padding-bottom: 150px;
 }
 
 .min_progress_area .content p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-top: 30px;
 }
 
 .min_progress_area .line_progress_bar {
   margin-top: 50px;
 }
 
 .min_progress_area .line_progress_bar .single_items {
   margin-top: 35px;
 }
 
 .min_progress_area .line_progress_bar .single_items .progress_content {
   display: flex;
   justify-content: space-between;
 }
 
 .min_progress_area .line_progress_bar .single_items .progress_content h5 {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_progress_area .line_progress_bar .single_items .progress_content span {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_progress_area .line_progress_bar .single_items .progress {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   height: 16px;
 }
 
 .min_progress_area .line_progress_bar .single_items .progress .progress-bar {
   background-color: #FF7945;
   width: 0;
 }
 
 .progress_area.service {
   padding-top: 0;
 }
 
 .contact {
   padding-bottom: 165px;
 }
 
 .map_area {
   padding-right: 150px;
 }
 
 .map_area .min_map {
   position: relative;
 }
 
 .map_area .min_map .map_icon {
   width: 80px;
   height: 80px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   transition: 1s;
 }
 
 .map_area .min_map .map_icon i {
   color: #D8FF36;
   font-size: 25px;
 }
 
 .map_area .min_map .mapouter {
   position: relative;
   text-align: right;
   height: 660px;
   width: 100%;
 }
 
 .map_area .min_map .gmap_canvas {
   overflow: hidden;
   background: none !important;
   height: 660px;
   width: 100%;
 }
 
 .map_area .min_map .gmap_canvas iframe {
   width: 100%;
   height: 100%;
 }
 
 .map_area .min_map:hover .map_icon {
   display: none;
 }
 
 .map_area {
   padding-right: 150px;
 }
 
 .map_area .min_map .mapouter {
   position: relative;
   text-align: right;
   height: 660px;
   width: 100%;
 }
 
 .map_area .min_map .gmap_canvas {
   overflow: hidden;
   background: none !important;
   height: 660px;
   width: 100%;
 }
 
 .map_area .min_map .gmap_canvas iframe {
   width: 100%;
   height: 100%;
 }
 
 .min_contact_area .contact_form {
   margin-top: 20px;
 }
 
 .min_contact_area .contact_form .input {
   border: none;
   border-radius: 0;
   border-bottom: 2px solid #131313;
   padding-left: 0;
   padding-top: 20px;
   padding-bottom: 20px;
 }
 
 .min_contact_area .contact_form .input:focus {
   box-shadow: none;
 }
 
 .min_contact_area .contact_form .input::placeholder {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .min_contact_area .contact_form .textarea {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   height: 120px;
   margin-top: 30px;
 }
 
 .min_contact_area .contact_form .bg_btn_color {
   margin-top: 48px;
 }
 
 .contact.h_5 {
   padding-top: 160px;
 }
 
 .contact_box {
   padding-bottom: 160px;
 }
 
 .min_contact_box {
   margin-top: 65px;
 }
 
 .min_contact_box .single_contact_box {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   margin: 0 10px;
   padding-top: 52px;
   padding-left: 48px;
   padding-right: 48px;
   padding-bottom: 52px;
   transition: .3s;
 }
 
 .min_contact_box .single_contact_box h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
   margin-bottom: 20px;
 }
 
 .min_contact_box .single_contact_box .location {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .min_contact_box .single_contact_box .contact_list {
   margin-top: 15px;
 }
 
 .min_contact_box .single_contact_box .contact_list li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .min_contact_box .single_contact_box .contact_list li a.mail {
   font-weight: 600;
   text-decoration: underline;
 }
 
 .min_contact_box .single_contact_box .text_btn {
   margin-top: 15px;
 }
 
 .min_contact_box .single_contact_box:hover {
   box-shadow: none;
   transform: translateY(-5px);
 }
 
 .shop {
   padding-top: 150px;
 }
 
 .min_shop_area {
   margin-top: 50px;
 }
 
 .min_shop_area .slick-slide {
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 10px;
 }
 
 .min_shop_area .slick-list {
   margin-left: -20px;
   margin-right: -20px;
 }
 
 .min_shop_area .slick-dots {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 60px;
 }
 
 .min_shop_area .slick-dots li {
   margin: 0 5px;
 }
 
 .min_shop_area .slick-dots li button {
   text-indent: -11111111111px;
   background: rgba(136, 145, 155, 0.3);
   width: 14px;
   height: 14px;
   border: 0;
   border-radius: 50px;
 }
 
 .min_shop_area .slick-dots li.slick-active button {
   height: 22px;
   width: 22px;
   background: #D8FF36;
   border: 2.4px solid #131313;
   margin-top: -30px;
 }
 
 .min_shop_area .shop_item:hover .top .shop_btn {
   opacity: 1;
   visibility: visible;
 }
 
 .min_shop_area .shop_item .top {
   position: relative;
 }
 
 .min_shop_area .shop_item .top img {
   width: 100%;
 }
 
 .min_shop_area .shop_item .top .shop_btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
   visibility: hidden;
   transition: .3s;
 }
 
 .min_shop_area .shop_item .bottom {
   text-align: center;
   margin-top: 30px;
 }
 
 .min_shop_area .shop_item .bottom h5 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_shop_area .shop_item .bottom h5 a:hover {
   text-decoration: underline;
 }
 
 .min_shop_area .shop_item .bottom span {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .shop_grid {
   padding-top: 110px;
   padding-bottom: 160px;
 }
 
 .min_grid_shop_area {
   margin-top: 50px;
   text-align: center;
 }
 
 .min_grid_shop_area .shop_item {
   margin-bottom: 60px;
 }
 
 .min_grid_shop_area .shop_item:hover .top .shop_btn {
   opacity: 1;
   visibility: visible;
 }
 
 .min_grid_shop_area .shop_item .top {
   position: relative;
 }
 
 .min_grid_shop_area .shop_item .top img {
   width: 100%;
 }
 
 .min_grid_shop_area .shop_item .top .shop_btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
   visibility: hidden;
   transition: .3s;
 }
 
 .min_grid_shop_area .shop_item .bottom {
   text-align: center;
   margin-top: 30px;
 }
 
 .min_grid_shop_area .shop_item .bottom h5 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .min_grid_shop_area .shop_item .bottom h5 a:hover {
   text-decoration: underline;
 }
 
 .min_grid_shop_area .shop_item .bottom span {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .min_grid_shop_area.two .paginations {
   margin-top: 40px;
 }
 
 .min_grid_shop_area.two .shop_grid_top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 30px;
 }
 
 .min_grid_shop_area.two .shop_grid_top .left h6 {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_grid_shop_area.two .shop_grid_top .right label {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_grid_shop_area.two .shop_grid_top .right select {
   border: none;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .min_grid_shop_area.two .shop_item {
   margin-bottom: 60px;
 }
 
 .min_grid_shop_area.two .shop_item:hover .top .shop_btn {
   opacity: 1;
   visibility: visible;
 }
 
 .min_grid_shop_area.two .shop_item .top {
   position: relative;
 }
 
 .min_grid_shop_area.two .shop_item .top img {
   width: 100%;
 }
 
 .min_grid_shop_area.two .shop_item .top .shop_btn {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
   visibility: hidden;
   transition: .3s;
   padding: 15px 25px;
 }
 
 .min_grid_shop_area.two .shop_item .bottom {
   text-align: left;
   margin-top: 30px;
 }
 
 .min_grid_shop_area.two .shop_item .bottom h5 a {
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
 }
 
 .min_grid_shop_area.two .shop_item .bottom h5 a:hover {
   text-decoration: underline;
 }
 
 .min_grid_shop_area.two .shop_item .bottom span {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .shop_feature {
   padding-top: 200px;
   padding-bottom: 200px;
 }
 
 .shop_feature_card {
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-left: 90px;
   padding-top: 80px;
   padding-bottom: 80px;
   padding-right: 90px;
 }
 
 .shop_feature_card span {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 66px;
   line-height: 76px;
 }
 
 .shop_feature_card p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-top: 20px;
 }
 
 .shop_feature_card .bg_btn {
   margin-top: 30px;
   background: #D8FF36;
 }
 
 .shop_feature_card .bg_btn:hover {
   color: inherit;
 }
 
 .shop_grid_with_sidebar {
   padding-top: 105px;
   padding-bottom: 150px;
 }
 
 .shop_grid_with_sidebar .shop_side {
   padding-top: 60px;
   padding-left: 10px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .title {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .title h5 {
   margin-bottom: 0;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .title .filter_group {
   display: flex;
   position: relative;
   top: 5px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .title .filter_group .filter {
   background: #D8FF36;
   height: 5px;
   width: 20px;
   display: block;
   border-radius: 50px;
   position: relative;
   margin-top: 6px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .title .filter_group .filter::before {
   position: absolute;
   content: "";
   width: 14px;
   height: 5px;
   background: #D8FF36;
   border-radius: 50px;
   left: 3px;
   top: 6px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .title .filter_group h6 {
   font-family: "Noto Sans", sans-serif;
   color: #D8FF36;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   padding-left: 5px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider {
   margin-top: 40px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range {
   border: 0;
   background: #131313;
   height: 8px;
   border-radius: 0;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-slider-range {
   background: #D8FF36;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-state-hover,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-widget-content .ui-state-hover,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-widget-header .ui-state-hover,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-state-focus,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-widget-content .ui-state-focus,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-widget-header .ui-state-focus,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-button:hover,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-button:focus,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-state-default,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-widget-content .ui-state-default,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-widget-header .ui-state-default,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range .ui-button,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range html .ui-button.ui-state-disabled:hover,
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider #slider-range html .ui-button.ui-state-disabled:active {
   background: #D8FF36;
   border: 3px solid #fff;
   height: 18px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .range_slider input {
   border: 0;
   margin-top: 10px;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 18px;
   line-height: 32px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .arrival_area .single_arrival {
   display: flex;
   align-items: center;
   margin-bottom: 28px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .arrival_area .single_arrival .content {
   padding-left: 20px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .arrival_area .single_arrival .content a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   margin-bottom: 0;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .shop_grid_with_sidebar .shop_side .sidebar_item .arrival_area .single_arrival .content h6 {
   font-family: "ClashDisplay", sans-serif;
   color: #D8FF36;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
 }
 
 .product_details {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .product_details .product_thumb {
   padding: 100px;
   padding-top: 0;
 }
 
 .product_details .product_thumb .slider_nav {
   margin-top: 25px;
 }
 
 .product_details .product_thumb .slider_nav .slick-slide {
   margin: 10px;
 }
 
 .product_details .product_info .top h4 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 66px;
   line-height: 76px;
 }
 
 .product_details .product_info .top .price {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .product_details .product_info .top .c_review {
   display: flex;
   align-items: center;
   margin-bottom: 40px;
 }
 
 .product_details .product_info .top .c_review i {
   color: #FBC21E;
   margin-right: 5px;
 }
 
 .product_details .product_info .top .c_review p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-bottom: 0;
 }
 
 .product_details .product_info .top p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .product_details .product_info .bottom .cart_area {
   display: flex;
   margin-top: 45px;
 }
 
 .product_details .product_info .bottom .cart_area .form-control {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 24px;
   width: 128px;
   height: 68px;
   background: #FFFFFF;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-left: 20px;
 }
 
 .product_details .product_info .bottom .cart_area .bg_btn_color {
   margin-left: 24px;
 }
 
 .product_details .product_info .bottom .product_code {
   margin-top: 80px;
 }
 
 .product_details .product_info .bottom .product_code li {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 28px;
 }
 
 .product_tab .min_tab ul {
   border-bottom: 2px solid #131313;
   padding-bottom: 20px;
 }
 
 .product_tab .min_tab ul li button {
   border: 0;
   background-color: transparent;
   padding: 0;
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   margin-right: 60px;
 }
 
 .product_tab .min_tab ul li button:hover {
   color: #D8FF36;
 }
 
 .product_tab .min_tab ul li button.active {
   color: #D8FF36;
 }
 
 .product_tab .min_tab ul li button:focus {
   border: 0;
   background-color: transparent;
 }
 
 .product_tab .tab-content {
   padding-top: 50px;
 }
 
 .product_tab .tab-content .tab-pane p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .shop_grid.product {
   padding-bottom: 100px;
 }
 
 .my_cart {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .my_cart .cart_list_area {
   padding-right: 60px;
 }
 
 .my_cart .cart_list_area .title_area {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 
 .my_cart .cart_list_area .title_area p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .my_cart .cart_list_area .title_area p:nth-child(2) {
   padding-left: 250px;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-top: 24px;
   padding-bottom: 24px;
   border-bottom: 2px solid #131313;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list:nth-child(1) {
   border-top: 2px solid #131313;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .one {
   display: flex;
   align-items: center;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .one .left {
   display: flex;
   align-items: center;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .one .left i {
   font-size: 20px;
   color: #131313;
   margin-right: 20px;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .one .right {
   padding-left: 18px;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .one .right h6 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .one .right span {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .two .form-control {
   width: 128px;
   height: 52px;
   background: #FFFFFF;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   text-align: center;
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
 }
 
 .my_cart .cart_list_area .main_cart_list .single_list .three .total_price {
   color: #D8FF36;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
 }
 
 .my_cart .cart_list_area .main_cart_list .coupon {
   margin-top: 60px;
 }
 
 .my_cart .cart_list_area .main_cart_list .coupon .bg_btn_color {
   margin-top: 24px;
 }
 
 .my_cart .cart_list_area .main_cart_list .coupon .coupon_input {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }
 
 .my_cart .cart_list_area .main_cart_list .coupon .coupon_input .input {
   position: relative;
 }
 
 .my_cart .cart_list_area .main_cart_list .coupon .coupon_input .input i {
   position: absolute;
   top: 23px;
   left: 45px;
 }
 
 .my_cart .cart_list_area .main_cart_list .coupon .coupon_input .input input {
   width: 459px;
   height: 64px;
   background: #FFFFFF;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-left: 65px;
 }
 
 .my_cart .cart_box {
   background: #FFFFFF;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-left: 48px;
   padding-right: 48px;
   padding-top: 48px;
   padding-bottom: 48px;
 }
 
 .my_cart .cart_box .title {
   margin-bottom: 25px;
 }
 
 .my_cart .cart_box .title h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .my_cart .cart_box .content .sub_total {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-top: 2px dashed #131313;
   border-bottom: 2px dashed #131313;
   padding-top: 18px;
   padding-bottom: 18px;
   margin-bottom: 25px;
 }
 
 .my_cart .cart_box .content .sub_total h6 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   margin-bottom: 0;
 }
 
 .my_cart .cart_box .content .sub_total span {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .my_cart .cart_box .content .address {
   border-bottom: 2px dashed #131313;
   padding-bottom: 20px;
 }
 
 .my_cart .cart_box .content .address h6 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .my_cart .cart_box .content .address p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   margin-bottom: 0;
 }
 
 .my_cart .cart_box .content .address a {
   color: #D8FF36;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   text-decoration: underline;
   display: inline-block;
   margin-top: 10px;
 }
 
 .my_cart .cart_box .content .total {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 20px;
 }
 
 .my_cart .cart_box .content .total h6 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
   margin-bottom: 0;
 }
 
 .my_cart .cart_box .content .total span {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .my_cart .cart_box .button_area {
   text-align: center;
   margin-top: 40px;
 }
 
 .my_cart .cart_box .button_area .c_shoping {
   display: block;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   margin-top: 20px;
 }
 
 .my_cart .cart_box .button_area .c_shoping:hover {
   color: #D8FF36;
 }
 
 .checkout {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .checkout .title h4 {
   font-family: "ClashDisplay", sans-serif;
   color: #131313;
   font-weight: 600;
   font-size: 42px;
   line-height: 52px;
 }
 
 .checkout .checkout_form {
   margin-top: 30px;
 }
 
 .checkout .checkout_form .input_box h6 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
 }
 
 .checkout .checkout_form .input_box h6 span {
   color: #D8FF36;
 }
 
 .checkout .checkout_form .input_box h6 span.opt {
   color: #88919B;
 }
 
 .checkout .checkout_form .input_box input {
   border: 0;
   border-bottom: 2px solid #131313;
   border-radius: 0;
   margin-bottom: 28px;
   box-shadow: none;
 }
 
 .checkout .checkout_form .input_box .form_control {
   width: 100%;
   border: 0;
   border-bottom: 2px solid #131313;
   margin-bottom: 28px;
   padding-bottom: 10px;
 }
 
 .header_aria .navbar {
   padding-top: 0;
   padding-bottom: 0;
 }
 
 .header_aria .navbar .container {
   border-bottom: 2px solid #131313;
 }
 
 .header_aria .navbar .navbar-brand {
   padding-top: 30px;
   padding-bottom: 25px;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav {
   padding-right: 20px;
   margin-left: auto;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item {
   margin: 0 20px;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
   border: 0;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   padding: 0;
   padding-top: 30px;
   padding-bottom: 25px;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
   display: none;
 }
 
 @media (max-width: 991px) {
   .header_aria .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
     display: block;
     right: 0;
     top: 20px;
     position: absolute;
   }
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
   padding-right: 50px;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 10px;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li {
   margin: 5px 0;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li a {
   text-transform: uppercase;
   color: #131313;
   font-size: 14px;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li a:hover {
   background-color: transparent;
   color: #D8FF36;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
   display: block;
   transform: translateY(0);
   left: -25px;
   top: 75px;
 }
 
 .header_aria .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link::after {
   display: none;
 }
 
 .header_aria .navbar .navbar-collapse .nav_buttons {
   padding-left: 49px;
   border-left: 2px solid #131313;
   padding-top: 30px;
   padding-bottom: 25px;
 }
 
 .header_aria .navbar .navbar-collapse .nav_buttons .cart {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .header_aria .navbar .navbar-collapse .nav_buttons .contact_btn {
   display: inline-block;
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 10px 25px;
   margin-left: 45px;
   transition: .3s;
 }
 
 .header_aria .navbar .navbar-collapse .nav_buttons .contact_btn:hover {
   box-shadow: none;
 }
 
 .header_aria.navbar_fixed .navbar {
   background: #fff;
   box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.1);
 }
 
 .header_aria.navbar_fixed .navbar .navbar-collapse .nav_buttons {
   border: 0;
 }
 
 .header_aria.navbar_fixed .navbar .container {
   border: 0;
 }
 
 .breadcrumb_area {
   padding-top: 250px;
   padding-bottom: 150px;
   position: relative;
 }
 
 .breadcrumb_area .breadcrumb_content h2 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 120px;
   line-height: 124px;
 }
 
 .breadcrumb_area .breadcrumb_content .breadcrumb_category {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .breadcrumb_area .breadcrumb_content .breadcrumb_category span {
   margin: 0 2px;
 }
 
 .breadcrumb_area .breadcrumb_content .breadcrumb_category span a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .breadcrumb_area .breadcrumb_content .breadcrumb_category span i {
   transform: rotate(-45deg);
   transition: 0.3s;
 }
 
 .breadcrumb_area .shape_img .one {
   left: 0;
   bottom: 160px;
 }
 
 .breadcrumb_area .shape_img .two {
   right: 215px;
   top: 140px;
 }
 
 .breadcrumb_area .shape_img .three {
   bottom: 0;
   right: 550px;
 }
 
 .breadcrumb_area.two .shape_img .two {
   display: none;
 }
 
 .blog_list_with_sidebar .container {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .blog_grid_with_sidebar .container {
   padding-top: 160px;
   padding-bottom: 160px;
 }
 
 .blog_sidebar {
   padding-left: 60px;
 }
 
 .blog_sidebar .sidebar_item {
   margin-bottom: 55px;
 }
 
 .blog_sidebar .sidebar_item h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   margin-bottom: 25px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_search {
   position: relative;
 }
 
 .blog_sidebar .sidebar_item .sidebar_search input {
   padding-left: 0;
   padding-top: 13px;
   padding-bottom: 13px;
   border: 0;
   box-shadow: none;
   border-radius: 0;
   border-bottom: 2px solid #131313;
 }
 
 .blog_sidebar .sidebar_item .sidebar_search input::placeholder {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_search button {
   position: absolute;
   right: 0;
   top: 15px;
   border: 0;
   background: transparent;
 }
 
 .blog_sidebar .sidebar_item .sidebar_search button i {
   color: #D8FF36;
 }
 
 .blog_sidebar .sidebar_item .sidebar_category {
   margin-bottom: 0;
 }
 
 .blog_sidebar .sidebar_item .sidebar_category li {
   margin-top: 15px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_category li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
 }
 
 .blog_sidebar .sidebar_item .sidebar_category li a span {
   color: #D8FF36;
 }
 
 .blog_sidebar .sidebar_item .sidebar_category li:first-child {
   margin-top: 0;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post {
   display: flex;
   align-items: center;
   margin-top: 28px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post img {
   width: 98px;
   height: 90px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post .content {
   padding-left: 18px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post .content span {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 14px;
   line-height: 22px;
   text-transform: uppercase;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post .content h6 {
   margin-top: 5px;
   margin-bottom: 0;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post .content h6 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 30px;
 }
 
 .blog_sidebar .sidebar_item .sidebar_blog_post .single_sidebar_blog_post:first-child {
   margin-top: 0;
 }
 
 .blog_sidebar .sidebar_item .sider_tag {
   display: flex;
   flex-wrap: wrap;
   padding-right: 10px;
 }
 
 .blog_sidebar .sidebar_item .sider_tag li {
   margin-right: 12px;
   margin-bottom: 12px;
 }
 
 .blog_sidebar .sidebar_item .sider_tag li a {
   padding: 10px 16px;
 }
 
 .service_sidebar .service_sidebar_list a {
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding: 20px 24px;
   margin-bottom: 16px;
   transition: .3s;
 }
 
 .service_sidebar .service_sidebar_list a p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   margin-bottom: 0;
 }
 
 .service_sidebar .service_sidebar_list a i {
   color: #D8FF36;
   font-size: 25px;
   transform: rotate(-45deg);
 }
 
 .service_sidebar .service_sidebar_list a:hover {
   box-shadow: none;
 }
 
 .service_sidebar .service_sidebar_post {
   padding: 48px 40px;
   position: relative;
   margin-top: 60px;
 }
 
 .service_sidebar .service_sidebar_post img {
   margin-bottom: 40px;
 }
 
 .service_sidebar .service_sidebar_post h6 a {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: 40px;
 }
 
 .service_sidebar .service_sidebar_post p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 28px;
 }
 
 .service_sidebar .service_sidebar_post i.fa-solid {
   transform: rotate(-45deg);
   font-size: 32px;
   margin-top: 10px;
   transition: .3s;
 }
 
 .service_sidebar .service_sidebar_post:hover i.fa-solid {
   transform: rotate(0);
 }
 
 .service_sidebar .shape_img .one {
   top: 0;
   right: 45px;
   margin-bottom: 0;
 }
 
 .service_sidebar .shape_img .two {
   right: 0;
   top: 120px;
   margin-bottom: 0;
 }
 
 .service_sidebar .shape_img .three {
   bottom: 0;
   right: 20px;
   margin-bottom: 0;
 }
 
 .footer {
   padding-top: 160px;
   padding-bottom: 50px;
   position: relative;
 }
 
 .footer .shape_img .one {
   left: 0;
   bottom: 200px;
 }
 
 .footer .shape_img .two {
   bottom: 0;
   right: 650px;
 }
 
 .footer .shape_img .three {
   top: 0;
   right: 0;
 }
 
 .main_footer .site_info img {
   margin-bottom: 40px;
 }
 
 .main_footer .site_info p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .main_footer .site_info .social_icons {
   display: flex;
   margin-top: 30px;
 }
 
 .main_footer .site_info .social_icons a {
   color: #010002;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 2px 2px 0px #131313;
   border-radius: 50%;
   height: 52px;
   width: 52px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin: 0 6px;
   transition: .3s;
 }
 
 .main_footer .site_info .social_icons a i {
   font-size: 18px;
 }
 
 .main_footer .site_info .social_icons a:first-child {
   margin-left: 0;
 }
 
 .main_footer .site_info .social_icons a:hover {
   box-shadow: none;
   color: #D8FF36;
   transform: translateY(-5px);
   border-color: #D8FF36;
 }
 
 .main_footer .site_info.logo_area {
   padding-right: 100px;
 }
 
 .main_footer .site_info h5 {
   color: #131313;
   font-family: "ClashDisplay", sans-serif;
   font-weight: 600;
   font-size: 24px;
   line-height: 34px;
   margin-bottom: 30px;
 }
 
 .main_footer .site_info .loc_list li {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .main_footer .site_info .contact_list li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .main_footer .site_info .contact_list li.mail a {
   font-weight: 600;
 }
 
 .main_footer .site_info .subscribe_form {
   margin-top: 40px;
 }
 
 .main_footer .site_info .subscribe_form .form-control {
   height: 64px;
   background: #fff;
   border: 2px solid #131313;
   box-shadow: 4px 4px 0px #131313;
   padding-left: 30px;
 }
 
 .main_footer .site_info .subscribe_form .form-control::placeholder {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 
 .main_footer .site_info .subscribe_form .form-control:focus {
   box-shadow: none;
 }
 
 .main_footer .site_info .subscribe_form .bg_btn_color {
   margin-left: 0;
   margin-top: 25px;
 }
 
 .footer_bottom {
   margin-top: 160px;
 }
 
 .footer_bottom .footer_bottom_list {
   border-bottom: 2px solid #131313;
   padding-bottom: 15px;
 }
 
 .footer_bottom .footer_bottom_list .footer_nav {
   display: flex;
   align-items: center;
 }
 
 .footer_bottom .footer_bottom_list .footer_nav li {
   margin: 0 20px;
 }
 
 .footer_bottom .footer_bottom_list .footer_nav li:first-child {
   margin-left: 0;
 }
 
 .footer_bottom .footer_bottom_list .footer_nav li a {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   text-transform: uppercase;
   transition: .3s;
 }
 
 .footer_bottom .footer_bottom_list .footer_nav li a:hover {
   color: #D8FF36;
 }
 
 .footer_bottom .footer_bottom_list .footer_nav.right {
   justify-content: flex-end;
 }
 
 .footer_bottom .footer_copyright {
   padding-top: 30px;
 }
 
 .footer_bottom .footer_copyright p {
   color: #131313;
   font-family: "Noto Sans", sans-serif;
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
 }
 /*# sourceMappingURL=style.css.map */


 @media (min-width: 800px) and (max-width: 1023px){
  html, body{
      font-size: 14px;
  }
  div.tbb-services-grid-fw
  {
    padding-top: 10vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem ;
  }
}
@media (min-width: 1024px) and (max-width: 1279px){
  html, body{
      font-size: 14px;
  }
}
@media (min-width: 1280px) and (max-width: 1365px){
  html, body{
      font-size: 15px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
      html,
      body {
          font-size: 16px;
      }
  }
@media (min-width: 1600px) and (max-width: 1919px) {
  html,
  body {
      font-size: 16px;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  html,
  body {
      font-size: 16px;
  }
}
@media (min-width: 2560px) {
  html,
  body {
      font-size: 24px;
  }
}
@media (max-width: 800px){
  html, body{
      font-size: 12px;
  }
}

