/*-----------------------------------------------------------------------

  * Bilix Template v1.0 
  * Copyright 2022 The Bilix Author (https://themeforest.net/user/gianfar)

  =======================================================================*/
/* PRELOADER */
/* GENERAL SETTINGS */
/* BUTTON SETTINGS */
/* BUTTON UNDERLINE SMALL*/
/* SLIDER SETTINGS */
/* TYPOGRAPHY */
/* BUTTON UNDERLINE*/
/* LINK STYLE */
/* NAVIGATION */
/* MOBILE MENU */
/* HOME HEADER */
/* SLIDER VARIANT-2 */
/* CENTERED-SLIDER */
/* CAROUSEL-SLIDER */
/* SLIDER BUTTON NAVIGATION */
/* HOME LANDING PAGE */
/* working process section */
/* ABOUT US (PAGE) */
/*philosophy section*/
/*fun facts section*/
/*tagline*/
/* ABOUT ME (PAGE) */
/*FOOTER*/
/* FILTER PORTFOLIO PAGE */
/* PORTFOLIO TOOLTIP */
/* VERTICAL PORTFOLIO */
/* PORTFOLIO MASONRY GRID */
/* PORTFOLIO SINGLE PAGE */
/* BLOG PAGE */
/* BLOG PAGE MASONRY GRID */
/* BLOG SINGLE POST PAGE V-1 */
/* BLOG SINGLE POST PAGE V-2 */
/* CONTACT PAGE */
/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
/*---------------------------------------------------------------------------*/
:root {
  --animate-duration: 800ms;
  --animate-delay: 0.1s;
}
.ps__rail-y {
  z-index: 223;
}
.node-cursor {
  position: fixed;
}
/* PRELOADER */
.preloader-svg {
  position: relative;
  z-index: 1001;
}
#pjax-container {
  position: absolute;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 0;
  right: 0;
}

.create-img > img {
  border-radius: 25px;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
}


