@font-face {
  font-family: 'Averta Demo PE';
  src: url("/static/fonts/AvertaDemoPE-Regular.eot");
  src: local("Averta Demo PE Regular"), local("AvertaDemoPE-Regular"), url("/static/fonts/AvertaDemoPE-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/AvertaDemoPE-Regular.woff2") format("woff2"), url("/static/fonts/AvertaDemoPE-Regular.woff") format("woff"), url("/static/fonts/AvertaDemoPE-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Averta Demo PE';
  src: url("/static/fonts/AvertaDemoPE-ExtraboldItalic.eot");
  src: local("Averta Demo PE Extrabold Italic"), local("AvertaDemoPE-ExtraboldItalic"), url("/static/fonts/AvertaDemoPE-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/AvertaDemoPE-ExtraboldItalic.woff2") format("woff2"), url("/static/fonts/AvertaDemoPE-ExtraboldItalic.woff") format("woff"), url("/static/fonts/AvertaDemoPE-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* Preloader */
div#pb-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-size: 200px;
  background-color: #fff;
  background: #fff url("/static/img/logo-colored.svg") no-repeat center center;
}

@keyframes blink {
  0% {
    background-color: #fff;
  }
  49% {
    background: #F68E1F url("/static/img/logo-white.svg") no-repeat center center;
  }
  50% {
    background-color: #F68E1F;
  }
}
div#pb-preloader {
  animation: blink 3s ease-in-out infinite;
}

span.close {
  background: url("/static/img/cls.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
}

span.close-gray {
  background: url("/static/img/close-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
}

/* Icons */
.arrow-up {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/arrow-up.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.search-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/search-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.search-icon-black {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/search-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.search-icon-gray {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/search-gray.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.play-icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  background: url("/static/img/play.png");
  background-size: 66px 66px;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-right {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/right-arrow.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.facebook-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/facebook_none.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.instagram-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/insta.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.youtube-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/yt.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.twitter-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/twitter.svg");
  background-position: center;
  background-repeat: no-repeat;
}

/* Select */
.select-active a.active {
  color: #F68E1F !important;
}

.nice-select.burger-select {
  display: flex;
  justify-content: space-around;
  min-width: 95px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 40px;
  padding-right: 18px;
}
.nice-select.burger-select .list {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  /* Note: backdrop-filter has minimal browser support */
  width: 174px;
  left: -80px;
  border-radius: 5px;
  padding: 25px 13px;
  max-height: 232px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.nice-select.burger-select .list::-webkit-scrollbar {
  width: 15px;
}
.nice-select.burger-select .list::-webkit-scrollbar-track {
  background: transparent;
}
.nice-select.burger-select .list::-webkit-scrollbar-thumb {
  background: #E7E7E7;
  backdrop-filter: blur(6px);
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.nice-select.burger-select .list::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.nice-select.burger-select .list li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #272727;
  text-decoration: underline;
}
.nice-select.burger-select .list li.focus {
  background: unset;
}
.nice-select.burger-select .list li:hover {
  background: unset;
  color: #F68E1F;
}
.nice-select.burger-select .list li.selected {
  color: #F68E1F;
}

.nice-select.burger-select::after {
  display: none;
}

.nice-select.burger-select::before {
  content: '';
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  left: 15px;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  background-size: 15px 10px;
  width: 15px;
  height: 9px;
  background: url("/static/img/burger2.svg") no-repeat center;
  transform: unset !important;
  border: unset !important;
}

.nice-select.language-select {
  display: flex;
  align-items: center;
  border: none !important;
}

.input-container {
  display: flex;
  align-items: center;
  position: relative;
}
.input-container span {
  position: absolute !important;
}
.input-container input {
  width: 100%;
  outline: none;
  padding: 13px 30px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(146, 148, 151, 0.25);
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
}
.input-container input::placeholder {
  color: #929497;
}

.social-icons {
  display: flex;
}
.social-icons a {
  transition: all 300ms ease;
  margin-right: 17px;
  background: #F68E1F;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.social-icons a:hover {
  border-radius: 8px !important;
}

.page-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 768px) {
  .page-info {
    border: none;
  }
}

.tv .title {
  padding: 35px 0 24px !important;
  text-align: left !important;
}

.title {
  padding: 50px 0 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #272727;
}
@media screen and (min-width: 768px) {
  .title {
    padding: 50px 0 35px;
  }
}

.subtitle {
  padding-bottom: 34px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #7A7A7A;
}
@media screen and (min-width: 768px) {
  .subtitle {
    padding-bottom: 43px;
  }
}

.btn-transparent {
  border: 1px solid #F68E1F;
  background: transparent;
  color: #F68E1F;
}
.btn-transparent:hover {
  background: #F68E1F;
  color: #FFFFFF;
}

.btn-main {
  background: #F68E1F;
  color: #FFFFFF;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.btn-main span {
  transition: all 300ms ease;
  margin-left: 5px;
}
.btn-main:hover {
  background: #F68E1F;
  color: #FFFFFF;
}
.btn-main:hover span {
  margin-left: 10px;
}

.gbtn {
  width: 160px;
  display: block;
  margin: auto;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.8rem);
  padding-left: var(--bs-gutter-x, 1.8rem);
  margin-right: auto;
  margin-left: auto;
}

body, html {
  font-family: 'Averta Demo PE', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    margin-top: 15% !important;
  }
}
body {
  margin-top: 7% !important;
}

@media screen and (max-width: 768px) {
  .test_but {
    width: 70% !important;
    justify-content: center !important;
  }

  .services_social {
    background: none !important;
  }

  .my_shares a {
    margin: 0 !important;
    padding: 0 !important;
  }

  .my_p {
    padding: 15px 8px !important;
  }

  .tt {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .detail_second_video {
    max-width: 266px !important;
  }

  .next_cardd {
    padding-left: 10% !important;
  }
}
.card-item__preview :hover {
  pointer-events: none !important;
}

p, ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.my_shares a {
  margin: 0 !important;
  padding-right: 5px !important;
  border: none !important;
}

.services_social {
  cursor: -webkit-grab !important;
}

.social_facebook :hover .one_fb {
  display: none;
}
.social_facebook :hover .two_fb {
  display: inline !important;
}

.social_wp :hover .one_wp {
  display: none;
}
.social_wp :hover .two_wp {
  display: inline !important;
}

.social_linkedin :hover .one_linkedin {
  display: none;
}
.social_linkedin :hover .two_linkedin {
  display: inline !important;
}

.test_but {
  width: 100%;
  display: block;
  padding: 5px 6px 6px 6px !important;
  border: 1px solid #dfdfdf !important;
  color: #7A7A7A !important;
  margin: auto;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .test_but {
    padding: 0.6rem !important;
  }
}

.tt :hover {
  margin: 0 !important;
  background: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.nav .search {
  display: flex;
  align-items: center;
}
.nav .search img {
  width: 15px;
  height: 15px;
}
.nav__links li a {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.nav__content {
  position: relative;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo img {
  max-width: 138px !important;
}
.nav__desktop {
  display: none;
}
.nav__mobile {
  display: flex;
  align-items: center;
  z-index: 100;
}
.nav__mobile .nav__body {
  transform: translateX(100vh);
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  background: #252525;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  min-width: 100%;
}
.nav__mobile .nav__body.active {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.nav__mobile .nav__body.active .close {
  margin-top: 22px;
  margin-left: auto;
}
.nav__mobile .nav__body.active .select-active {
  margin-bottom: 46px;
}
.nav__mobile .nav__body.active .select-active a {
  color: #FFFFFF;
  margin-right: 26px;
}
.nav__mobile .nav__body.active .input-container {
  margin-bottom: 88px;
}
.nav__mobile .nav__body.active .social-icons {
  margin-bottom: 49px;
}
.nav__mobile .nav__burger {
  position: absolute;
  right: 0;
  border: none;
  background: transparent;
}
.nav__mobile .nav__links {
  margin: 80px 0 85px 0;
}
.nav__mobile .nav__links li a {
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
}
.nav__mobile .nav__links li a.active {
  text-decoration: underline;
  color: #F68E1F;
}
@media screen and (min-width: 768px) {
  .nav .search-overlay {
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    background: #C4C4C4;
    transition: all 0.5s ease-in-out;
  }
  .nav .search-overlay.active {
    opacity: 0.6;
    visibility: visible;
  }
  .nav .search-expanded {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 240px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
  }
  .nav .search-expanded .input-container {
    width: 600px;
  }
  .nav .search-expanded .input-container input {
    color: #616161;
  }
  .nav .search-expanded span.close-gray {
    border-radius: 50%;
    background-color: #F2F2F2;
    position: absolute;
    right: 10%;
    top: 0;
    width: 24px;
    height: 24px;
    margin-top: 33px;
  }
  .nav .search-expanded.active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
  }
  .nav__content {
    height: 90px;
  }
  .nav__desktop {
    display: block;
  }
  .nav__desktop .nav__body {
    display: flex;
  }
  .nav__desktop .nav__links {
    margin-right: 50px;
    display: flex;
    align-items: center;
  }
  .nav__desktop .nav__links li {
    margin-left: 15px;
  }
  .nav__desktop .nav__links li a {
    transition: all 300ms ease-in-out;
    color: #272727;
    line-height: 17px;
    font-size: 14px;
    padding: 6px 10px;
    text-align: center;
    border-radius: 22px;
  }
  .nav__desktop .nav__links li a:hover, .nav__desktop .nav__links .active {
    background: #F68E1F;
    color: #FFFFFF;
  }
  .nav__mobile {
    display: none;
  }
  .nav__logo img {
    max-width: 175px !important;
  }
}

.whatsapp_a {
  background-color: #ededed !important;
}
.whatsapp_a .whatsapp-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/whatsapp.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.telegram-icon {
  display: inline-block;
  width: 17px;
  background-color: #ededed;
  height: 17px;
  background: url("/static/img/telegram.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.share_text :hover {
  background: #E5E5E5 !important;
}

.salam {
  display: flex;
}
.salam a {
  transition: all 300ms ease;
  margin-right: 17px;
  background: #F68E1F;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.salam a:hover {
  border-radius: 8px !important;
}
.salam .facebook_a {
  background-color: #ededed !important;
}
.salam .facebook_a .facebook-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .next_title {
    padding-left: 10% !important;
  }
}
@media screen and (max-width: 768px) {
  .social_hr {
    display: none !important;
  }

  .textss {
    display: flex !important;
  }
  .textss p {
    margin-bottom: 5px !important;
  }

  .services-tags {
    display: flow-root !important;
  }
  .services-tags span {
    margin-bottom: 0 !important;
  }
  .services-tags a {
    margin-right: 5px !important;
  }

  .icon_soc_m {
    display: flex;
  }

  .services-tags {
    padding: 0 !important;
  }
}
.textss p {
  color: #7A7A7A;
  font-family: Averta;
  line-height: 27px;
  letter-spacing: 0.4px;
}

.services_social :hover {
  padding: 0 !important;
}

.services_social {
  padding: 0 10px 6px !important;
  text-decoration: none !important;
  margin-left: 5px !important;
}
.services_social span {
  border-bottom: 0 !important;
  letter-spacing: -4.6px !important;
}

.facebook_a {
  background-color: #ededed !important;
}
.facebook_a .facebook-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.linkedin_a {
  background-color: #ededed !important;
}
.linkedin_a .linkedin-icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/static/img/linkedin.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.bottom_video {
  margin-top: 15px;
}

.share {
  cursor: auto !important;
}

/*** Slider ***/
#main-slider .owl-dots {
  top: 0;
  right: 0px;
  padding-right: var(--bs-gutter-x, 1.8rem);
  position: absolute;
  height: 190px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#main-slider .owl-dots button span {
  background: rgba(246, 142, 31, 0.3);
  width: 6px;
  height: 6px;
  margin-top: 20px;
}
#main-slider .owl-dots button.active span {
  background: #F68E1F;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  #main-slider .owl-dots {
    height: 300px;
  }
}

.slider-item {
  position: relative;
}
.slider-item__text {
  max-width: 589px;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #272727;
  margin-top: 20px;
}
.slider-item__text span {
  text-decoration: underline;
  color: #F68E1F;
}
.slider-item__bg {
  height: 190px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.slider-item__bg .slider-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
}
.slider-item__bg .slider-item__img img {
  width: auto;
  height: inherit;
}
.slider-item__content .slider-item__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-item__bg {
    height: 300px;
  }
  .slider-item__bg .slider-item__img {
    display: none;
  }
  .slider-item__content {
    height: 300px;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .slider-item__content .container {
    height: inherit;
  }
  .slider-item__content-wrapper {
    display: flex;
    align-items: center;
    height: inherit;
  }
  .slider-item__content-wrapper .slider-item__img {
    height: 100%;
    display: block;
    margin-left: 98px;
  }
  .slider-item__content-wrapper .slider-item__img img {
    width: 304px;
    height: 100%;
    object-fit: cover;
  }
  .slider-item__text {
    font-weight: 300;
    font-size: 36px;
    line-height: 39px;
    margin: 0;
  }
}

/*** Cards ***/
.work-cards-section {
  /* min-height: 70vh !important; */
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .work-cards-section {
    padding-bottom: 55px;
  }
}

.cards {
  position: relative;
}
.cards::after {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.438) url("/static/img/paginate-loader.gif") center/90px no-repeat;
}
.cards._sending::after {
  opacity: 1;
  visibility: visible;
}

.card-next .row {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .servis {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 14px;
    white-space: nowrap;
  }

  .card-filter__category {
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 14px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .cards-item {
    display: none !important;
  }

  .servis {
    display: contents !important;
  }
}
.card-item {
  transition: all .4s ease-out;
  margin-bottom: 36px;
  text-decoration: none;
}
.card-item:hover {
  cursor: pointer;
}
.card-item:hover .card-item__title {
  cursor: pointer;
  color: #F68E1F;
  text-decoration: underline;
}
.card-item:hover .card-item__preview {
  opacity: 0;
}
.card-item:hover .card-item__video {
  opacity: 1;
  max-height: 100%;
}
.card-item__actions {
  position: relative;
  margin-bottom: 20px;
}
.card-item__preview {
  transition: all 500ms ease;
  height: inherit;
}
.card-item__preview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.card-item__video {
  height: inherit;
  transition: all 500ms ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.card-item__video video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.card-item__info {
  text-decoration: none;
  display: block;
}
.card-item__info .card-item__title {
  transition: all 300ms ease-in-out;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #272727;
  margin-bottom: 3px;
}
.card-item__info .card-item__title.active {
  color: #F68E1F;
  text-decoration: underline;
}
.card-item__info .card-item__subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #7A7A7A;
}
@media screen and (min-width: 768px) {
  .card-item {
    margin-bottom: 40px;
  }
  .card-item__info {
    padding-left: 18px !important;
  }
}

.cards-item {
  transition: all .4s ease-out;
  margin-bottom: 36px;
  text-decoration: none;
}
.cards-item:hover {
  cursor: pointer;
}
.cards-item:hover .card-item__title {
  cursor: pointer;
  color: #F68E1F;
  text-decoration: underline;
}
.cards-item__actions {
  position: relative;
  margin-bottom: 20px;
}
.cards-item__preview {
  transition: all 500ms ease;
  height: inherit;
}
.cards-item__preview img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.cards-item__video {
  height: inherit;
  transition: all 500ms ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.cards-item__video video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.cards-item__info {
  text-decoration: none;
  display: block;
}
.cards-item__info .card-item__title {
  transition: all 300ms ease-in-out;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #272727;
  margin-bottom: 3px;
}
.cards-item__info .card-item__title.active {
  color: #F68E1F;
  text-decoration: underline;
}
.cards-item__info .card-item__subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #7A7A7A;
}
@media screen and (min-width: 768px) {
  .cards-item {
    margin-bottom: 40px;
  }
  .cards-item__info {
    padding-left: 18px !important;
  }
}

.card-filter {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .card-filter__category {
    width: 100%;
    display: initial !important;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 17px;
  }
}
.card-filter__category {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.card-filter__category a {
  transition: all 500ms ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #616161;
}
.card-filter__category a:not(:last-child) {
  margin-right: 25px;
}
.card-filter__category a.active {
  color: #F68E1F;
}
.card-filter__category a:hover {
  color: #F68E1F;
}
.card-filter__brand {
  margin-left: auto;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .card-filter {
    flex-wrap: nowrap;
    margin-bottom: 22px;
  }
  .card-filter__category {
    justify-content: center;
  }
  .card-filter__category a:not(:last-child) {
    margin-right: 50px;
  }
}

/* Services */
.services-section.bg {
  background: rgba(254, 241, 228, 0.4);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .services-section.bg {
    padding-bottom: 68px;
  }
  .services-section.bg .btn-transparent {
    margin-top: 10px;
  }
}

.services-section {
  padding-bottom: 164px;
}
@media screen and (min-width: 768px) {
  .services-section {
    padding-bottom: 110px;
  }
}

.services {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.services span {
  display: none;
  position: absolute;
  right: 14px;
  top: 24px;
  z-index: 1000;
}
.services__wrapper {
  flex-basis: 100%;
  position: relative;
  min-height: 250px;
}
.services__item {
  width: 100%;
  cursor: pointer;
  transition: all 5s ease;
  text-align: center;
  margin-bottom: 60px;
  padding: 21px 19px 25px 19px;
  border: 1px solid transparent;
}
.services__item .services__subtitle {
  word-break: break-all;
  max-height: 60px;
  overflow: hidden;
}
.services__item.active {
  position: absolute;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #F2F2F2;
  z-index: 1000;
}
.services__item.active span {
  display: block;
}
.services__item.active .services__subtitle {
  max-height: unset;
}
.services__icon {
  margin-bottom: 23px;
}
.services__icon img {
  max-width: 64px;
  height: auto;
}
.services__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #272727;
  margin-bottom: 8px;
}
.services__subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #7A7A7A;
}
@media screen and (min-width: 768px) {
  .services__wrapper {
    flex-basis: 33%;
    position: relative;
    min-height: 300px;
  }
  .services__item {
    text-align: left;
    margin-bottom: 45px;
    padding: 26px;
  }
  .services__item.active span {
    display: none;
  }
}

/* Brands */
.brands-section {
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .brands-section {
    padding-bottom: 65px;
  }
}

.brands__item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 43px;
}
.brands__item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .brands__item {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}

/* We */
.we-section {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .we-section {
    padding-top: 91px;
    padding-bottom: 102px;
  }
}

@media screen and (min-width: 768px) {
  .we .we-item:nth-child(even) .we-item__info {
    order: 1;
  }
  .we .we-item:nth-child(even) .we-item__img {
    margin-right: 65px;
  }
  .we .we-item:nth-child(odd) .we-item__info {
    margin-right: 65px;
  }
}

.we-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 65px;
}
.we-item .we-item__img {
  border-radius: 20px;
  max-width: 280px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.we-item .we-item__info {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.we-item .we-item__info .title {
  padding: 45px 0 15px 0;
}
.we-item .we-item__info p {
  max-width: 502px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #7A7A7A;
}
@media screen and (min-width: 768px) {
  .we-item {
    justify-content: center;
    flex-wrap: unset;
    padding-bottom: 100px;
  }
  .we-item .we-item__img {
    max-width: 410px;
    height: 380px;
  }
  .we-item .we-item__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    max-width: 502px;
  }
  .we-item .we-item__info .title {
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
  }
}

/* Footer */
.footer__content {
  height: 200px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E9E8ED;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.footer__content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.4px;
  color: rgba(122, 122, 122, 0.68);
  order: 2;
}
.footer__content .social-icons {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer__content {
    height: 94px;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__content .social-icons {
    margin-bottom: 0;
    order: 2;
  }
}

/* Card Detail Video */
.main-video {
  position: relative;
  max-height: 177px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-video {
    max-height: 428px;
    height: 428px !important;
  }
}
.main-video iframe {
  width: 100%;
  height: 100%;
}

.main-current {
  transition: 500ms ease all;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.4px;
  color: #272727;
  padding: 15px 0 35px 25px;
}
@media screen and (min-width: 768px) {
  .main-current {
    font-size: 24px;
    line-height: 31px;
  }
}
@media screen and (max-width: 768px) {
  .main-current {
    margin-bottom: 10px;
  }
}

.social_shares :hover {
  background-color: #F68E1F !important;
}

.share_text :hover {
  background-color: black !important;
}

.video-gallery .social-icons {
  display: none;
}
@media screen and (min-width: 992px) {
  .video-gallery .social-icons {
    display: flex !important;
    flex-direction: column;
    margin-top: 50px;
    position: absolute;
    top: 0;
    right: -70px;
    align-items: center;
  }
  .video-gallery .social-icons .share {
    cursor: pointer;
    padding: 3px 6px;
    border: 1px solid #E5E5E5;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 7px;
  }
  .video-gallery .social-icons a {
    margin: 0 0 8px 0 !important;
  }
}

.services-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 29px 0 61px 0;
}
.services-tags span {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #7A7A7A;
}
.services-tags a {
  margin-right: 16px;
  margin-bottom: 19px;
  padding: 2px 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #272727;
  background: #EFEFEF;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .services-tags {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    margin-top: 86px;
    padding: 0 0 32px 0;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .services-tags span {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 26px;
    display: unset;
  }
  .services-tags a {
    margin: 0 0 10px 0;
    background: unset;
    border: 1px solid #EFEFEF;
  }
  .services-tags a.active {
    background: #F68E1F;
    color: #FFFFFF;
  }
  .services-tags a:hover {
    background: #F68E1F;
    color: #FFFFFF;
  }
}

.info-bar {
  display: flex;
  position: relative;
  justify-content: center;
}
.info-bar__item {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .info-bar__item p {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .info-bar__item p {
    width: 100% !important;
  }
}
.info-bar__item p {
  transition: all 500ms ease-in-out;
  left: 0;
  width: 66%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 23px 35px 35px 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  background: #FFFFFF;
  border: 1px solid rgba(218, 218, 218, 0.38);
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  z-index: 100;
}
.info-bar__item span {
  position: absolute;
  right: 13px;
  top: 11px;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}
.info-bar__item a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #272727;
}
.info-bar__item.active p {
  opacity: 1;
  visibility: visible;
}
.info-bar__item.active a {
  color: #F68E1F;
}

@media screen and (min-width: 768px) {
  .footer_icons {
    transition: all 300ms ease;
    margin-right: 17px;
    background: #F68E1F !important;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .project_index {
    margin-bottom: 2.5rem !important;
  }
}
.video-playlist {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Up */
  /* Down */
  /* Left */
  /* Right */
}
@media screen and (min-width: 768px) {
  .video-playlist {
    max-height: 428px;
    overflow-y: auto;
    max-width: 100%;
    display: flex;
  }
  .video-playlist .v-row {
    display: flex !important;
  }
  .video-playlist__item {
    z-index: 1000;
  }
  .video-playlist__item iframe {
    border-radius: 5px;
    z-index: -10;
    min-height: 140px !important;
    width: 255px !important;
  }
  .video-playlist__item p {
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.4px;
    color: #616161;
    margin-top: 10px;
  }
}
.video-playlist .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.video-playlist .owl-dots button span {
  background: rgba(246, 142, 31, 0.3) !important;
  width: 6px;
  height: 6px;
  margin-top: 20px;
}
.video-playlist .owl-dots button.active span {
  background: #F68E1F !important;
  width: 10px;
  height: 10px;
}
.video-playlist__item {
  z-index: 1000;
}
.video-playlist__item iframe {
  border-radius: 5px;
  z-index: -10;
  width: 90px;
  height: 90px;
}
.video-playlist__item p {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.4px;
  color: #616161;
  margin-top: 10px;
}
.video-playlist::-webkit-scrollbar {
  width: 15px;
  height: 28px;
}
.video-playlist::-webkit-scrollbar-track {
  background: #F2F2F2;
  opacity: 0.62;
  backdrop-filter: blur(6px);
  border: 6px solid transparent;
  background-clip: content-box;
  /* THIS IS IMPORTANT */
  border-radius: 17px;
  margin: 0 42px;
}
.video-playlist::-webkit-scrollbar-thumb {
  background: #E7E7E7;
  backdrop-filter: blur(6px);
  border: 10px solid transparent;
  background-clip: content-box;
  /* THIS IS IMPORTANT */
  border-radius: 17px;
}
.video-playlist::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.video-playlist::-webkit-scrollbar-button:single-button {
  height: 28px;
  width: 28px;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
}
.video-playlist::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-radius: 5px 5px 0 0;
  height: 16px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(121, 255, 108)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.video-playlist::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(6, 222, 225)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.video-playlist::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='50,00 0,50 100,50'/></svg>");
}
.video-playlist ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-radius: 0px 0px 5px 5px;
  height: 16px;
  width: 16px;
  background-position: center 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(121, 255, 108)'><polygon points='0,0 100,0 50,50'/></svg>");
}
.video-playlist::-webkit-scrollbar-button:single-button:vertical:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(6, 222, 225)'><polygon points='0,0 100,0 50,50'/></svg>");
}
.video-playlist::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(128, 128, 128)'><polygon points='0,0 100,0 50,50'/></svg>");
}
.video-playlist::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-radius: 50%;
  background-color: #F2F2F2;
  background-image: url('data:image/svg+xml;utf8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.44455 0.360382L0.777887 4.95498L6.55566 9.63966" stroke="gray" stroke-miterlimit="10"/> </svg> ');
}
.video-playlist::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
  background-color: #F68E1F;
  background-image: url('data:image/svg+xml;utf8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.44455 0.360382L0.777887 4.95498L6.55566 9.63966" stroke="white" stroke-miterlimit="10"/> </svg> ');
}
.video-playlist::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-color: #F68E1F;
  background-image: url('data:image/svg+xml;utf8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.44455 0.360382L0.777887 4.95498L6.55566 9.63966" stroke="white" stroke-miterlimit="10"/> </svg> ');
}
.video-playlist::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-radius: 50%;
  background-color: #F2F2F2;
  background-image: url('data:image/svg+xml;utf8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d= "M0.555447 9.63962L6.22211 5.04502L0.444337 0.360339" stroke= "gray" stroke-miterlimit= "10" /> </svg> ');
}
.video-playlist::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
  background-color: #F68E1F;
  height: 28px;
  width: 28px;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d= "M0.555447 9.63962L6.22211 5.04502L0.444337 0.360339" stroke= "white" stroke-miterlimit= "10" /> </svg> ');
}
.video-playlist::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-color: #F68E1F;
  background-image: url('data:image/svg+xml;utf8,<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d= "M0.555447 9.63962L6.22211 5.04502L0.444337 0.360339" stroke= "white" stroke-miterlimit= "10" /> </svg> ');
}

.video-playlist__item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: auto;
}
@media screen and (min-width: 768px) {
  .video-playlist__item {
    margin-right: 9px;
    flex-direction: column;
  }
  .video-playlist__item p {
    margin-left: 0 !important;
  }
}
.video-playlist__item:hover p {
  color: #F68E1F;
}
.video-playlist__item::after {
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.438) url("/static/img/paginate-loader.gif") center/90px no-repeat;
}
.video-playlist__item._sending::after {
  opacity: 1;
  visibility: visible;
}
.video-playlist__item p {
  transition: 500ms all ease;
  margin-left: 30px;
}

.rich-text {
  padding-top: 40px;
}
.rich-text .title {
  text-align: left !important;
}

/* Contact Section */
.contact-section {
  min-height: 80vh;
  padding-bottom: 125px;
}

.contact__item {
  border: 1px solid #E9E8ED !important;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 29px;
}
.contact__info {
  padding: 50px 28px 50px 20px;
}
.contact__info span {
  font-weight: bold;
  color: #F68E1F;
}
.contact__info p {
  color: #7A7A7A;
}
.contact__info span, .contact__info p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
}
.contact__map {
  height: 100%;
  overflow: hidden;
}
.contact__map iframe {
  object-fit: none;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__item {
    margin-bottom: 0;
  }
  .contact__info {
    padding: 43px 65px;
  }
}

/* Cross Browser */
/* Hide Play button + controls on iOS */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*# sourceMappingURL=main.css.map */