#loader-wrapper {
  font-family: 'Poppins', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loader-txt {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loader {
  position: relative;
  color: transparent;
  font-size: 50px;
  line-height: 50px;
  margin-left: 24px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  z-index: 1001;
  letter-spacing: 20px;
  font-weight: 800;
}
#loader:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  height: 60px;
  max-width: 100%;
  white-space: nowrap;
  color: #fff;
  -webkit-animation: loading 2s linear;
          animation: loading 2s linear;
}
@-webkit-keyframes loading {
  0% {
    max-width: 0;
  }
}
@keyframes loading {
  0% {
    max-width: 0;
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  filter: blur(3px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader,
.loaded .preloader-svg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.w-line.el,
.animation-header-title .char,
.el-words .el,
.animation-img .cell,
.animation-3 .word,
.animation-1 .char,
.animation-2 .char,
.animation-line {
  opacity: 0;
}
.bottom-anim-el,
.scroll-anim-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  z-index: -1;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.el,
.el-words span {
  display: inline-block;
}
.splitting .cell-grid {
  padding: 0 10px;
}
.row {
  --bs-gutter-x: 4rem;
}
.footer-height {
  position: relative;
  z-index: -300;
}
.background-section {
  height: 560px;
}
.data-img {
  background-size: cover;
  background-position: center;
  width: 100%;
}
a:hover {
  text-decoration: none;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  color: #f2f2f2;
}
ul {
  list-style: var(--bs-gutter-x);
  margin-left: 15px;
  padding: 0;
  
}

figure {
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: #808080;
}
/* GENERAL SETTINGS */
html {
  font-size: 13px;
}
html,
body {
  position: relative;
  height: 100%;
  -ms-touch-action: auto;
      touch-action: auto;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  background-color: #0a0c0f;
  overflow: hidden;
}
h1 {
  font-size: 48px;
  margin: 0;
  font-weight: unset;
}
h2 {
  font-size: 36px;
  margin: 0;
  font-weight: unset;
}
h3 {
  font-size: 72px;
  margin: 0;
  font-weight: unset;
}
h4 {
  font-size: 30px;
  margin: 0;
  font-weight: unset;
}
h5 {
  font-size: 18px;
  margin: 0;
  font-weight: unset;
}
h6 {
  font-size: 12px;
  margin: 0;
  font-weight: unset;
}
.main-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.a-line {
  font-weight: 300;
  font-style: italic;
  color: rgb(241, 91, 36) !important;
  text-decoration: underline !important;
}
/* BUTTON SETTINGS */
.wrap-button-link:hover .button-link-hover {
  position: absolute;
  -webkit-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrap-button-link:hover span:nth-child(1) {
  -webkit-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrap-button-link span {
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrap-button-link .button-link-hover {
  color: #fff;
  font-weight: 200;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: absolute;
  display: inline-block;
  top: 26px;
  left: 0;
  width: 100%;
  height: 26px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.button-text {
  display: block !important;
  position: relative;
  overflow: hidden;
  font-style: normal;
}
/*BUTTON UNDERLINE*/
.button-underline-small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-underline-small:before {
  content: '';
  width: 52px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 90px;
}
.button-underline-small a {
  text-decoration: none;
}
.button-underline-small span {
  font-size: 10px !important;
}
.button-underline-small-black {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}
.button-underline-small-black:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 0;
}
.button-underline-small-black a {
  text-decoration: none;
}
.button-underline-small-black .button-text span {
  color: #f2f2f2;
  font-weight: 800;
  font-size: 10px !important;
}
.t-line {
  display: inline-block;
}
/* SLIDER SETTINGS */
[class^="swiper-button-"] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.main-slider {
  height: 100vh;
}
.swiper-container {
  width: 100%;
  min-height: 100vh;
  float: left;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-slide .img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 26px;
  right: 130px;
  position: absolute;
  color: #f2f2f2;
}
/* TYPOGRAPHY */
header {
  overflow: hidden;
}
header::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 70%;
  background-color: #14181e;
  opacity: 0.8;
  z-index: -2;
}
header::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #14181e;
  opacity: 0.8;
  z-index: -2;
}
section {
  padding: 112px 0 224px 0;
}
section .title-section {
  margin-bottom: 84px;
}
.header-text-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #14181e;
  font-size: 300px;
  width: 100%;
  height: 100%;
  font-weight: 700;
  z-index: -1;
}
.main-title {
  font-size: 96px;
  font-weight: 500;
  color: #f2f2f2;
}
.title-section {
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 12px;
}
.sub-title {
  font-weight: 200;
  color: #f2f2f2;
  letter-spacing: 1px;
  line-height: 48px;
  text-transform: uppercase;
}
.sub-title-2 {
  font-size: 18px;
  color: #f2f2f2 !important;
  letter-spacing: 1px;
  font-weight: 600;
}
.tagline {
  color: #f2f2f2;
  font-weight: 300;
}
.button-text {
  display: block !important;
  position: relative;
  overflow: hidden;
  font-style: normal;
}
/*BUTTON UNDERLINE*/
.button-underline {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
}
.button-underline a {
  position: relative;
  padding: 20px 50px !important;
  text-decoration: none;
  background: transparent;
  padding: 0;
  z-index: 2;
}
.button-underline:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  border: 6px solid rgb(241, 91, 36);
  border-radius: 100%;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: -2;
}
.button-underline:after {
  content: "";
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  border: 3px solid rgb(241, 91, 36);
  border-radius: 100%;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
  opacity: 0.5;
  z-index: -2;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button-underline:hover:after {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
/* LINK STYLE */
.wrap-link:hover .link-hover {
  position: absolute;
  -webkit-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrap-link:hover span {
  -webkit-transform: translateY(-26px);
  -ms-transform: translateY(-26px);
  transform: translateY(-26px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrap-link span {
  color: rgb(241, 91, 36);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.wrap-link .link-hover {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.link-text {
  position: relative;
  overflow: hidden;
  height: 20px;
}
.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.social-icon .social-icon-text {
  color: #B3B3B3;
  margin-right: 14px;
  font-size: 12px;
  text-transform: uppercase;
}
.s-link {
  display: inline-block;
  margin-right: 9px;
  height: 19px;
}
.s-link a {
  display: inline-block;
  text-decoration: unset;
}
.arrow-down {
  position: absolute;
  bottom: 16px;
  left: 80%;
}
.arrow-down img {
  width: 30px;
  height: 60px;
}

.arrow-back {
  position: relative;
  bottom: 16px;
  left: 80%;
}
.arrow-back img {
  width: 12%;
  
}
/* NAVIGATION */
a.menu-active:before {
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
      transform: translateY(0px) !important;
  opacity: 1 !important;
}
.nav-down {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
     transition-duration: 0.4s;
}
.nav-up {
  -webkit-transform: translateY(-73px);
  -ms-transform: translateY(-73px);
      transform: translateY(-73px);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
     transition-duration: 0.4s;
}
.home-menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-menu-text > .dropdown {
  position: relative;
  display: inline-block;
  margin: 0 26px;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-decoration: unset;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.home-menu-text > a {
  position: relative;
  display: inline-block;
  margin: 0 26px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: unset;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.navigation {
  margin-top: 0;
  position: fixed;
  height: 52px;
  width: 50%;
  right: 0;
  z-index: 222;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background-color: #191c1f5b;

  border-bottom-left-radius: 2px;
}
.dropdown a {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-menu {
  background-color: #191c1f5b;
}
.home-menu-text > .dropdown:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.home-menu-text > .dropdown:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-menu-text > .menu-active:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #353b41;
}
.home-menu-text > a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.home-menu-text > a:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
/* MOBILE MENU */
.navigation_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 24px 48px 48px 48px;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  z-index: 11;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  background-color: #0a0c0f;
}
.navigation_menu .sub-menu {
  text-align: center;
  text-transform: uppercase;
}
.navigation_menu .social-icon .social-icon-text {
  font-size: 10px;
  color: #999999 !important;
  letter-spacing: 1em;
  display: block;
}
.navigation_menu .social-icon .wrap-link {
  margin-top: 0;
}
.navigation_menu .sub-menu a {
  position: relative;
  font-size: 28px;
  display: inline-block;
  color: #E6E6E6;
  margin-top: 18px;
  font-weight: 700;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  text-decoration: none;
  letter-spacing: 6px;
}
.navigation_menu .sub-menu a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E6E6E6;
  position: absolute;
  left: -4px;
  bottom: -5px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.navigation_menu .sub-menu a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.navigation_menu a p {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
  color: #4db6ac;
}
.seen {
  display: none;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.nav-down {
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
     transition-duration: 0.4s;
}
.headroom--pinned {
  display: block;
}
.headroom--unpinned {
  display: none;
}
.hamburger {
  width: 45px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  z-index: 1041;
  right: 15px;
  top: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  opacity: 1;
  top: 5px;
  right: 5px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.color-menu {
  background: #fff none repeat scroll 0% 0%;
}
.opened {
  margin-top: -5px;
}
.hamburger span:nth-child(1) {
  margin-top: 0px;
}
.hamburger span:nth-child(2) {
  margin-top: 5px;
  margin-right: 0px;
}
.hamburger span:nth-child(3) {
  margin-top: 10px;
}
.hamburger.opened span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  margin-top: 11px;
}
.hamburger.opened span:nth-child(2) {
  opacity: 0;
  right: 75px;
}
.hamburger.opened span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  margin-top: 11px;
}
.collapse-section > li > a {
  position: relative;
  font-size: 13px !important;
  color: #f2f2f2 !important;
  font-weight: 300 !important;
  margin-top: 8px !important;
}
/* HOME HEADER */
.header-logo {
  position: absolute;
  left: 16px;
  top: 26px;
  z-index: 3;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header-logo img {
  height: 78px;
  width: auto;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  
}
.home-header-bg {
  height: 100%;
}
.home-header-bg .social-icon {
  position: absolute;
  padding-left: 26px;
  bottom: 13px;
  z-index: 3;
}
.home-header-bg .social-icon .social-icon-text {
  font-size: 10px;
}
.wrap-slider-content {
  width: 100%;
  padding: 52px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.wrap-slider-content .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
}
.wrap-slider-content .slider-content .w-line {
  margin-top: 13px;
  margin-bottom: 26px;
}
.wrap-slider-content .slider-content h1 {
  color: #fff;
}
.wrap-slider-content .slider-content .slider-text p {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}
.wrap-slider-content .slider-content .slider-text .button-link {
  margin-top: 52px;
}
/* SLIDER VARIANT-2 */
.el-anime {
  display: block;
  overflow: hidden;
  padding-bottom: 3px;
}
.slider-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: url(../icon/cursor_drag_project.svg) 40 40, pointer !important;
  pointer-events: unset;
}
.slider-v2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
}
.slider-v2 .swiper-slide .img-slider {
  top: unset;
  left: unset;
  width: 100%;
  height: 100%;
  
}
.slider-v2 .swiper-slide .wrap-slider-content {
  position: absolute;
  padding: unset;
  text-align: left;
}
.slider-v2 .swiper-slide .wrap-slider-content .slider-content {
  position: absolute;
  right: 60%;
}
.slider-v2 .swiper-slide .wrap-slider-content .slider-content h2 {
  color: #fff;
  margin-bottom: 26px;
}
.slider-v2 .swiper-slide .wrap-slider-content .slider-content .slider-text p {
  color: #f2f2f2;
  text-transform: none;
  letter-spacing: unset;
  font-weight: 300;
  font-size: 14px;
}
.slider-v2 .button-underline {
  margin-top: 52px;
}
.slider-v2 .counter {
  left: 80%;
  width: 150px;
  height: 150px;
  bottom: 28px;
}
.slider-v2 .counter .swiper-pagination .first-number {
  font-size: 100px;
  font-weight: 400;
}
.slider-v2 .counter .swiper-pagination .second-number {
  font-size: 30px;
  font-weight: 400;
}
.slider-v2 .counter .swiper-pagination .pgn-line {
  font-size: 78px;
  opacity: 1;
  font-weight: 100;
  padding: 0 6px;
}
.slider-v2 .bg-slide {
  position: absolute;
  left: 5%;
  width: 1000%;
  font-size: 300px;
  font-weight: 700;
  color: #14181e;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.slider-v2 .swiper-scrollbar {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 50%;
  right: 200px;
  left: unset;
  bottom: 52px;
}
.slider-v2 .slider-description {
  position: absolute;
  left: 70%;
  width: 300px;
}
.slider-v2 .slider-description h4 {
  margin-bottom: 28px;
  font-weight: 400;
}
.slider-v2 .slider-description p {
  color: #B3B3B3;
  font-weight: 300;
}
/* CENTERED-SLIDER */
.centered-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centered-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
}
.centered-slider .swiper-slide .img-slider {
  background-position: center !important;
  background-size: cover !important;
  top: unset;
  left: unset;
  width: 55%;
  height: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 2px;
}
.centered-slider .button-underline {
  margin-top: 52px;
}
.centered-slider .counter {
  left: 80%;
  width: 150px;
  height: 150px;
  bottom: 28px;
}
.centered-slider .counter .swiper-pagination .first-number {
  font-size: 100px;
  font-weight: 400;
}
.centered-slider .counter .swiper-pagination .second-number {
  font-size: 30px;
  font-weight: 400;
}
.centered-slider .counter .swiper-pagination .pgn-line {
  font-size: 78px;
  opacity: 1;
  font-weight: 100;
  padding: 0 6px;
}
.centered-slider .bg-slide {
  position: absolute;
  left: 5%;
  width: 1000%;
  font-size: 300px;
  font-weight: 700;
  color: #14181e;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.centered-slider .swiper-scrollbar {
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 50%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centered-slider .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  height: 4px;
  background: #808080;
}
.cetered-slider-title {
  color: #fafafa;
  letter-spacing: 2px;
  margin-bottom: -32px;
}
.link-img-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* CAROUSEL-SLIDER */
.carousel-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
}
.carousel-slider .swiper-slide .img-slider {
  background-position: center !important;
  background-size: cover !important;
  top: unset;
  left: unset;
  width: 85%;
  height: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 2px;
}
.carousel-slider .swiper-slide .wrap-title-section {
  width: 80%;
}
.carousel-slider .swiper-slide .wrap-title-section h2 {
  text-transform: unset;
  color: #f2f2f2;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.carousel-slider .swiper-slide .wrap-title-section p {
  color: #B3B3B3;
}
.carousel-slider .button-underline {
  margin-top: 52px;
}
.carousel-slider .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 26px;
  width: 100px;
  height: 60px;
  bottom: 14px;
  border: 1px solid #fafafa30;
}
.carousel-slider .counter .swiper-pagination .first-number {
  font-size: 30px;
  font-weight: 600;
}
.carousel-slider .counter .swiper-pagination .second-number {
  font-size: 30px;
  font-weight: 600;
}
.carousel-slider .counter .swiper-pagination .pgn-line {
  font-size: 30px;
  opacity: 1;
  font-weight: 600;
  padding: 0 6px;
}
.carousel-slider .bg-slide {
  position: absolute;
  left: 5%;
  width: 1000%;
  font-size: 300px;
  font-weight: 700;
  color: #14181e;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.carousel-slider .swiper-scrollbar {
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  width: 50%;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-slider .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  height: 4px;
  background: #808080;
}
/* SLIDER BUTTON NAVIGATION */
.swiper-button-prev {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
      transform: translateX(50px);
}
.swiper-button-next {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
      transform: translateX(-50px);
}
.swiper-button-next,
.swiper-button-prev {
  height: 36px;
  width: 84px;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: none;
}
.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
}
.slider-arrow:before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #ffffff;
  position: absolute;
}
.slider-arrow-text {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.swiper-button-prev:hover div .slider-arrow-text {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
      transform: translateX(24px);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.swiper-button-next:hover div .slider-arrow-text {
  -webkit-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
      transform: translateX(-24px);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
/* HOME LANDING PAGE */
#landing-page-st .centered-slider {
  background-color: rgb(241, 91, 36);
}
#landing-page-st .centered-slider .bg-slide {
  color: #2cd391;
}
#landing-page-st .centered-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: #f2f2f2;
}
#landing-page-st .social-icon .social-icon-text {
  color: #f2f2f2;
}
#landing-page-st .wrap-link span {
  color: #f2f2f2;
}
.landing-about-txt img {
  margin-top: 84px;
  margin-bottom: 28px;
}
.landing-about-txt p span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 14px;
  color: #f2f2f2;
}
.landing-about-txt .social-icon {
  margin-top: 84px;
}
/* working process section */
.working-process-section {
  position: relative;
  overflow: hidden;
}
.working-process-section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}
.working-process-section .title-section {
  color: #fafafa;
  margin-bottom: 52px !important;
}
.working-process-section p {
  color: #fafafa;
}
.working-process-section .working-text {
  margin-top: 84px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 42px;
  font-size: 18px;
  color: #f2f2f2;
  font-weight: 200;
}
.working-process-section .working-text ul {
  background-color: rgb(241, 91, 36);
  padding: 26px 52px;
}
.landing-contacts-section {
  position: relative;
  overflow: hidden;
}
.landing-contacts-section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}
.landing-contacts-section .title-section {
  color: #fafafa;
  margin-bottom: 52px !important;
}
.landing-contacts-section p {
  color: #fafafa;
}
.landing-contacts-section .contacts-text {
  margin-top: 84px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 42px;
  font-size: 18px;
  color: #f2f2f2;
  font-weight: 200;
}
.landing-contacts-section .contacts-text ul {
  background-color: rgb(241, 91, 36);
  padding: 26px 52px;
}
.landing-contacts-section .contacts-text span {
  padding-right: 14px;
  font-weight: 600;
}
/* ABOUT US (PAGE) */
.about-header-bg {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
}
.about-header-bg .social-icon {
  position: absolute;
  bottom: 13px;
  left: 26px;
  z-index: 1;
}
.header-text-section {
  padding: 224px 30px;
  z-index: 1;
}
.header-text-section h2 {
  margin-bottom: 52px;
}
.header-text-section .sub-title a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fafafa;
  text-decoration: none;
}
.header-text-section .sub-title a .line-svg {
  position: absolute;
  bottom: -36px;
}
.services-accordion {
  margin-top: 84px;
}
/*philosophy section*/
.philosophy-section {
  position: relative;
  overflow: hidden;
}
.philosophy-section:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}
.philosophy-section .title-section {
  color: #fafafa;
}
.philosophy-section p {
  color: #fafafa;
  font-weight: 200;
  line-height: 32px;
  font-size: 16px;
}
.team-section {
  padding-bottom: 52px;
}
.team-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: unset;
  margin-top: 84px;
  height: 100%;
}
.team-slider .social-icon {
  margin-top: 28px;
}
.team-slider .swiper-slide {
  height: 350px;
  overflow: unset;
}
.team-slider .swiper-slide .img-slider {
  position: relative;
  top: unset;
  left: unset;
}
.team-slider .sub-title-2 {
  margin-top: 14px;
}
.team-slider h6 {
  margin-top: 7px;
  color: #999999;
}
.team-slider .swiper-wrapper > .swiper-slide:nth-child(even) {
  margin-top: 52px;
}
/*fun facts section*/
.fun-facts {
  padding-bottom: 112px;
}
.item-facts h3 {
  color: #f2f2f2;
}
.item-facts p {
  color: #666666;
  text-transform: uppercase;
}
/*tagline*/
.animation-tagline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 200px;
  margin-bottom: 200px;
}
.tagline-marquee {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.tagline-marquee.tm-1 {
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
  background-color: rgb(241, 91, 36);
}
.tagline-marquee.tm-2 {
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
  background-color: #333333;
}
.tagline-marquee.tm-2 h1 {
  color: #f2f2f2;
}
.tagline-marquee__copy {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ABOUT ME (PAGE) */
.profile-info img {
  margin-top: 84px;
}
.resume {
  margin-top: 52px;
}
.profile-info-section h5 {
  color: #f2f2f2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.resume-item {
  margin-top: 28px;
}
.resume-item .resume-row span {
  display: inline-block;
  color: #808080;
  letter-spacing: 1px;
}
.resume-item .resume-row h5 {
  color: #f2f2f2;
  margin-bottom: 6px;
  font-size: 13px;
}
.skills-section {
  margin-top: 52px;
}
.skills-section .profile-info-section h5 {
  margin-bottom: 28px;
}
.progress-bar {
  background-color: #CCCCCC;
}
.progress {
  width: 100%;
  border-radius: 0;
  height: 4px;
  background-color: #323232;
}
.progress-item {
  margin-top: 14px;
}
.progress-item span {
  color: #808080;
}
.awards-section {
  margin-top: 52px;
}
.about-me-facts {
  position: relative;
  overflow: hidden;
  padding: 52px 0 140px 0;
}
.about-me-facts .item-facts {
  margin-top: 84px;
}
.about-me-facts .item-facts p {
  color: #ffffff;
}
.action-section {
  position: relative;
  overflow: hidden;
  padding: 140px 0 140px 0;
}
.action-section h4 {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 20px;
  font-weight: 300;
}
.action-section .t-line {
  margin-top: 52px;
}
/*FOOTER*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 1px solid #333333;
  padding: 26px 52px 26px 52px;
  z-index: -1;
}
.footer-title {
  color: #f2f2f2;
  margin-bottom: 14px;
  text-decoration: underline;
}
.footer-mail {
  display: inline-block;
  color: #f2f2f2;
  font-size: 36px;
  margin-bottom: 52px;
  font-weight: 300;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.footer-mail:hover {
  color: rgb(241, 91, 36);
  text-decoration: underline;
}
.footer-navigation a {
  color: #f2f2f2;
  display: block;
  text-decoration: none;
}
.footer-navigation a:hover {
  text-decoration: underline;
}
.footer-contacts span {
  color: #f2f2f2;
  padding-right: 6px;
  font-weight: 600;
}
.footer-contacts p:nth-child(3) {
  margin-top: 14px;
}
.copyright {
  font-size: 11px;
  letter-spacing: 1px;
}
.copyright p {
  color: #666666;
}
/* FILTER PORTFOLIO PAGE */
.s-container {
  width: 70%;
  margin: auto;
}
.s-column {
  position: relative;
  float: left;
  width: 49.8%;
  padding-left: 5%;
  padding-right: 5%;
  /* Space between tiles */
  margin-top: 5%;
  margin-bottom: 5%;
}
.my-sizer-element {
  width: 8.33333%;
}
.project-descrip {
  position: absolute;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  bottom: 0px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  left: 24px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: -1;
  opacity: 0;
}
.project-descrip h5 {
  color: #f2f2f2;
}
.js-item:hover .aspect__inner > .project-descrip {
  left: -14px;
  opacity: 1;
}
/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
}
/* Ensure images take up the same space when they load */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect--16x9 {
  padding-bottom: 56.25%;
}
.aspect--9x80 {
  padding-bottom: calc(112.5% + 8px);
}
.aspect--32x9 {
  padding-bottom: calc(28.125% - 3px);
}
img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
.filter-options span {
  display: inline-block;
  position: relative;
  color: #f2f2f2;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.filter-options .active > span {
  background-color: rgb(241, 91, 36);
  padding: 0 6px;
  border-radius: 2px;
  color: #333333;
  font-weight: 600;
}
.filter-accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-bottom: 1px solid #333333;
}
.filter-accordion .accordion-header {
  display: inline-block;
}
.filter-accordion .accordion-button {
  color: #f2f2f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 200;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-accordion .accordion-button:after {
  margin-left: 28px;
}
.filter-bg {
  text-align: center;
  margin-bottom: 28px;
  color: #14181e;
  font-size: 200px;
  font-weight: 700;
  z-index: -1;
}
#grid > a:hover,
.zoom-el:hover {
  cursor: url(../icon/cursor_view_project.svg) 40 40, pointer !important;
}
a.item-popup:hover {
  cursor: url(../icon/cursor_zoom_project.svg) 40 40, pointer !important;
}
/* PORTFOLIO TOOLTIP */
h2.works-title {
  text-align: center;
  margin-bottom: -78px;
  color: #14181e;
  font-size: 200px;
  font-weight: 700;
}
.arrow-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 3;
  top: -14px;
}
.arrow-text span {
  display: inline-block;
}
.arrow-text span img {
  width: 41px;
  height: 43px;
}
.button-link-hover-1 {
  position: absolute;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.button-link-hover-2 {
  position: relative;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.path-img {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  border-radius: 25px;
  opacity: 0;
}
.path-img img {
  width: 45vh;
  will-change: transform;
}
a.img-link-hover {
  position: relative;
  z-index: 0;
}
a.img-link-hover:hover {
  z-index: 3;
  color: rgb(241, 91, 36) !important;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a.img-link-hover:hover + .icon-link-img .button-link-hover-2 {
  -webkit-transform: translateX(62px);
      -ms-transform: translateX(62px);
          transform: translateX(62px);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
a.img-link-hover:hover + .icon-link-img .button-link-hover-1 {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
a.img-link-hover:hover + .icon-link-img {
  z-index: 3;
}
.mouseOver_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-portfolio-link .item-img-link {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 28px;
  border-bottom: 1px solid #333333;
}
.wrap-portfolio-link .item-img-link a {
  color: #f2f2f2;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0 28px;
  text-transform: uppercase;
  font-weight: 300;
}
.wrap-portfolio-link .item-img-link .link-number {
  padding-right: 30px;
  color: rgb(241, 91, 36);
  font-size: 16px;
  font-weight: 600;
}
.wrap-portfolio-link .item-img-link .icon-link-img {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
}
/* VERTICAL PORTFOLIO */
a.vertical-item {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a.vertical-item:hover {
  background-color: #15151a;
}
a.vertical-item:hover .link-number {
  color: #0a0c0f;
}
.vertical-item:after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333333;
  z-index: -1;
}
.vertical-text {
  position: relative;
  padding: 26px 0 26px 0;
}
.vertical-text p {
  position: relative;
  z-index: 1;
}
.vertical-text .link-number {
  color: #15151a;
  position: absolute;
  font-size: 120px;
  font-weight: 800;
  bottom: 52px;
  right: 52px;
}
.vertical-text span {
  color: rgb(241, 91, 36);
}
.vertical-text h4 {
  color: #f2f2f2;
  font-weight: 600;
  margin-bottom: 28px;
}
.vertical-category {
  display: inline-block;
}
/* PORTFOLIO MASONRY GRID */
.grid-sizer {
  width: 33.3%;
}
.grid-item {
  width: 33.3%;
  float: left;
}
.grid-item a {
  display: block;
  text-decoration: none;
  color: #f2f2f2;
}
.grid-item a:hover .masonry-descript {
  opacity: 1;
}
.grid-item a:hover .masonry-item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.masonry-item {
  position: relative;
  overflow: hidden;
}
.masonry-item img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.masonry-descript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-1%, #0a0c0f), color-stop(35%, rgba(10, 12, 15, 0)));
  background: -o-linear-gradient(bottom, #0a0c0f -1%, rgba(10, 12, 15, 0) 35%);
  background: linear-gradient(0deg, #0a0c0f -1%, rgba(10, 12, 15, 0) 35%);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.masonry-descript h5 {
  margin-bottom: 28px;
}
/* PORTFOLIO SINGLE PAGE */
.header-single-img {
  width: 38%;
  height: 80%;
  position: absolute;
  right: 10%;
  border-radius: 25px;
  background-position: center;
  background-size: cover;
}
a.project-mail {
  color: #f2f2f2;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a.project-mail:hover {
  color: rgb(241, 91, 36);
}
.detail-project h5 {
  color: rgb(241, 91, 36);
  margin-bottom: 28px;
}
.detail-project p {
  color: #f2f2f2;
}
.detail-project p span {
  text-transform: uppercase;
  margin-right: 14px;
  color: #808080;
}
.img-project {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 28px;
}
.project-row-1 {
  margin-bottom: 52px;
}
.project-row-1 h5 {
  color: #f2f2f2;
  margin-bottom: 26px;
  line-height: 32px;
}
.project-row-2 h5 {
  color: #f2f2f2;
  margin-bottom: 26px;
  line-height: 32px;
}
/* BLOG PAGE */
.search-block {
  margin-top: 16px;
}
.latest-post {
  margin-bottom: 52px;
}
.post-date {
  margin-top: 28px;
  margin-bottom: 14px;
  display: inline-block;
  color: rgb(241, 91, 36);
}
.latest-post-text .button-underline-small-black {
  margin-top: 28px;
}
.post-title {
  display: inline-block;
  margin-top: 28px;
  margin-bottom: 14px;
  color: #f2f2f2;
  text-decoration: none;
}
.post-title:hover {
  color: rgb(241, 91, 36);
}
.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 12px;
  color: #666 !important;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  resize: none;
}
.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #8e908f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-sidebar h5 {
  font-weight: 400;
  margin-top: 28px;
  margin-bottom: 14px;
}
.blog-categories a,
.recent-post a {
  color: #f2f2f2;
  font-weight: 600;
}
.blog-categories a:hover,
.recent-post a:hover,
a.news-tag:hover {
  color: rgb(241, 91, 36);
}
.sidebar-tags li {
  display: inline-block;
  padding: 3px 14px;
  background-color: #333333;
  margin-bottom: 12px;
  margin-right: 12px;
  border-radius: 3px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.sidebar-tags li:hover {
  background-color: rgb(241, 91, 36);
}
.tags a {
  text-decoration: none;
  color: #f2f2f2;
  font-weight: 400;
}
.arrows-obj {
  margin-top: 112px;
  margin-bottom: 112px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-item.active .page-link {
  z-index: 0;
  color: rgb(241, 91, 36);
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}
.page-link {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 6px;
  margin-left: -1px;
  color: #666666;
  background-color: transparent;
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.page-link:focus,
.page-link:hover {
  color: rgb(241, 91, 36);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}
.arrow-left img {
  width: 52px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.arrow-right img {
  width: 52px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.arrow-left:hover,
.arrow-right:hover {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #181b20;
  border-radius: 3px;
}
a.post-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}
a.post-link p {
  color: #f2f2f2;
  margin-top: 26px;
  line-height: 38px;
}
a.post-link img {
  height: 300px;
}
a.post-link:hover p {
  color: rgb(241, 91, 36);
}
.other-posts {
  border-top: 1px solid #333333;
  padding-bottom: 112px;
}
/* BLOG PAGE MASONRY GRID */
.blog-masonry-section {
  padding-top: 28px;
  padding-bottom: 0;
}
.blog-masonry-section .blog-category-v2 {
  margin-bottom: 0;
}
.blog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-grid-sizer {
  width: 49.9%;
}
.blog-grid-item {
  position: relative;
  width: 49.8%;
  padding: 16px;
}
.blog-grid-item .blog-masonry-item {
  display: block;
  text-decoration: none;
  color: #f2f2f2;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog-grid-item .blog-masonry-item:hover {
  background-color: #15151a;
}
.blog-grid-item .blog-masonry-item:hover .latest-post-text h4 {
  color: rgb(241, 91, 36);
}
.blog-masonry-item {
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #ffffff0d;
}
.blog-masonry-item img {
  border-radius: 5px;
}
.blog-masonry-item h4 {
  margin-top: 28px;
  margin-bottom: 14px;
}
.blog-item-tags {
  position: absolute;
  bottom: 28px;
  right: 30px;
}
.blog-item-tags a {
  display: inline-block;
  text-decoration: none;
  color: rgb(241, 91, 36);
  padding: 3px 6px;
  background-color: #ffffff08;
  border-radius: 3px;
  border: 1px solid #ffffff0d;
  margin-right: 6px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 10px;
}
.blog-item-tags a:hover {
  background-color: #ffffff0d;
}
.blog-comments {
  background-color: #191c1f;
  padding: 28px 20px 84px 20px;
}
.blog-comments-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 28px;
}
.blog-comments-block .img-user-blog img {
  width: 100px;
  height: 100px;
  margin-top: unset;
  margin-bottom: unset;
  margin-right: 28px;
}
.blog-comments-text {
  border-top: 1px solid #ffffff0d;
}
.blog-comments-text h5 {
  color: #f2f2f2;
  margin-bottom: 14px;
}
.blog-comments-text h6 {
  margin-top: 14px;
  margin-bottom: 3px;
  color: #666666;
}
.blog-comments-text .button-reply {
  margin-top: 14px;
  float: right;
  margin-right: 52px;
}
.blog-comments-text .button-reply a {
  color: rgb(241, 91, 36);
  font-weight: 600;
  letter-spacing: 2px;
}
.number-comments {
  color: #CCCCCC;
  font-weight: 200;
  margin-bottom: 28px;
}
.number-comments span {
  color: rgb(241, 91, 36);
  font-weight: 600;
  padding-right: 6px;
}
.blog-form-comments {
  margin-top: 52px;
}
.title-form-comment {
  margin-top: 28px;
  color: #f2f2f2;
}
/* BLOG SINGLE POST PAGE V-1 */
.single-blog-img {
  width: 60%;
  right: 5%;
}
.blog-single-title h2 {
  font-size: 60px;
  width: 60%;
}
blockquote {
  margin: 24px 0;
  color: #B3B3B3;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}
.blog-single-post {
  margin-top: 28px;
}
/* BLOG SINGLE POST PAGE V-2 */
.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.icon-blog-menu {
  color: rgb(241, 91, 36);
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat !important;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}
.icon-blog-menu:hover {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}
.blog-category-v2 {
  background-color: #191c1f;
  padding: 7px 20px;
  margin-bottom: 28px;
}
.btn.blog-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
}
.btn.blog-menu-btn:hover .icon-blog-menu {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}
/* CONTACT PAGE */
.wrap-form {
  min-height: 20px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 52px;
}
.form-group {
  margin-bottom: 28px;
}
.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 12px;
  color: #f2f2f2 !important;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #666666;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  resize: none;
}
button {
  background-color: transparent;
  border-style: none;
}
span.wrap-button-link.submit-button {
  padding: 20px 50px !important;
}
.list-unstyled {
  color: #999999;
}
:focus-visible {
  outline: none;
}
.submit {
  margin-top: 52px;
}
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
.contact-info {
  padding-top: 112px;
  padding-bottom: 112px;
}
.contact-info ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.contact-info ul li {
  display: inline-block;
  font-weight: 400;
}
.contact-info ul li span {
  margin-right: 6px;
  font-weight: 600;
  color: #f2f2f2;
}
div#msgSubmit {
  margin-top: 40px;
}
/* MEDIA QUERIES FOR RESPONSIVE DESIGN */
@media (max-width: 1399.98px) {
  .header-text-bg {
    font-size: 250px;
  }
}
@media (max-width: 1199.98px) {
  .header-text-bg {
    font-size: 200px;
  }
  .main-title {
    font-size: 72px;
  }
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 55%;
  }
  .slider-v2 .slider-description {
    width: 250px;
  }
}
@media (max-width: 1100px) {
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 50%;
  }
  .slider-v2 .swiper-slide .img-slider {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .header-text-bg {
    font-size: 150px;
    width: 1000%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    left: 10%;
  }
  section {
    padding-bottom: 112px;
  }
  .animation-tagline {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .team-slider .swiper-slide {
    height: 200px;
  }
  .navigation {
    width: 70%;
  }
  .main-title {
    font-size: 60px;
  }
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 50%;
  }
  .slider-v2 .slider-description {
    width: 200px;
  }
  .slider-v2 .swiper-slide .img-slider {
    width: 50%;
  }
  .js-item:hover .aspect__inner > .project-descrip {
    left: 0px;
  }
  .s-column {
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .header-single-img {
    width: 45%;
  }
  .blog-comments-block .img-user-blog img {
    width: 70px;
    height: 70px;
  }
  .blog-single-title h2 {
    font-size: 46px;
    width: 70%;
  }
}
@media (max-width: 880px) {
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 45%;
  }
  .slider-v2 .swiper-slide .img-slider {
    width: 60%;
  }
  .header-single-img {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .header-logo {
    left: 13px;
    top: 13px;
  }
  .header-logo img {
    height: 52px;
  }
  h3 {
    font-size: 36px;
  }
  .team-slider .swiper-slide {
    height: 270px;
  }
  .main-title {
    font-size: 48px;
    margin-bottom: 26px !important;
  }
  .sub-title {
    font-size: 18px;
    line-height: 32px;
  }
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 39%;
  }
  .slider-v2 .slider-description {
    width: 150px;
  }
  .slider-v2 .swiper-slide .img-slider {
    width: 55%;
  }
  .slider-v2 .counter {
    left: 75%;
  }
  /* mobile menu */
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-menu-text {
    display: none;
  }
  .navigation {
    width: 70px;
    height: 50px;
    border-radius: unset;
  }
  .seen,
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*home centered page*/
  .centered-slider .swiper-scrollbar {
    display: none;
  }
  .centered-slider .swiper-slide .img-slider {
    width: 70%;
    height: 70%;
  }
  /*home carousel page*/
  .carousel-slider .swiper-scrollbar {
    display: none;
  }
  .carousel-slider .swiper-button-next,
  .carousel-slider .swiper-button-prev {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .fun-facts .row > .col-md-4:nth-child(even) {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .experience-section {
    margin-top: 52px;
  }
  .filter-bg {
    margin-bottom: -16px;
    font-size: 120px;
  }
  .s-column {
    width: 99.9%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .wrap-portfolio-link .item-img-link {
    font-size: 26px;
  }
  .arrow-text span img {
    width: 31px;
    height: 33px;
  }
  h2.works-title {
    font-size: 150px;
  }
  .project-row-2 div:nth-child(1) {
    margin-bottom: 52px;
  }
  .header-single-img {
    width: 60%;
  }
  .blog-sidebar {
    margin-bottom: 78px;
  }
  .other-posts {
    padding-top: 78px;
  }
  .other-posts-content div:nth-child(2) {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .blog-grid-sizer {
    width: 99%;
  }
  .blog-grid-item {
    width: 99%;
  }
  .blog-masonry-item {
    padding: 13px;
  }
  .arrows-obj {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .contact-info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .contact-info ul li:nth-child(2) {
    margin: 13px 0 13px 0;
  }
  .blog-single-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 650px) {
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 30%;
  }
  .slider-v2 .swiper-slide .img-slider {
    width: 80%;
  }
  /*home centered page*/
  .centered-slider .swiper-slide .img-slider {
    width: 90%;
    height: 70%;
  }
  .centered-slider .counter {
    bottom: 0;
    left: 70%;
  }
  .centered-slider .counter .swiper-pagination .first-number {
    font-size: 60px;
  }
  .centered-slider .counter .swiper-pagination .pgn-line {
    font-size: 40px;
  }
  .centered-slider .counter .swiper-pagination .second-number {
    font-size: 20px;
  }
  .header-single-img {
    width: 65%;
  }
}
@media (max-width: 575.98px) {
  section {
    padding: 78px 0 78px 0;
  }
  section .title-section {
    margin-bottom: 52px;
  }
  h3 {
    font-size: 30px;
  }
  .landing-about-txt .social-icon {
    margin-top: 52px;
  }
  .animation-tagline {
    margin-top: 130px;
    margin-bottom: 78px;
  }
  .header-logo {
    top: 10px;
  }
  .header-logo img {
    height: 52px;
  }
  .wrap-slider-content .slider-content {
    width: 100%;
  }
  .slider-v2 .swiper-slide .wrap-slider-content .slider-content {
    right: 0;
  }
  .slider-v2 .slider-description {
    display: none;
  }
  .slider-v2 .swiper-slide .img-slider {
    width: 90%;
  }
  .slider-v2 .counter .swiper-pagination .first-number {
    font-size: 100px;
    font-weight: 200;
  }
  .slider-v2 .counter {
    left: 65%;
    bottom: 0px;
  }
  .slider-v2 .counter .first-number,
  .slider-v2 .counter .pgn-line,
  .slider-v2 .counter .second-number {
    font-size: 30px !important;
    font-weight: 200 !important;
  }
  /*home centered page*/
  .centered-slider .swiper-button-next,
  .centered-slider .swiper-button-prev {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  /*footer*/
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .copyright {
    margin-top: 13px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .filter-bg {
    margin-bottom: -30px;
    font-size: 80px;
  }
  h2.works-title {
    font-size: 120px;
  }
  .vertical-text {
    padding: 26px 52px 52px 52px;
  }
  .vertical-item:after {
    background-color: transparent;
  }
  .grid-item {
    width: 49%;
  }
  .grid-sizer {
    width: 49%;
  }
  .header-single-img {
    width: 70%;
    height: 80%;
  }
  .blog-single-title h2 {
    font-size: 30px;
    width: 90%;
  }
  #loader {
    font-size: 32px;
    letter-spacing: 10px;
  }
}
@media (max-width: 379.98px) {
  .centered-slider .counter {
    left: 60%;
  }
  .team-slider .swiper-slide {
    height: 400px;
  }
  .filter-bg {
    margin-bottom: -30px;
    font-size: 80px;
  }
  .grid-item {
    width: 99%;
  }
  .grid-sizer {
    width: 99%;
  }
  .header-single-img {
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
