@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Uifolio
    Theme URI: http://
    Description: Creative Agency & Portfolio
    Author: UI-ThemeZ
    Author URI: http://themeforest.net/user/UI-ThemeZ
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* Variables
-----------------------------------------------------------------*/
:root {
  --base-color: #0011FF;
  --white: #ffffff;
  --black: #000000;
  --alt-black: #111111;
  --red: #dc3131;
  --light-red: #feedec;
  --light-yellow: #F9FFE3;
  --light-green: #D3F4DA;
  --green: #2ebb79;
  --crusoe-green: #AFFF54;
  --yellow: #F9DB57;
  --dark-gray: #232323;
  --medium-gray: #717580;
  --extra-medium-gray: #BEBEBE;
  --light-gray: #a8a8a8;
  --very-light-gray: #f7f7f7;
  --light-medium-gray: #eaeaeb;
  --charcoal-blue: #202329;
  --slate-blue: #262b35;
  --medium-slate-blue: #374162;
  --extra-medium-slate-blue: #23262d;
  --dark-slate-blue: #1f232c;
  --extra-dark-slate-blue: #121418;
  --extra-very-slate-blue: #1b1b1b;
  --tussock-yellow: #FDE133;
  --aluminium-grey:#80858F;
  --solitude-blue:#f0f4fd;
  --golden-yellow:#fd961e;
  --selago:#eaedff;
  --white-ice:#d8f5ef;
  --cornflower-blue:#445fed;
  --jade:#00AF6B;
  --orange: #ef534b;
  --majorelle-blue: #8088E6;
  --light-majorelle-blue: #f2edfe;
  --spring-wood: #f9f6f3;
  --tropical-blue: #2A51E6;
  --camarone: #85EE00;
  --seal-brown: #0e0708;
  --Wasabi: #8ea63a; }

/* ===================================
    03. Reset
====================================== */
html {
  font-size: 16px; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  background: #fff;
  color: #1f1f1f;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important; }
   body.marketing-agency .main-color, body.freelancer .main-color {
    color: #ef534b; }
   body.freelancer h1, body.freelancer h2, body.freelancer h3, body.freelancer h4, body.freelancer h5, body.freelancer h6 {
    font-family: "Bricolage Grotesque", sans-serif; }
   body.freelancer {
    font-family: "Sora", sans-serif; }
  body .lines {
    position: fixed;
    top: 0;
    height: 100%;
    width: 90%;
    left: 5%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    opacity: .3; }
    body .lines:after, body .lines:before {
      content: '';
      position: absolute;
      top: 0;
      left: 20%;
      width: 20%;
      height: 100%;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      z-index: -1;
      pointer-events: none; }
    body .lines:before {
      left: auto;
      right: 20%; }
  body .blur-div {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100px;
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
    -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999; }

.play-text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400; }

section {
  padding-top: 120px;
  padding-bottom: 120px; }

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

ul li {
  list-style: none; }

ul.rest {
  margin: 0;
  padding: 0; }

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.accordion,
.accordion-item {
  color: inherit !important; }

@media (min-width: 1400px) {
  .container, .container-xxl {
    max-width: 1200px; } }

.social-icon-circle a:hover {
  background: #fff;
  color: #171717; }

/* ====================================================================================
    03. Loop - Padding, margin, position, font weight, min height, opacity and z-index
======================================================================================= */
/* Padding and margin */

.p-40px {
  padding: 40px !important; }

.p-1 {
  padding: 1% !important; }

.pt-30px {
  padding-top: 30px !important; }

.pt-40px {
  padding-top: 40px !important; }

.pt-50px {
  padding-top: 50px !important; }

.pt-80px {
  padding-top: 80px !important; }

.pr-30px {
  padding-right: 30px !important; }

.pb-30px {
  padding-bottom: 30px !important; }

.pb-40px {
  padding-bottom: 40px !important; }

.pb-50px {
  padding-bottom: 50px !important; }

.pb-60px {
  padding-bottom: 60px !important; }

.pb-80px {
  padding-bottom: 80px !important; }

.pl-30px {
  padding-left: 30px !important; }

.pl-40px {
  padding-left: 40px !important; }

.mt-5px {
  margin-top: 5px !important; }

.mt-10px {
  margin-top: 10px !important; }

.mt-15px {
  margin-top: 15px !important; }

.mt-20px {
  margin-top: 20px !important; }

.mt-25px {
  margin-top: 25px !important; }

.mt-30px {
  margin-top: 30px !important; }

.mt-40px {
  margin-top: 40px !important; }

.mt-50px {
  margin-top: 50px !important; }

.mt-60px {
  margin-top: 60px !important; }

.mt-80px {
  margin-top: 80px !important; }

.mr-5px {
  margin-right: 5px !important; }

.mr-10px {
  margin-right: 10px !important; }

.mr-15px {
  margin-right: 15px !important; }

.mr-30px {
  margin-right: 30px !important; }

.mb-5px {
  margin-bottom: 5px !important; }

.mb-10px {
  margin-bottom: 10px !important; }

.mb-15px {
  margin-bottom: 15px !important; }

.mb-20px {
  margin-bottom: 20px !important; }

.mb-25px {
  margin-bottom: 25px !important; }

.mb-30px {
  margin-bottom: 30px !important; }

.mb-40px {
  margin-bottom: 40px !important; }

.mb-50px {
  margin-bottom: 50px !important; }

.mb-60px {
  margin-bottom: 60px !important; }

.mb-70px {
  margin-bottom: 70px !important; }

.mb-80px {
  margin-bottom: 80px !important; }

.ml-5px {
  margin-left: 5px !important; }

.ml-15px {
  margin-left: 15px !important; }

.ml-20px {
  margin-left: 20px !important; }

.ml-50px {
  margin-left: 50px !important; }

.ml-70px {
  margin-left: 70px !important; }

/* Position */

/* Font weight */

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

/* Min height */

/* Opacity */

.opacity-6 {
  opacity: .6; }

.opacity-7 {
  opacity: .7; }

/* Z-index */

/* ===================================
    04. General
====================================== */

/* border line */
.line-top {
  border-top: 1px solid; }

.line-bottom {
  border-bottom: 1px solid; }

.line-left {
  border-left: 1px solid; }

/* Separator line */

/* Separator line size */

/* Opacity */

/* social-icon-circle */
.social-icon-circle a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 12px; }

.social-icon-circle.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed; }
  .social-icon-circle.vertical span {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 15px; }

/* social-icon-square */

/* section lines */

/* Tabs */
.tab-content {
  display: none; }
  .tab-content.current {
    display: block; }

/* Accordion */
.accordion-item {
  border: 0;
  border-radius: 0; }

.accordion-button,
.accordion-button:not(.collapsed) {
  color: inherit;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0; }
  .accordion-button .row,
  .accordion-button:not(.collapsed) .row {
    width: 100%; }
  .accordion-button:after,
  .accordion-button:not(.collapsed):after {
    display: none; }

/* Marquee */

.list-dot {
  margin: 0;
  padding: 0; }
  .list-dot li {
    position: relative; }
    .list-dot li:before {
      content: '';
      position: relative;
      width: 5px;
      height: 5px;
      background: #0f130f;
      border-radius: 50%;
      margin-right: 10px;
      display: inline-block; }
  .list-dot.dark-style li:before {
    background: #000000; }

.nowrap {
  white-space: nowrap; }

.text-indent {
  text-indent: 15%; }

.o-hidden {
  overflow: hidden; }

.d-block {
  display: block; }

.d-inline {
  display: inline-block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ml-auto {
  margin-left: auto; }

/* Skrollr */

/* Transform */

/* Transition */
.transition {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  -o-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1); }

/* Pointer events */

.underline {
  text-decoration: underline; }

/* Users */

/* progress */

/* accordion */
.accordion-style1 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  background: transparent; }
  .accordion-style1 .accordion-item .icon-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 10px; }
  .accordion-style1 .accordion-item .accordion-button:not(.collapsed) .icon-arrow {
    border-color: rgba(0, 0, 0, 0.2); }

.accordion-style1 .accordion-header .tags a {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0 -5px; }

.accordion-style1.bord-style2 .accordion-item {
  border-color: rgba(255, 255, 255, 0.1); }
  .accordion-style1.bord-style2 .accordion-item .accordion-button:not(.collapsed) .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.accordion-style1.bord-style2 .accordion-body {
  padding: 0; }

.accordion-style2 .accordion-item {
  padding: 25px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.03);
  border: 0; }
  .accordion-style2 .accordion-item .accordion-button:not(.collapsed) .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordion-style2 .accordion-item.active h6 {
    font-weight: 600; }
  .accordion-style2 .accordion-item .accordion-body {
    padding: 15px 0 0; }

/* Overflow */

/* Overlap section */

/* Tags */
.tags-style1 {
  font-size: 14px; }
  .tags-style1 span, .tags-style1 a {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    margin-top: 5px; }

.v-align-between {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* CSS filter */

/* Input */
input, select, textarea {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal; }

#apply_fit,
#form_message {
  resize: vertical; }

input:focus, select:focus, textarea:focus {
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--medium-gray); }

/* Select */
.select {
  position: relative; }
  .select:after {
    content: "\e842";
    font-family: feather !important;
    right: 20px;
    top: 50%;
    height: 34px;
    position: absolute;
    pointer-events: none;
    font-size: 22px;
    margin-top: -15px; }

/* Input size */

.main-marq {
  position: relative;
  padding: 0;
  overflow: hidden !important; }
  .main-marq .box h2, .main-marq .box h3, .main-marq .box h4, .main-marq .box h5 {
    white-space: nowrap; }
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.slide-har {
  position: relative; }
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 80s linear infinite;
    animation: slide-har 80s linear infinite; }
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 80s linear infinite;
    animation: slide-har-revers 80s linear infinite; }

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

/* Stroke Text */

.stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000; }

/* Swiper controls */
.swiper-contr-style1 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  .swiper-contr-style1 .swiper-pagination {
    position: static;
    margin: -4px 15px 0; }
    .swiper-contr-style1 .swiper-pagination span {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .swiper-contr-style1 .swiper-pagination .swiper-pagination-bullet-active {
      background: #111; }
  .swiper-contr-style1 .swiper-button-prev,
  .swiper-contr-style1 .swiper-button-next {
    position: static;
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
    color: inherit; }
    .swiper-contr-style1 .swiper-button-prev:after,
    .swiper-contr-style1 .swiper-button-next:after {
      font-size: 13px; }

.swiper-contr-style2 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .swiper-contr-style2 .swiper-pagination {
    position: static;
    margin: 0px 15px 0;
    font-size: 14px; }
    .swiper-contr-style2 .swiper-pagination span {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .swiper-contr-style2 .swiper-pagination .swiper-pagination-bullet-active {
      background: #111; }
    .swiper-contr-style2 .swiper-pagination .swiper-pagination-current {
      position: relative;
      padding-right: 30px; }
      .swiper-contr-style2 .swiper-pagination .swiper-pagination-current:after {
        content: '/';
        position: absolute;
        right: 0;
        top: -1px; }
  .swiper-contr-style2 .swiper-button-prev,
  .swiper-contr-style2 .swiper-button-next {
    position: static;
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
    color: inherit; }
    .swiper-contr-style2 .swiper-button-prev:after,
    .swiper-contr-style2 .swiper-button-next:after {
      font-size: 13px; }

.swiper-contr-style3 {
  position: relative; }
  .swiper-contr-style3 .swiper-pagination {
    position: static;
    margin: -4px 15px 0; }
    .swiper-contr-style3 .swiper-pagination span {
      margin: 0 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .swiper-contr-style3 .swiper-pagination .swiper-pagination-bullet-active {
      background: #111; }
  .swiper-contr-style3 .swiper-button-prev,
  .swiper-contr-style3 .swiper-button-next {
    position: static;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    color: inherit; }
    .swiper-contr-style3 .swiper-button-prev:after,
    .swiper-contr-style3 .swiper-button-next:after {
      font-size: 13px; }
    .swiper-contr-style3 .swiper-button-prev:hover,
    .swiper-contr-style3 .swiper-button-next:hover {
      background: #000000;
      color: #ffffff; }

/* Swiper width auto */
.swiper-width-auto .swiper-slide {
  width: auto; }

/* Full screen */

/* Will change */

/* Float animation */

/* Zoom animation */

/* ===================================
    06. Background and border
====================================== */
/* Background color */

/* Background image */
.bg-img {
  background-size: cover !important; }

.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.background-position-center {
  background-position: center; }

/* Background size */

/* Border style */

/* Border color */

.border-color-transparent-white-light {
  border-color: rgba(0, 0, 0, 0.1); }

/* Border radius */
.border-radius-0px {
  border-radius: 0; }

.border-radius-5px {
  border-radius: 5px; }

.border-radius-15px {
  border-radius: 15px; }

.border-radius-50 {
  border-radius: 50%; }

/* Parallax background */
.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  -o-transition-timing-function: none;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-duration: 0s; }

/* ===================================
    07. Width
====================================== */

.w-15px {
  width: 15px; }

.w-50px {
  width: 50px; }

.w-60px {
  width: 60px; }

.w-90px {
  width: 90px; }

.w-100px {
  width: 100px; }

.w-160px {
  width: 160px; }

.w-100 {
  width: 100%; }

/* ===================================
    08. Height
====================================== */

.h-60px {
  height: 60px; }

.h-250px {
  height: 250px; }

.h-350px {
  height: 350px; }

.h-400px {
  height: 400px; }

.h-450px {
  height: 450px; }

.h-500px {
  height: 500px; }

.h-600px {
  height: 600px; }

/* Screen height */

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto; } }

/* overlay dark&light */
[data-overlay-dark] {
  position: relative; }

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl {
  position: relative;
  z-index: 7; }

[data-overlay-dark]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

[data-overlay-dark]:before {
  background: #141414; }

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff; }

[data-overlay-dark="0"]:before {
  opacity: 0; }

[data-overlay-dark="1"]:before {
  opacity: .1; }

[data-overlay-dark="2"]:before {
  opacity: .2; }

[data-overlay-dark="3"]:before {
  opacity: .3; }

[data-overlay-dark="4"]:before {
  opacity: .4; }

[data-overlay-dark="5"]:before {
  opacity: .5; }

[data-overlay-dark="6"]:before {
  opacity: .6; }

[data-overlay-dark="7"]:before {
  opacity: .7; }

[data-overlay-dark="8"]:before {
  opacity: .8; }

[data-overlay-dark="9"]:before {
  opacity: .9; }

[data-overlay-dark="10"]:before {
  opacity: 1; }

/* Grid */
.row.sm-marg {
  margin-left: -5px;
  margin-right: -5px; }
  .row.sm-marg > * {
    padding-left: 5px;
    padding-right: 5px; }

.row.md-marg {
  margin-left: -25px;
  margin-right: -25px; }
  .row.md-marg > * {
    padding-left: 25px;
    padding-right: 25px; }

.container-xxl {
  max-width: 1440px; }

.container {
  max-width: 1320px; }

/* ===================================
    06. Typography
====================================== */
/* Heading */
h1, .h1 {
  font-size: 64px; }

h2, .h2 {
  font-size: 48px; }

h3, .h3 {
  font-size: 36px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 28px; }

h6 {
  font-size: 22px; }

.lg-text {
  font-size: 96px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 500; }

p {
  color: #808080;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 0; }

span, a {
  display: inline-block; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit; }

/* Font custom */
.font-style-italic {
  font-style: italic; }

.hover-text {
  display: none; }

b, strong {
  font-weight: 700; }

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

.word-break-normal {
  word-break: normal; }

.text-align-center {
  text-align: center; }

/* Font size */

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-28 {
  font-size: 28px !important; }

.fs-30 {
  font-size: 30px !important; }

.fs-32 {
  font-size: 32px !important; }

.fs-40 {
  font-size: 40px !important; }

.fs-50 {
  font-size: 50px !important; }

.fs-65 {
  font-size: 65px !important; }

.fs-70 {
  font-size: 70px !important; }

.fs-80 {
  font-size: 80px !important; }

.fs-100 {
  font-size: 100px !important; }

.fs-250 {
  font-size: 15.625rem; }

/* Line height */

/* Text stroke width */

/* Letter spacing */

.ls-1px {
  letter-spacing: 1px !important; }

/* Icon size */

/* ===================================
    Buttons
====================================== */
.butn {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .butn.butn-full {
    padding: 14px 30px;
    width: 100%;
    text-align: center; }
  .butn.hover-light:hover {
    background: #fff;
    border-color: #fff;
    color: #1d1d1d; }
  .butn.hover-light2:hover {
    background: #eee;
    border-color: #eee;
    color: #1d1d1d; }
  .butn.hover-dark:hover {
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff; }

.butn-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #141414;
  border-radius: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .butn-circle svg path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .butn-circle:hover {
    background: #141414;
    color: #fff; }
    .butn-circle:hover svg path {
      stroke: #fff; }

.butn-arrow-circle {
  padding: 4px 4px 4px 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 30px; }
  .butn-arrow-circle .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-left: 20px; }

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999; }

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1; }

.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 50px;
  height: 50px; }
  .rolling-text.butn {
    padding: 0 35px; }

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1); }

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s; }

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s; }

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s; }

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s; }

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s; }

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s; }

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s; }

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s; }

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s; }

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s; }

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s; }

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s; }

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s; }

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s; }

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s; }

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s; }

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  mix-blend-mode: difference; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ccc;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

/* Extra
-----------------------------------------------------------------*/

.main-marq {
  position: relative;
  padding: 0; }
  .main-marq:after {
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: -o-linear-gradient(right, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818);
    background: linear-gradient(to left, #181818, rgba(255, 255, 255, 0) 220px, rgba(255, 255, 255, 0) calc(100% - 220px), #181818); }
  .main-marq.xlrg .box .item {
    padding: 0 30px; }
    .main-marq.xlrg .box .item h4 {
      font-size: 10vw; }
  .main-marq .slide-har {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-marq .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .main-marq .box .item {
      padding: 0 30px; }
      .main-marq .box .item h4 {
        white-space: nowrap;
        margin: 0; }
        .main-marq .box .item h4 .icon {
          margin-bottom: -15px; }
      .main-marq .box .item h2 {
        margin: 0; }
      .main-marq .box .item:nth-of-type(even) h4 {
        color: transparent;
        -webkit-text-stroke: 0.5px #1d1d1d; }
        .main-marq .box .item:nth-of-type(even) h4 a {
          color: transparent;
          -webkit-text-stroke: 0.5px #1d1d1d; }
    .main-marq .box:last-of-type .item:nth-of-type(even) h4 {
      color: #1d1d1d;
      -webkit-text-stroke: 0; }
      .main-marq .box:last-of-type .item:nth-of-type(even) h4 a {
        color: #1d1d1d;
        -webkit-text-stroke: 0; }
    .main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
      color: transparent;
      -webkit-text-stroke: 1px #1d1d1d; }
      .main-marq .box:last-of-type .item:nth-of-type(odd) h4 a {
        color: transparent;
        -webkit-text-stroke: 1px #1d1d1d; }

.slide-har {
  position: relative; }
  .slide-har.st1 .box {
    position: relative;
    -webkit-animation: slide-har 100s linear infinite;
    animation: slide-har 100s linear infinite; }
  .slide-har.st2 .box {
    position: relative;
    -webkit-animation: slide-har-revers 100s linear infinite;
    animation: slide-har-revers 100s linear infinite; }

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

/* Preloader
-----------------------------------------------------------------*/
body.loaded {
  overflow: hidden !important;
  height: 100% !important; }

.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  z-index: 99999999999999; }

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #1d1d1d; }

.loader-wrap .loader-wrap-heading .load-text {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 20; }

.load-text span {
  -webkit-animation: loading .30s infinite alternate;
  animation: loading 1s infinite alternate; }

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes loading {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark] {
  position: relative; }

[data-overlay-dark] .container,
[data-overlay-dark] .container-xxl {
  position: relative;
  z-index: 7; }

[data-overlay-dark]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; }

[data-overlay-dark]:before {
  background: #1d1d1d; }

[data-overlay-dark],
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff; }

[data-overlay-dark="0"]:before {
  opacity: 0; }

[data-overlay-dark="1"]:before {
  opacity: .1; }

[data-overlay-dark="2"]:before {
  opacity: .2; }

[data-overlay-dark="3"]:before {
  opacity: .3; }

[data-overlay-dark="4"]:before {
  opacity: .4; }

[data-overlay-dark="5"]:before {
  opacity: .5; }

[data-overlay-dark="6"]:before {
  opacity: .6; }

[data-overlay-dark="7"]:before {
  opacity: .7; }

[data-overlay-dark="8"]:before {
  opacity: .8; }

[data-overlay-dark="9"]:before {
  opacity: .9; }

[data-overlay-dark="10"]:before {
  opacity: 1; }

/* ====================== [ End Overlay ] ====================== */
/* Menu
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999; }
  .navbar.static {
    position: relative; }
  .navbar.bord {
    border-color: rgba(0, 0, 0, 0.05); }
  .navbar.blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
  .navbar.nav-scroll {
    border-color: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px); }
  .navbar .icon-bar {
    color: #1f1f1f; }
  .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    color: #1f1f1f;
    padding: 20px 10px 15px 10px;
    margin: 0 15px; }
    .navbar .navbar-nav .nav-link .rolling-text {
      height: 30px;
      line-height: 30px; }
  .navbar .navbar-nav.light .nav-link {
    color: #fff; }
  .navbar .navbar-nav .dropdown-menu {
    padding: 10px 5px;
    border: 1px solid #eee; }
  .navbar .dropdown-menu {
    display: block;
    position: absolute;
    top: 75px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #1f1f1f;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    min-width: 255px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .navbar .dropdown-menu.show {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .navbar .dropdown-menu.show-left .dropdown-item .dropdown-side {
      left: auto;
      right: 248px; }
    .navbar .dropdown-menu .dropdown-item {
      font-size: 14px;
      color: #1f1f1f;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      padding: 10px 25px;
      position: relative; }
      .navbar .dropdown-menu .dropdown-item .dropdown-side {
        position: absolute;
        left: 248px;
        top: -15px;
        display: block;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #eee;
        border-radius: 5px;
        background: #fff;
        width: 240px;
        padding: 20px 0px;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
      .navbar .dropdown-menu .dropdown-item .icon-arrow {
        position: absolute;
        right: 15px; }
      .navbar .dropdown-menu .dropdown-item:after {
        content: '';
        width: 0px;
        height: 1px;
        background: #000;
        position: absolute;
        left: 10px;
        top: 18px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .navbar .dropdown-menu .dropdown-item:hover {
        padding-left: 30px;
        background: transparent; }
        .navbar .dropdown-menu .dropdown-item:hover:after {
          width: 10px; }
  .navbar .no-relative {
    position: static; }
  .navbar .dropdown {
    position: static; }
  .navbar .mega-menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    background: transparent; }
    .navbar .mega-menu .container {
      padding: 40px !important;
      border: 1px solid #393939;
      background: #252424;
      border-radius: 5px; }
    .navbar .mega-menu .title {
      margin-bottom: 20px; }
      .navbar .mega-menu .title .sub-title {
        font-weight: 600; }
    .navbar .mega-menu .item-img .img {
      border-radius: 5px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.05); }
  .navbar .logo {
    position: relative; }
  .navbar .contact-button {
    position: relative; }
    .navbar .contact-button .butn {
      background: transparent;
      color: #808080;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 12px 25px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .navbar .contact-button .butn:hover {
        background: 1d1d1d;
        color: #1d1d1d; }
  .navbar .menu-icon {
    padding: 25px 30px; }
  .navbar .dropdown-toggle:after {
    margin-left: 5px;
    vertical-align: 12px; }

/* Titles
-----------------------------------------------------------------*/
.sec-head {
  padding-bottom: 60px;
  position: relative; }
  .sec-head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #000;
    height: 40px;
    opacity: .3; }

.sm-title-dot {
  position: relative; }
  .sm-title-dot:before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 20px; }

/* About Intro
-----------------------------------------------------------------*/

.intro-style2 .fs-250 {
  position: relative;
  display: inline-block;
  line-height: 1; }
  .intro-style2 .fs-250 span {
    position: absolute;
    top: 40px;
    right: -30px;
    font-size: 30px; }

.img-bord-color {
  border-bottom: 10px solid #ef534b; }

.skills .tag {
  padding: 5px 10px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 12px;
  margin: 4px 0; }

/* Blog
-----------------------------------------------------------------*/
.blog-style1 .item {
  position: relative; }
  .blog-style1 .item:hover .date {
    opacity: 0; }
  .blog-style1 .item:hover .icon span {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .blog-style1 .item .fit-img {
    position: relative; }
  .blog-style1 .item .date {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    padding: 15px;
    color: #000;
    z-index: 4;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .blog-style1 .item .date div {
      width: 60px;
      height: 60px;
      text-align: center;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      font-size: 12px; }
      .blog-style1 .item .date div i {
        display: block;
        font-size: 18px;
        font-weight: 500; }
  .blog-style1 .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px; }
    .blog-style1 .item .icon:before {
      position: absolute;
      content: "";
      bottom: 6px;
      left: -20px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      -webkit-box-shadow: 6px 6px 0 6px #fff;
      box-shadow: 6px 6px 0 6px #fff; }
    .blog-style1 .item .icon:after {
      position: absolute;
      content: "";
      top: -20px;
      right: 6px;
      background: transparent;
      width: 20px;
      height: 20px;
      border-bottom-right-radius: 20px;
      -webkit-box-shadow: 6px 6px 0 6px #fff;
      box-shadow: 6px 6px 0 6px #fff; }
    .blog-style1 .item .icon span {
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background: #000;
      border-radius: 50%;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .blog-style1 .item .icon span svg {
        width: 15px;
        fill: #fff; }
  .blog-style1 .item .text {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .blog-style1 .item .date-show {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #171717;
    text-align: center;
    padding: 15px 10px;
    border-radius: 5px; }
    .blog-style1 .item .date-show span {
      font-size: 30px;
      font-weight: 500;
      display: block; }

.blog-style2 .item .text {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar .search-box {
  position: relative; }
  .sidebar .search-box input {
    color: #4a4a4a;
    padding: 15px;
    border: 1px solid #bcbcbc;
    border-radius: 35px;
    width: 100%;
    background: transparent; }
    .sidebar .search-box input:focus {
      border-color: #bcbcbc; }
  .sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    border: #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    background: #ffffff

  }

.sidebar .widget {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05); }
  .sidebar .widget .title-widget {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px; }
  .sidebar .widget.catogry li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px; }
    .sidebar .widget.catogry li:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget.catogry li:hover {
      background: rgba(255, 255, 255, 0.02); }
  .sidebar .widget.last-post-thum .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .sidebar .widget.last-post-thum .item:last-of-type {
      margin-bottom: 0; }
    .sidebar .widget.last-post-thum .item:hover .img a .date {
      opacity: 1; }
    .sidebar .widget.last-post-thum .item .img {
      width: 90px;
      height: 100px;
      border-radius: 5px;
      overflow: hidden; }
      .sidebar .widget.last-post-thum .item .img a {
        width: 100%;
        height: 100%;
        position: relative; }
        .sidebar .widget.last-post-thum .item .img a .date {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 12px;
          width: 60px;
          height: 60px;
          text-align: center;
          background: rgba(0, 0, 0, 0.1);
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          border-radius: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 3;
          opacity: 0;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
          .sidebar .widget.last-post-thum .item .img a .date span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            line-height: 1; }
      .sidebar .widget.last-post-thum .item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .sidebar .widget.last-post-thum .item .cont {
      padding-left: 25px; }
      .sidebar .widget.last-post-thum .item .cont h6 {
        font-size: 17px; }
      .sidebar .widget.last-post-thum .item .cont .tag {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.03);
        margin-bottom: 10px; }
  .sidebar .widget.tags a {
    padding: 8px 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.02);
    margin: 2px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .sidebar .widget.tags a:hover {
      background: #ef534b; }

.blog-header .tag a {
  padding: 8px 20px;
  background: #ef534b;
  border-radius: 30px; }

.blog-header .background {
  height: 400px; }

.main-post .spec-letter {
  font-size: 60px;
  line-height: 50px;
  padding-right: 10px;
  float: left; }

.main-post .post-qoute {
  position: relative;
  padding: 40px;
  padding-left: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .main-post .post-qoute h6 {
    position: relative; }
    .main-post .post-qoute h6:before {
      content: '“';
      position: absolute;
      top: 80px;
      left: -100px;
      font-size: 180px;
      font-family: Poppins;
      line-height: 0; }

.main-post .iner-img {
  height: 400px; }
  .main-post .iner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

.main-post .info-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .main-post .info-area .tags span,
  .main-post .info-area .share-icon span {
    font-size: 14px;
    margin-right: 5px;
    opacity: .7; }
  .main-post .info-area .tags a,
  .main-post .info-area .share-icon a {
    padding: 7px 20px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .main-post .info-area .tags a:hover,
    .main-post .info-area .share-icon a:hover {
      background: #ef534b;
      color: #fff; }
  .main-post .info-area .share-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    text-align: center;
    padding: 0; }

.comments-from input,
.comments-from textarea {
  width: 100%;
  border: 1px solid rgba(203, 203, 203);
  border-radius: 30px;
  background: transparent;
  color: #555555;
  padding: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from input:focus,
  .comments-from textarea:focus {
    border-color: #cbcbcb; }

.comments-from textarea {
  min-height: 180px; }

.comments-from button {
  padding: 15px 35px;
  width: 100%;
  background: rgba(221, 221, 221);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .comments-from button .text {
    position: relative;
    z-index: 4; }
  .comments-from button:hover {
    color: #ffffff;
    background: #ef534b; }

/* Clients
-----------------------------------------------------------------*/
.clients-ds .item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px; }
  .clients-ds .item .text-center {
    width: 100%; }
  .clients-ds .item .img {
    max-width: 100px;
    margin: auto;
    opacity: .5; }
  .clients-ds .item p {
    margin-top: 30px; }
  .clients-ds .item:hover .img {
    opacity: 1; }

.marq-brand .item-marq {
  padding: 0;
  text-align: center; }
  .marq-brand .item-marq a {
    width: 320px;
    height: 180px;
    line-height: 180px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .marq-brand .item-marq a img {
      vertical-align: middle;
      width: 120px;
      opacity: .5;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .marq-brand .item-marq a:hover {
      background: transparent;
      border-color: rgba(0, 0, 0, 0.1); }
      .marq-brand .item-marq a:hover img {
        opacity: 1; }

.marq-brand .item {
  padding: 0 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.marq-brand a {
  width: 100px; }
  .marq-brand a:hover img {
    opacity: 1; }
  .marq-brand a img {
    vertical-align: middle;
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

/* Contact
-----------------------------------------------------------------*/
.contact input,
.contact textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #000000;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact input:focus,
  .contact textarea:focus {
    border-color: #000000; }

.contact textarea {
  min-height: 300px; }

.contact button {
  border-radius: 30px;
  border: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .contact button:hover {
    background: #ef534b;
    color: #fff; }

.contact .country-code-select.contact-phone-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 0 30px;
  -webkit-transition: border-color .4s;
  -o-transition: border-color .4s;
  transition: border-color .4s; }
  .contact .country-code-select.contact-phone-field.open,
  .contact .country-code-select.contact-phone-field:focus-within {
    border-color: rgba(0, 0, 0, 0.35); }

.contact .contact-phone-field .country-code-toggle {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  padding: 15px 10px 15px 0;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px; }
  .contact .contact-phone-field .country-code-toggle:hover,
  .contact .contact-phone-field .country-code-toggle:focus {
    background: transparent;
    color: #000000; }
  .contact .contact-phone-field .country-code-toggle i {
    font-size: 11px;
    opacity: .45;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
.contact .country-code-select.open .country-code-toggle i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.contact .contact-phone-field .phone-divider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
  width: 1px;
  align-self: stretch;
  margin: 14px 0;
  background: rgba(0, 0, 0, 0.12); }

.contact .contact-phone-field input[type="tel"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 15px 0 15px 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }
  .contact .contact-phone-field input[type="tel"]:focus {
    border: 0; }

.contact .country-code-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 260px;
  max-width: 80vw;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear .25s;
  transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear .25s;
  -o-transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s, -webkit-transform .25s ease; }
.contact .country-code-select.open .country-code-panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear 0s;
  transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear 0s;
  -o-transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s;
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s, -webkit-transform .25s ease; }

.contact .country-code-search {
  width: 100% !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 20px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 13px !important;
  margin-bottom: 10px; }

.contact .country-code-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto; }
  .contact .country-code-list li {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    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;
    gap: 10px;
    cursor: pointer;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease; }
    .contact .country-code-list li:hover,
    .contact .country-code-list li.selected {
      background: rgba(0, 0, 0, 0.05); }
    .contact .country-code-list li span {
      opacity: .55;
      font-size: 13px; }
    .contact .country-code-list li.no-match {
      cursor: default;
      text-align: center;
      opacity: .5;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .contact .country-code-list li.no-match:hover {
        background: transparent; }

button[data-apply-job] {
  border-radius: 30px;
  border: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  button[data-apply-job]:hover {
    background: #ef534b;
    color: #fff; }

.contact .info-box {
  padding: 80px 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  overflow: hidden; }
  .contact .info-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .3;
    z-index: -1; }
  .contact .info-box .phone {
    color: #ef534b;
    font-size: 22px; }

.contact .form2 input,
.contact .form2 textarea {
  padding: 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 30px; }

.google-map {
  height: 450px;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Pricing
-----------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------*/
.call-action-style2 {
  position: relative; }
  .call-action-style2:hover .butn-call {
    opacity: 1; }
  .call-action-style2 .butn-call {
    background: #ef534b;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0; }
  .call-action-style2 .lg-text .item-marq {
    padding: 0 50px; }
    .call-action-style2 .lg-text .item-marq:nth-of-type(odd) h2 {
      -webkit-text-fill-color: #000; }
  .call-action-style2 .lg-text h2 {
    font-size: 14vw;
    color: #000;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    width: 120%;
    text-align: center;
    line-height: 1; }

footer .social-icon-circle.hover-light a:hover {
  background: #000;
  color: #fff; }

footer .social-icon-circle a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  footer .social-icon-circle a:hover {
    background: #000;
    color: #fff; }

.digital-agency .call-action-style2 .butn-call {
  background: #ef534b; }

.digital-agency .social-icon-circle a:hover {
  background: #ef534b; }

/* Headers
-----------------------------------------------------------------*/
.hero-style1 {
  position: relative;
  padding: 200px 0 120px;
  z-index: 10; }
  .hero-style1 .lg-text h1,
  .hero-style1 .lg-text .brand-marquee-text {
    font-size: 15vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.8rem;
    line-height: .8; }
  .hero-style1 .wrapper-imgs {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 9; }
    .hero-style1 .wrapper-imgs .fit-img {
      width: 80px;
      height: 350px;
      border-radius: 60px;
      margin: 0 5px;
      overflow: hidden;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .hero-style1 .wrapper-imgs .fit-img .info {
        color: #fff;
        position: absolute;
        left: 10px;
        bottom: 10px;
        border-radius: 10px;
        width: calc(100% - 20px);
        padding: 20px 30px;
        background: rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 5;
        opacity: 0; }
  .hero-style1 .cards-wrapper {
    position: relative;
    height: 350px; }
    .hero-style1 .cards-wrapper .fit-img {
      height: 450px;
      overflow: hidden;
      position: relative; }
      .hero-style1 .cards-wrapper .fit-img .info {
        color: #fff;
        position: absolute;
        left: 10px;
        bottom: 10px;
        border-radius: 10px;
        width: calc(100% - 20px);
        padding: 20px 30px;
        background: rgba(0, 0, 0, 0.1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 5; }

.hero-style2 {
  padding: 200px 0 0;
  position: relative; }
  .hero-style2:before {
    content: '';
    position: absolute;
    top: 0;
    left: -6%;
    height: 600px;
    width: 600px;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    display: inline-block;
    background-color: rgba(255, 217, 194);
    border-radius: 30%;
    pointer-events: none; }

.hero-style3 {
  padding: 120px 0 120px; }
  .hero-style3 .caption {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .hero-style3 .container {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative; }
    .hero-style3 .container:after, .hero-style3 .container:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #000000;
      position: absolute;
      top: 0;
      left: -2px; }
    .hero-style3 .container:after {
      top: auto;
      bottom: 0; }
  .hero-style3 h1 {
    font-size: 90px; }
  .hero-style3 .exp {
    margin-right: 80px;
    width: 100%; }
    .hero-style3 .exp h2 {
      font-size: 300px;
      line-height: 1;
      white-space: nowrap;
      position: relative; }
      .hero-style3 .exp h2 span {
        font-size: 14px;
        padding: 14px 30px;
        border-radius: 30px;
        background: #ef534b;
        color: #000;
        position: absolute;
        bottom: 60px;
        right: -20px;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg); }
  .hero-style3 .box1,
  .hero-style3 .box2,
  .hero-style3 .box3,
  .hero-style3 .box4 {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative; }
    .hero-style3 .box1:after, .hero-style3 .box1:before,
    .hero-style3 .box2:after,
    .hero-style3 .box2:before,
    .hero-style3 .box3:after,
    .hero-style3 .box3:before,
    .hero-style3 .box4:after,
    .hero-style3 .box4:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #000000;
      position: absolute;
      top: 0;
      right: -2px; }
    .hero-style3 .box1:after,
    .hero-style3 .box2:after,
    .hero-style3 .box3:after,
    .hero-style3 .box4:after {
      top: auto;
      bottom: 0; }
  .hero-style3 .box3:after {
    right: auto;
    left: -2px;
    bottom: auto;
    top: 0; }
  .hero-style3 .box4:before {
    right: auto;
    left: -2px;
    top: auto;
    bottom: 0; }
  .hero-style3 .box2,
  .hero-style3 .box4 {
    border-right: 0; }
  .hero-style3 .box3,
  .hero-style3 .box4 {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .hero-style3 .lg-text {
    font-size: 22vw;
    line-height: .8;
    position: relative; }
    .hero-style3 .lg-text .img1 {
      width: 160px;
      height: 220px;
      border-radius: 15px;
      position: absolute;
      top: 0;
      left: 15%;
      -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
      z-index: -1;
      overflow: hidden; }
    .hero-style3 .lg-text .img2 {
      width: 160px;
      height: 220px;
      border-radius: 15px;
      position: absolute;
      bottom: 0;
      right: 10%;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg);
      overflow: hidden; }
    .hero-style3 .lg-text .img3 {
      width: 160px;
      height: 220px;
      border-radius: 15px;
      position: absolute;
      top: -100px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      overflow: hidden;
      z-index: -1;
      -webkit-filter: blur(10px);
      filter: blur(10px); }

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  position: absolute;
  top: calc(-1 * 20px / 2);
  left: calc(-1 * 20px / 2); }

.pg-hero {
  padding: 200px 0 0; }
  .pg-hero h1 {
    letter-spacing: -2px; }
  .pg-hero .main-marq {
    margin-bottom: -50px; }
    .pg-hero .main-marq h4 {
      text-transform: uppercase;
      line-height: 1;
      font-size: 12vw !important;
      font-weight: 500; }

/* Faqs
-----------------------------------------------------------------*/
.faq-style1 .accordion-item {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 30px; }
  .faq-style1 .accordion-item h6 {
    font-weight: 300; }
  .faq-style1 .accordion-item.active {
    background: rgba(0, 0, 0, 0.02); }
    .faq-style1 .accordion-item.active h6 {
      font-weight: 500; }

/* Portfolio
-----------------------------------------------------------------*/

.work-style2 {
  position: relative;
  padding-top: 240px !important;
  z-index: 4; }
  .work-style2 .sec-head-crev {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.work-style3 .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.work-style3 .item:hover .fit-img .icon-arrow {
  opacity: 1; }

.work-style3 .item img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.work-style3 .item .fit-img {
  position: relative; }
  .work-style3 .item .fit-img .icon-arrow {
    width: 150px;
    height: 150px;
    line-height: 170px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0; }
    .work-style3 .item .fit-img .icon-arrow svg {
      width: 40px;
      color: #fff; }

.portfolio-crev .work-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.portfolio-crev .item {
  width: 33.333%;
  max-height: 90vh;
  height: 600px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .portfolio-crev .item .bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .portfolio-crev .item .bg-img .cont {
      position: absolute;
      left: 30px;
      bottom: 30px;
      right: 30px;
      padding: 20px;
      border-radius: 10px;
      background: #fff;
      color: #0f0f0f;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .portfolio-crev .item .bg-img .cont h5,
      .portfolio-crev .item .bg-img .cont span {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0; }
      .portfolio-crev .item .bg-img .cont h5 {
        text-decoration: underline;
        margin-bottom: 10px; }
      .portfolio-crev .item .bg-img .cont span {
        color: #494949; }
  .portfolio-crev .item.active {
    width: calc(100vw - 140px*3); }
    .portfolio-crev .item.active .bg-img .cont {
      opacity: 1;
      visibility: visible; }
      .portfolio-crev .item.active .bg-img .cont h5,
      .portfolio-crev .item.active .bg-img .cont span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1; }
      .portfolio-crev .item.active .bg-img .cont h5 {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .portfolio-crev .item.active .bg-img .cont span {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }

.portfolio-elegant .work-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.portfolio-elegant .item {
  width: 25%;
  max-height: 70vh;
  height: 500px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .portfolio-elegant .item .bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden; }
    .portfolio-elegant .item .bg-img .icon-arrow {
      width: 90px;
      height: 90px;
      line-height: 100px;
      text-align: center;
      background: rgba(0, 0, 0, 0.05);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      opacity: 0; }
      .portfolio-elegant .item .bg-img .icon-arrow svg {
        width: 26px;
        color: #fff; }
    .portfolio-elegant .item:hover .bg-img .icon-arrow,
    .portfolio-elegant .item.active .bg-img .icon-arrow {
      opacity: 1; }
  .portfolio-elegant .item .cont {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .portfolio-elegant .item .cont h6 {
      font-size: 18px; }
    .portfolio-elegant .item .cont span {
      opacity: 0;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      color: #1c1c1c; }
  .portfolio-elegant .item.active {
    width: calc(100vw - 140px*3); }
    .portfolio-elegant .item.active .cont span {
      opacity: 1; }

.showcase-full {
  position: relative; }
  .showcase-full .parallax-slider-full .caption {
    position: relative; }
    .showcase-full .parallax-slider-full .caption h1 {
      font-size: 110px;
      position: relative;
      line-height: 1.2; }
  .showcase-full .parallax-slider-full .swiper-slide-active .caption .discover {
    opacity: 1;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s; }
  .showcase-full .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 80px 0; }
    .showcase-full .swiper-slide .bg-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: center center; }
  .showcase-full .caption h6 {
    font-size: 20px;
    font-weight: 400; }
      .showcase-full .dots span.swiper-pagination-bullet-active {
        position: relative; }
        .showcase-full .dots span.swiper-pagination-bullet-active:after {
          content: '';
          position: absolute;
          top: -5px;
          left: -5px;
          right: -5px;
          bottom: -5px;
          border: 1px solid #fff;
          border-radius: 50%; }
  .showcase-full .swiper-button-next:after,
  .showcase-full .swiper-button-prev:after {
    display: none; }

.inter-links-center {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  overflow: auto; }
  .inter-links-center::-webkit-scrollbar {
    width: 0; }
  .inter-links-center::-webkit-scrollbar-track {
    background: transparent; }
  .inter-links-center::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px; }
  .inter-links-center::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .inter-links-center .links-text li {
    padding: 30px 0;
    position: relative;
    z-index: 9; }
    .inter-links-center .links-text li .text {
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-text-stroke: 1px transparent; }
    .inter-links-center .links-text li.no-active {
      opacity: .3; }
      .inter-links-center .links-text li.no-active .text {
        color: transparent;
        -webkit-text-stroke: 1px #fff; }
    .inter-links-center .links-text li h2 {
      font-weight: 700;
      font-size: 80px; }
      .inter-links-center .links-text li h2 a .tag {
        font-size: 14px;
        display: block;
        font-weight: 400; }
      .inter-links-center .links-text li h2 .num {
        font-size: 14px;
        font-weight: 600;
        opacity: .7;
        margin-right: 15px; }
  .inter-links-center .links-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden; }
    .inter-links-center .links-img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1); }
    .inter-links-center .links-img .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1);
      -webkit-transition: all .7s;
      -o-transition: all .7s;
      transition: all .7s; }
      .inter-links-center .links-img .img.current {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .inter-links-center .links-img .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

/* Services
-----------------------------------------------------------------*/
.serv-style1 .item {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .serv-style1 .item .img {
    -webkit-clip-path: polygon(0.057% 7.915%, 0.057% 7.915%, 0.016% 6.68%, 0.093% 5.491%, 0.278% 4.367%, 0.561% 3.328%, 0.933% 2.394%, 1.384% 1.586%, 1.906% 0.922%, 2.489% 0.423%, 3.122% 0.109%, 3.798% 0%, 96.169% 0%, 96.169% 0%, 96.847% 0.11%, 97.484% 0.427%, 98.068% 0.93%, 98.591% 1.599%, 99.043% 2.414%, 99.415% 3.354%, 99.696% 4.4%, 99.878% 5.531%, 99.951% 6.726%, 99.905% 7.966%, 92.486% 94.172%, 92.486% 94.172%, 92.361% 95.151%, 92.165% 96.067%, 91.903% 96.911%, 91.582% 97.673%, 91.208% 98.344%, 90.786% 98.915%, 90.323% 99.375%, 89.825% 99.716%, 89.298% 99.927%, 88.749% 100%, 10.856% 100%, 10.856% 100%, 10.303% 99.927%, 9.774% 99.713%, 9.274% 99.369%, 8.809% 98.904%, 8.386% 98.328%, 8.011% 97.65%, 7.691% 96.881%, 7.43% 96.03%, 7.236% 95.107%, 7.115% 94.122%, 0.057% 7.915%);
    clip-path: polygon(0.057% 7.915%, 0.057% 7.915%, 0.016% 6.68%, 0.093% 5.491%, 0.278% 4.367%, 0.561% 3.328%, 0.933% 2.394%, 1.384% 1.586%, 1.906% 0.922%, 2.489% 0.423%, 3.122% 0.109%, 3.798% 0%, 96.169% 0%, 96.169% 0%, 96.847% 0.11%, 97.484% 0.427%, 98.068% 0.93%, 98.591% 1.599%, 99.043% 2.414%, 99.415% 3.354%, 99.696% 4.4%, 99.878% 5.531%, 99.951% 6.726%, 99.905% 7.966%, 92.486% 94.172%, 92.486% 94.172%, 92.361% 95.151%, 92.165% 96.067%, 91.903% 96.911%, 91.582% 97.673%, 91.208% 98.344%, 90.786% 98.915%, 90.323% 99.375%, 89.825% 99.716%, 89.298% 99.927%, 88.749% 100%, 10.856% 100%, 10.856% 100%, 10.303% 99.927%, 9.774% 99.713%, 9.274% 99.369%, 8.809% 98.904%, 8.386% 98.328%, 8.011% 97.65%, 7.691% 96.881%, 7.43% 96.03%, 7.236% 95.107%, 7.115% 94.122%, 0.057% 7.915%);
    height: 250px;
    overflow: hidden; }
  .serv-style1 .item ul {
    margin: 0; }
    .serv-style1 .item ul li {
      margin-bottom: 20px; }

.serv-style3 .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0 0;
  background: transparent; }
  .serv-style3 .accordion-item .icon-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50%; }
  .serv-style3 .accordion-item.active .icon-arrow {
    border-color: rgba(0, 0, 0, 0.5); }

.serv-style3 .accordion-header h6 {
  color: #ef534b; }

.serv-style3 .accordion-collapse {
  border-radius: 0; }

.serv-style3 .accordion-body {
  padding: 0; }

.serv-style3 .tags a {
  display: block;
  margin-bottom: 10px; }

.serv-style4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .serv-style4 .item {
    padding: 80px 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .serv-style4 .item:last-of-type {
      border-right: 0; }
    .serv-style4 .item .text {
      opacity: 0;
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .serv-style4 .item:hover .text {
      opacity: 1;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }

.process .item {
  padding: 40px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 100%; }
  .process .item span {
    color: #ef534b; }
  .process .item h6 {
    font-size: 26px; }

/* Team
-----------------------------------------------------------------*/
.team-mp .item {
  background: #eee;
  border-radius: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .team-mp .item:hover {
    background: #2d03ff; }
  .team-mp .item .img {
    width: 420px;
    height: 170px;
    overflow: hidden; }
    .team-mp .item .img img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
  .team-mp .item .cont {
    padding: 30px 0 0 50px; }
    .team-mp .item .cont span {
      font-size: 14px;
      color: #1f1f1f;
      margin-top: 15px; }
  .team-mp .item .social-icon {
    padding: 30px 30px 0 0; }
    .team-mp .item .social-icon a {
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      font-size: 14px;
      margin: 0 5px; }
      .team-mp .item .social-icon a:hover {
        background: #fff;
        color: #212121;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }

.team-style2 .caption h2 {
  font-size: 12vw;
  line-height: 1; }

.team-style2 .gallery__item {
  margin-top: -225px;
  position: relative;
  -webkit-transition: -webkit-transform .4s, -webkit-box-shadow .4s;
  transition: transform .4s, box-shadow .4s; }
  .team-style2 .gallery__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .team-style2 .gallery__item:hover {
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25); }
  .team-style2 .gallery__item .icon-arrow {
    width: 150px;
    height: 150px;
    line-height: 170px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0; }
    .team-style2 .gallery__item .icon-arrow svg {
      width: 40px;
      color: #fff; }
  .team-style2 .gallery__item:hover .icon-arrow {
    opacity: 1; }

.team-style2 .item .fit-img {
  position: relative; }
  .team-style2 .item .fit-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1f1f1f));
    background: -webkit-linear-gradient(transparent, #1f1f1f);
    background: -o-linear-gradient(transparent, #1f1f1f);
    background: linear-gradient(transparent, #1f1f1f);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .team-style2 .item .fit-img .cont {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .team-style2 .item .fit-img:hover:after,
  .team-style2 .item .fit-img:hover .cont {
    opacity: 1; }

/* Testimonials
-----------------------------------------------------------------*/
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .testimonials-ds .qoute-icon .text {
    width: 240px; }
  .testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px; }

.testimonials-ds .item .info {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .testimonials-ds .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden; }
  .testimonials-ds .item .info .info-text {
    padding-left: 20px; }
    .testimonials-ds .item .info .info-text p {
      font-size: 14px;
      color: #323232;
      margin-top: 5px; }

.testimonials-ds .swiper {
  position: relative; }
  .testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7px;
      background: #313131; }
      .testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2d03ff; }

.box-lyars {
  background: #eee;
  border-radius: 15px;
  padding: 100px 80px;
  position: relative; }
  .box-lyars .layers {
    position: absolute;
    top: 5px;
    left: 30px;
    right: 30px;
    bottom: -10px;
    background: #eee;
    border-radius: 15px;
    opacity: .7;
    z-index: -1; }
    .box-lyars .layers:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 20px;
      right: 20px;
      bottom: -10px;
      background: #eee;
      border-radius: 15px;
      opacity: .7;
      z-index: -1; }

.testim-style1 {
  position: relative; }
  .testim-style1 .testim-sliders {
    position: relative; }
    .testim-style1 .testim-sliders .main-slider {
      position: relative;
      overflow: hidden; }
      .testim-style1 .testim-sliders .main-slider .swiper-pagination {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        width: auto;
        font-size: 14px; }
        .testim-style1 .testim-sliders .main-slider .swiper-pagination span {
          margin: 0 8px;
          width: 6px;
          height: 6px;
          border-radius: 50%; }
        .testim-style1 .testim-sliders .main-slider .swiper-pagination .swiper-pagination-bullet-active {
          background: #111; }
    .testim-style1 .testim-sliders .thumb-slider {
      position: relative;
      overflow: hidden; }
  .testim-style1 .thumb-side {
    text-align: center; }
    .testim-style1 .thumb-side .swiper-button-prev,
    .testim-style1 .thumb-side .swiper-button-next {
      position: static;
      margin: 0 5px;
      display: inline-block;
      color: inherit;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 50%; }
      .testim-style1 .thumb-side .swiper-button-prev:after,
      .testim-style1 .thumb-side .swiper-button-next:after {
        font-size: 13px; }
      .testim-style1 .thumb-side .swiper-button-prev:hover,
      .testim-style1 .thumb-side .swiper-button-next:hover {
        background: #000;
        color: #fff; }

.testim-style2 .swiper-slide {
  padding: 20px 20px 30px;
  background: #1f1f1f;
  position: relative;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .testim-style2 .swiper-slide p {
    color: #bababa; }
  .testim-style2 .swiper-slide:hover {
    z-index: 3;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important; }
  .testim-style2 .swiper-slide:nth-of-type(even) {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }

.testim-style3 .testim-swiper {
  padding: 0 120px;
  position: relative; }

.testim-style3 .swiper-slide {
  padding: 50px;
  border-radius: 15px;
  background: #252525;
  color: #fff;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .testim-style3 .swiper-slide p {
    color: #bababa; }

.testim-style3 .swiper-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4; }

/* Awards
-----------------------------------------------------------------*/
.award-style1 .item {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .award-style1 .item:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .award-style1 .item:hover {
    padding: 30px;
    background: rgba(0, 0, 0, 0.05); }

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .md-mb30 {
    margin-bottom: 30px; }
  .md-mb40 {
    margin-bottom: 40px; }
  .md-mb50 {
    margin-bottom: 50px !important; }
  .md-hide {
    display: none; }
    .justify-end .swiper-controls {
      margin-top: 30px; }
  .row.sm-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.sm-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  .row.md-marg {
    margin-left: -15px;
    margin-right: -15px; }
    .row.md-marg > * {
      padding-left: 15px;
      padding-right: 15px; }
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 23px; }
  h6 {
    font-size: 20px; }
  .navbar .logo:after {
    display: none; }
  .navbar .contact-button {
    display: none; }
  .navbar .mega-menu .item-img .img {
    display: none; }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
    .navbar .navbar-collapse {
      max-height: 440px;
      overflow: auto; }
      .navbar .navbar-collapse::-webkit-scrollbar {
        display: none; }
    .navbar.nav-scroll {
      padding-top: 15px;
      padding-bottom: 15px; }
    .navbar .container {
      padding: 0;
      width: 100%;
      max-width: 100%; }
    .navbar .mega-menu .container {
      padding: 20px 10px !important; }
    .navbar .logo {
      max-width: 80px !important;
      margin-left: 30px; }
    .navbar .navbar-collapse {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 15px; }
    .navbar .navbar-toggler {
      font-size: 20px;
      border-radius: 0;
      padding: 0;
      margin-right: 30px; }
      .navbar .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        outline: none; }
    .navbar .dropdown-menu {
      display: none; }
      .navbar .dropdown-menu.show {
        display: block;
        position: static; }
    .navbar .dropdown-menu .dropdown-item .dropdown-side {
      display: none;
      position: static;
      width: 100%;
      margin-top: 15px; }
      .navbar .dropdown-menu .dropdown-item .dropdown-side.show {
        display: block; }
    .navbar .navbar-nav .nav-link {
      padding: 15px 30px 10px;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .navbar .navbar-nav .nav-item:last-of-type .nav-link {
      padding-bottom: 0;
      border-bottom: 0; }
    .navbar .navbar-nav .mega-menu {
      width: auto;
      position: static;
      padding: 0; }
      .navbar .navbar-nav .mega-menu .item-img {
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        padding: 10px 25px;
        position: relative; }
        .navbar .navbar-nav .mega-menu .item-img .mt-15 {
          margin-top: 0 !important; }
        .navbar .navbar-nav .mega-menu .item-img:after {
          content: '';
          width: 0px;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 10px;
          top: 18px;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
        .navbar .navbar-nav .mega-menu .item-img:hover {
          padding-left: 30px;
          background: transparent; }
          .navbar .navbar-nav .mega-menu .item-img:hover:after {
            width: 10px; }
  .blur-div {
    display: none; }
  .hero-style2 .fs-80 {
    font-size: 60px !important; }
  .cards-wrapper {
    height: auto !important; }
  .hero-style1 {
    padding-bottom: 0; }
  .hero-style3 .container:after,
  .hero-style3 .container:before,
  .hero-style3 .box1:after,
  .hero-style3 .box1:before,
  .hero-style3 .box2:after,
  .hero-style3 .box2:before,
  .hero-style3 .box3:after,
  .hero-style3 .box3:before,
  .hero-style3 .box4:after,
  .hero-style3 .box4:before,
  .hero-style3 .box4 {
    display: none !important; }
  .hero-style3 .lg-text .img1,
  .hero-style3 .lg-text .img2,
  .hero-style3 .lg-text .img3 {
    width: 100px;
    height: 150px; }
  .portfolio-elegant .work-boxs,
  .portfolio-crev .work-boxs {
    display: block !important; }
  .portfolio-elegant .item,
  .portfolio-elegant .item.active,
  .portfolio-crev .item,
  .portfolio-crev .item.active {
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-bottom: 15px; }
  .portfolio-elegant .item,
  .portfolio-elegant .item.active {
    height: auto;
    min-height: auto;
    margin: 0 0 50px !important; }
    .portfolio-elegant .item .bg-img,
    .portfolio-elegant .item.active .bg-img {
      height: 400px; }
  .team-mp .item .img {
    width: 280px; }
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2; }
  .team-style2 {
    padding: 120px 0 !important; }
    .team-style2 .gallery-wrap {
      display: none !important; }
  .serv-style1 .item ul li {
    display: inline-block;
    margin: 10px !important; }
  .serv-style4 {
    border-bottom: 0; }
    .serv-style4 .item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .testim-style3 .swiper-controls {
    top: auto;
    bottom: -30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .showcase-full .parallax-slider-full .caption h1 {
    font-size: 80px; }
  .slider .parallax-slider-full .swiper-slide .bg-img {
    background-position: center center !important; }
  .inter-links-center .links-text li h2 {
    font-size: 64px; }
  .pg-hero .fs-100 {
    font-size: 80px !important; }
  footer .social-icon-circle,
  footer .item {
    margin-bottom: 50px; } }

@media screen and (max-width: 768px) {
  .sm-mb10 {
    margin-bottom: 10px; }
  .sm-mb30 {
    margin-bottom: 30px; }
  .sm-hide {
    display: none; }
  h1 {
    font-size: 46px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  .progress-wrap {
    display: none; }
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 20px; }
  .hamenu .logo {
    left: 25px; }
  .hamenu .close-menu {
    top: 25px;
    right: 25px; }
  .hamenu .menu-links .main-menu > li .link {
    font-size: 30px; }
  .hamenu .menu-links .main-menu > li .sub-dmenu {
    font-size: 24px; }
  .hamenu .menu-links .main-menu .sub-menu li,
  .hamenu .menu-links .main-menu .sub-menu2 li {
    font-size: 20px; }
  .hero-style2 .fs-80 {
    font-size: 35px !important; }
  .hero-style1 .fs-80 {
    font-size: 45px !important; }
  .hero-style3 {
    padding-bottom: 80px; }
    .hero-style3 .p-40px {
      padding: 30px 20px !important; }
  .hero-style3 h1 {
    font-size: 50px; }
  .hero-style3 .box3 {
    display: block !important; }
  .hero-style3 .exp {
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
    .hero-style3 .exp h2 {
      font-size: 220px; }
  .sec-head-modern .fs-60 {
    font-size: 40px !important; }
  .sec-head-crev .fs-65 {
    font-size: 40px !important; }
  .sec-head-stand .fs-65 {
    font-size: 40px !important; }
  .sec-head-stand .fs-50 {
    font-size: 34px !important; }
  .img-bord-color .h-600px {
    height: 400px; }
  .work-style2 {
    padding-top: 120px !important; }
  
  .work-style3 .item .fit-img {
    height: 400px !important; }
  .box-lyars {
    padding: 100px 20px; }
  .testimonials-ds .qoute-icon .text {
    width: 160px; }
  .testim-style1 .info-text {
    display: block !important; }
  .intro-style2 .fs-60,
  .intro-style3 .fs-60 {
    font-size: 34px !important; }
  .team-mp .item {
    padding: 30px; }
    .team-mp .item .d-flex {
      display: block !important; }
    .team-mp .item .img {
      width: auto;
      height: auto;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      overflow: hidden; }
    .team-mp .item .cont {
      padding: 30px 0 0;
      text-align: center; }
    .team-mp .item .ml-auto {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto !important; }
    .team-mp .item .social-icon {
      padding: 0;
      margin-top: 30px; }
  .testim-style2 .swiper-slide {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important; }
  .testim-style3 .testim-swiper {
    padding: 0; }
  .testim-style3 .swiper-slide {
    padding: 50px 30px; }
  .award-style1 .d-flex {
    display: block !important; }
  .marq-brand .item-marq a {
    width: 200px;
    height: 130px;
    line-height: 130px; }
  .skills .item {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .bg-img.h-600px {
    height: 480px; }
  footer .call-action-style2 .butn-call {
    width: 100px;
    height: 100px;
    line-height: 100px; }
    footer .call-action-style2 .butn-call img {
      width: 30px !important; }
  footer .mt-80px {
    text-align: center;
    margin-top: 30px !important; }
    footer .mt-80px p {
      margin-bottom: 15px; }
  .showcase-full .parallax-slider-full .caption h1 {
    font-size: 45px; }
  .inter-links-center .links-text li h2 {
    font-size: 30px; }
  .pg-hero .fs-100 {
    font-size: 50px !important; }
  .blog-header .info {
    display: block !important; }
  .blog-header .date {
    margin-left: 30px !important; }
  .blog-header .right-info {
    margin: 30px 0 0; }
  .main-post .post-qoute {
    padding: 30px 15px; }
    .main-post .post-qoute h6:before {
      position: relative;
      left: 0; }
  .main-post .info-area {
    display: block !important; }
    .main-post .info-area .tags {
      margin-bottom: 30px; }
  .main-post .post-qoute h6:before {
    top: 70px; } }

/* ====================== [ End Responsive ] ====================== */

/* ====================== [ Start Fullscreen Menu - Fluxr Works ] ====================== */

.menu-toggle-btn {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  margin-left: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1200;
  -webkit-tap-highlight-color: transparent; }
  .menu-toggle-btn .menu-toggle-box {
    position: relative;
    display: block;
    width: 26px;
    height: 16px; }
  .menu-toggle-btn .menu-toggle-inner,
  .menu-toggle-btn .menu-toggle-inner::before,
  .menu-toggle-btn .menu-toggle-inner::after {
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background-color: #1f1f1f;
    -webkit-transition: -webkit-transform .35s ease, opacity .2s ease, background-color .3s ease, top .35s ease;
    transition: transform .35s ease, opacity .2s ease, background-color .3s ease, top .35s ease; }
  .menu-toggle-btn .menu-toggle-inner {
    top: 7px; }
  .menu-toggle-btn .menu-toggle-inner::before {
    content: "";
    top: -7px; }
  .menu-toggle-btn .menu-toggle-inner::after {
    content: "";
    top: 7px; }
  .navbar .navbar-nav.light ~ .menu-toggle-btn .menu-toggle-inner,
  .navbar .navbar-nav.light ~ .menu-toggle-btn .menu-toggle-inner::before,
  .navbar .navbar-nav.light ~ .menu-toggle-btn .menu-toggle-inner::after {
    background-color: #fff; }
  .menu-toggle-btn.active .menu-toggle-inner {
    background-color: transparent; }
  .menu-toggle-btn.active .menu-toggle-inner::before {
    top: 0;
    background-color: #1f1f1f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle-btn.active .menu-toggle-inner::after {
    top: 0;
    background-color: #1f1f1f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: #101012;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .5s ease, visibility 0s linear .5s;
  -o-transition: opacity .5s ease, visibility 0s linear .5s;
  transition: opacity .5s ease, visibility 0s linear .5s; }
  .fullscreen-menu-visual {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    height: 100%;
    overflow: hidden; }
    .fullscreen-menu-visual img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 0;
      -webkit-transition: -webkit-transform 1s ease .1s, opacity .8s ease .1s;
      transition: -webkit-transform 1s ease .1s, opacity .8s ease .1s;
      -o-transition: transform 1s ease .1s, opacity .8s ease .1s;
      transition: transform 1s ease .1s, opacity .8s ease .1s;
      transition: transform 1s ease .1s, opacity .8s ease .1s, -webkit-transform 1s ease .1s; }
    .fullscreen-menu-visual::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(16, 16, 18, 0)), to(#101012));
      background: -o-linear-gradient(left, rgba(16, 16, 18, 0), #101012);
      background: linear-gradient(to right, rgba(16, 16, 18, 0), #101012);
      opacity: .5; }
  .fullscreen-menu.active .fullscreen-menu-visual img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .fullscreen-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease, visibility 0s linear 0s;
    -o-transition: opacity .5s ease, visibility 0s linear 0s;
    transition: opacity .5s ease, visibility 0s linear 0s; }
  .fullscreen-menu-inner {
    position: relative;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 60px;
    overflow-y: auto; }
  .fullscreen-menu-top {
    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; }
    .fullscreen-menu-top .logo img {
      -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .fullscreen-menu-close {
    position: relative;
    width: 46px;
    height: 46px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: border-color .3s ease, -webkit-transform .3s ease;
    transition: border-color .3s ease, -webkit-transform .3s ease;
    -o-transition: border-color .3s ease, transform .3s ease;
    transition: border-color .3s ease, transform .3s ease;
    transition: border-color .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    .fullscreen-menu-close:hover {
      border-color: rgba(255, 255, 255, 0.6);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .fullscreen-menu-close span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 2px;
      background: #fff;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
      .fullscreen-menu-close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .fullscreen-menu-close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .fullscreen-menu-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0; }
  .fullscreen-menu-nav {
    width: 100%; }
    .fullscreen-menu-nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .fullscreen-menu-nav li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin-bottom: 8px;
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, -webkit-transform .5s ease;
      -o-transition: opacity .5s ease, transform .5s ease;
      transition: opacity .5s ease, transform .5s ease;
      transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
    .fullscreen-menu-nav .num {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.35);
      font-weight: 500;
      width: 50px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
    .fullscreen-menu-nav a {
      font-size: 100px;
      line-height: 2.3;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: color .3s ease, opacity .3s ease;
      -o-transition: color .3s ease, opacity .3s ease;
      transition: color .3s ease, opacity .3s ease; }
    .fullscreen-menu-nav li:hover a,
    .fullscreen-menu-nav li.active a {
      color: var(--base-color); }
  .fullscreen-menu.active .fullscreen-menu-nav li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(1) { -webkit-transition-delay: .15s; transition-delay: .15s; }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(2) { -webkit-transition-delay: .2s; transition-delay: .2s; }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(3) { -webkit-transition-delay: .25s; transition-delay: .25s; }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(4) { -webkit-transition-delay: .3s; transition-delay: .3s; }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(5) { -webkit-transition-delay: .35s; transition-delay: .35s; }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(6) { -webkit-transition-delay: .4s; transition-delay: .4s; }
    .fullscreen-menu.active .fullscreen-menu-nav li:nth-child(7) { -webkit-transition-delay: .45s; transition-delay: .45s; }
  .fullscreen-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .5s ease .45s, -webkit-transform .5s ease .45s;
    transition: opacity .5s ease .45s, -webkit-transform .5s ease .45s;
    -o-transition: opacity .5s ease .45s, transform .5s ease .45s;
    transition: opacity .5s ease .45s, transform .5s ease .45s;
    transition: opacity .5s ease .45s, transform .5s ease .45s, -webkit-transform .5s ease .45s; }
  .fullscreen-menu.active .fullscreen-menu-footer {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .fsm-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    min-width: 200px; }
  .fsm-label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px; }
  .fsm-col a,
  .fsm-col p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-decoration: none; }
  .fsm-col a:hover {
    color: var(--base-color); }
  .fsm-social a {
    margin-right: 18px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase; }
  .fsm-social a:hover {
    color: var(--base-color); }

body.menu-open {
  overflow: hidden; }

@media (max-width: 991px) {
  .fullscreen-menu-nav a {
    font-size: 42px; }
  .fullscreen-menu-inner {
    padding: 30px 30px; }
  .menu-toggle-btn {
    margin-left: auto;
    margin-right: 15px; } }

@media (max-width: 767px) {
  .fullscreen-menu-visual {
    display: none; } }

@media (max-width: 575px) {
  .fullscreen-menu-nav a {
    font-size: 30px; }
  .fullscreen-menu-nav .num {
    font-size: 13px;
    width: 34px; }
  .fullscreen-menu-inner {
    padding: 25px 20px; }
  .fullscreen-menu-footer {
    gap: 20px; } }

/* ====================== [ Start Apply Modal - Fluxr Works ] ====================== */

.job-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .job-meta span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    opacity: .75; }
    .job-meta span i {
      margin-right: 8px;
      opacity: .6;
      font-size: 13px; }

.accordion-style2 .accordion-item {
  margin-bottom: 25px; }

.portfolio-elegant .item .cont {
  margin-top: 20px;
  text-align: center; }
  .portfolio-elegant .item .cont h6 {
    margin-bottom: 5px; }
  .portfolio-elegant .item .cont span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px; }



.navbar .navbar-toggler {
  display: none !important; }

.apply-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300;
  background: rgba(16, 16, 18, 0.75);
  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;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s ease, visibility 0s linear .35s;
  -o-transition: opacity .35s ease, visibility 0s linear .35s;
  transition: opacity .35s ease, visibility 0s linear .35s; }
  .apply-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s ease, visibility 0s linear 0s;
    -o-transition: opacity .35s ease, visibility 0s linear 0s;
    transition: opacity .35s ease, visibility 0s linear 0s; }
  .apply-modal-box {
    position: relative;
    background: #fff;
    color: #1f1f1f;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    padding: 50px;
    -webkit-transform: translateY(30px) scale(0.98);
    -ms-transform: translateY(30px) scale(0.98);
    transform: translateY(30px) scale(0.98);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease; }
  .apply-modal-overlay.active .apply-modal-box {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); }
  .apply-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease, border-color .3s ease;
    transition: -webkit-transform .3s ease, border-color .3s ease;
    -o-transition: transform .3s ease, border-color .3s ease;
    transition: transform .3s ease, border-color .3s ease;
    transition: transform .3s ease, border-color .3s ease, -webkit-transform .3s ease; }
    .apply-modal-close:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      border-color: rgba(0, 0, 0, 0.4); }
    .apply-modal-close span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 14px;
      height: 2px;
      background: #1f1f1f; }
      .apply-modal-close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .apply-modal-close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  .apply-modal-box .form2 .form-group {
    margin-bottom: 20px; }
  .apply-modal-box .form2 input,
  .apply-modal-box .form2 textarea,
  .apply-modal-box .form2 select {
    width: 100%;
    padding: 15px 25px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    background: #fff;
    color: #1f1f1f;
    font-size: 15px; }
  .apply-modal-box .form2 textarea {
    border-radius: 20px; }
  .apply-modal-box .form2 .select-wrap {
    position: relative; }
    .apply-modal-box .form2 .select-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 45px; }
    .apply-modal-box .form2 .select-wrap .select-arrow {
      position: absolute;
      top: 50%;
      right: 24px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 12px;
      opacity: .45;
      pointer-events: none; }
  .apply-modal-box .form2 .country-code-select.contact-phone-field {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    background: #fff;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease; }
    .apply-modal-box .form2 .country-code-select.contact-phone-field.open,
    .apply-modal-box .form2 .country-code-select.contact-phone-field:focus-within {
      border-color: #c2c2c2; }
    .apply-modal-box .form2 .contact-phone-field .country-code-toggle {
      width: auto;
      height: auto;
      min-height: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 15px 10px 15px 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: #1f1f1f;
      font-size: 15px;
      text-align: left;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px; }
      .apply-modal-box .form2 .contact-phone-field .country-code-toggle:hover,
      .apply-modal-box .form2 .contact-phone-field .country-code-toggle:focus {
        border-color: transparent;
        outline: none; }
      .apply-modal-box .form2 .contact-phone-field .country-code-toggle i {
        font-size: 11px;
        opacity: .45;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
    .apply-modal-box .form2 .country-code-select.open .country-code-toggle i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .apply-modal-box .form2 .contact-phone-field .phone-divider {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
      flex: 0 0 1px;
      width: 1px;
      align-self: stretch;
      margin: 14px 0;
      background: rgba(0, 0, 0, 0.12); }
    .apply-modal-box .form2 .contact-phone-field input[type="tel"] {
      border: 0;
      border-radius: 0;
      background: transparent;
      padding: 15px 0 15px 14px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 0;
      width: auto; }
      .apply-modal-box .form2 .contact-phone-field input[type="tel"]:focus {
        border: 0; }
    .apply-modal-box .form2 .country-code-panel {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      width: 260px;
      max-width: 80vw;
      background: #fff;
      border-radius: 16px;
      -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(0, 0, 0, 0.08);
      padding: 12px;
      z-index: 20;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
      transform: translateY(-8px);
      -webkit-transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear .25s;
      transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear .25s;
      -o-transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
      transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
      transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s, -webkit-transform .25s ease; }
    .apply-modal-box .form2 .country-code-select.open .country-code-panel {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear 0s;
      transition: opacity .25s ease, -webkit-transform .25s ease, visibility 0s linear 0s;
      -o-transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s;
      transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s;
      transition: opacity .25s ease, transform .25s ease, visibility 0s linear 0s, -webkit-transform .25s ease; }
    .apply-modal-box .form2 .country-code-search {
      width: 100%;
      padding: 10px 15px !important;
      border: 1px solid rgba(0, 0, 0, 0.12) !important;
      border-radius: 20px !important;
      font-size: 13px !important;
      margin-bottom: 10px; }
    .apply-modal-box .form2 .country-code-list {
      list-style: none;
      margin: 0;
      padding: 0;
      max-height: 220px;
      overflow-y: auto; }
      .apply-modal-box .form2 .country-code-list li {
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 14px;
        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;
        gap: 10px;
        cursor: pointer;
        -webkit-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease; }
        .apply-modal-box .form2 .country-code-list li:hover,
        .apply-modal-box .form2 .country-code-list li.selected {
          background: rgba(0, 0, 0, 0.05); }
        .apply-modal-box .form2 .country-code-list li span {
          opacity: .55;
          font-size: 13px; }
        .apply-modal-box .form2 .country-code-list li.no-match {
          cursor: default;
          text-align: center;
          opacity: .5;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .apply-modal-box .form2 .country-code-list li.no-match:hover {
            background: transparent; }
  .apply-modal-box .form2 label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    opacity: .6;
    margin-bottom: 8px; }
  .apply-modal-form .apply-submit-btn {
    border: 0;
    border-radius: 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .apply-modal-form .apply-submit-btn:hover {
      background: #ef534b;
      color: #fff; }
  .apply-modal-success {
    display: none;
    text-align: center;
    padding: 20px 0; }
    .apply-modal-success.active {
      display: block; }
    .apply-modal-success .icon-check {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: var(--base-color);
      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;
      margin: 0 auto 25px;
      color: #fff;
      font-size: 28px; }
    .apply-modal-success .social-icon-circle {
      margin-top: 25px; }
  .apply-modal-box.show-success .apply-modal-form {
    display: none; }
  .apply-modal-box.show-success .apply-modal-success {
    display: block; }

@media (max-width: 575px) {
  .apply-modal-box {
    padding: 35px 25px; } }

/* ====================== [ End Apply Modal - Fluxr Works ] ====================== */


/* ====================== [ Start Video Modal - Fluxr Works ] ====================== */

.work-item-trigger {
  cursor: pointer; }

.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300;
  background: rgba(8, 8, 10, 0.92);
  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;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s ease, visibility 0s linear .35s;
  -o-transition: opacity .35s ease, visibility 0s linear .35s;
  transition: opacity .35s ease, visibility 0s linear .35s; }
  .video-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s ease, visibility 0s linear 0s;
    -o-transition: opacity .35s ease, visibility 0s linear 0s;
    transition: opacity .35s ease, visibility 0s linear 0s; }
  .video-modal-box {
    position: relative;
    width: 100%;
    max-width: 960px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 20px;
    background: #101012;
    color: #fff;
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease; }
  .video-modal-overlay.active .video-modal-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .video-modal-video-wrap {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 20px 20px 0 0;
    overflow: hidden; }
    .video-modal-video-wrap video,
    .video-modal-video-wrap iframe {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      max-height: 70vh;
      border: none; }
    .video-modal-video-wrap.is-image {
      max-height: 70vh;
      overflow-y: auto; }
      .video-modal-video-wrap.is-image img {
        display: block;
        width: 100%; }
  .video-modal-info {
    padding: 35px 40px 40px; }
    .video-modal-info .cat {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--base-color);
      margin-bottom: 12px;
      display: block; }
    .video-modal-info h3 {
      margin-bottom: 15px; }
    .video-modal-info p {
      opacity: .75; }
  .video-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 5;
    -webkit-transition: -webkit-transform .3s ease, border-color .3s ease;
    transition: -webkit-transform .3s ease, border-color .3s ease;
    -o-transition: transform .3s ease, border-color .3s ease;
    transition: transform .3s ease, border-color .3s ease;
    transition: transform .3s ease, border-color .3s ease, -webkit-transform .3s ease; }
    .video-modal-close:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      border-color: rgba(255, 255, 255, 0.6); }
    .video-modal-close span {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 2px;
      background: #fff; }
      .video-modal-close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
      .video-modal-close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 575px) {
  .video-modal-info {
    padding: 25px 20px 30px; } }

/* ====================== [ End Video Modal - Fluxr Works ] ====================== */

/* ====================== [ Start Footer Subscribe - Fluxr Works ] ====================== */

footer .footer-subscribe-form {
  position: relative;
  width: 100%; }
  footer .footer-subscribe-form .footer-subscribe-botcheck {
    display: none !important; }

footer .footer-subscribe-field {
  position: relative;
  margin-bottom: 0; }
  footer .footer-subscribe-field input[type="email"] {
    width: 100%;
    padding: 15px 60px 15px 25px;
    font-size: 14px;
    line-height: 1.4;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    color: #1f1f1f;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease; }
    footer .footer-subscribe-field input[type="email"]::-webkit-input-placeholder {
      color: var(--medium-gray); }
    footer .footer-subscribe-field input[type="email"]::-moz-placeholder {
      color: var(--medium-gray); }
    footer .footer-subscribe-field input[type="email"]:-ms-input-placeholder {
      color: var(--medium-gray); }
    footer .footer-subscribe-field input[type="email"]::placeholder {
      color: var(--medium-gray); }
    footer .footer-subscribe-field input[type="email"]:focus {
      border-color: rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: none;
      box-shadow: none; }

footer .footer-subscribe-form.has-error .footer-subscribe-field input[type="email"] {
  border-color: var(--red); }

footer .footer-subscribe-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ef534b;
  color: #fff;
  cursor: pointer;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, -webkit-transform .3s ease;
  -o-transition: background .3s ease, transform .3s ease;
  transition: background .3s ease, transform .3s ease;
  transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  footer .footer-subscribe-btn:hover, footer .footer-subscribe-btn:focus {
    background: #ef534b;
    outline: none; }
  footer .footer-subscribe-btn:focus-visible {
    -webkit-box-shadow: 0 0 0 3px rgba(239, 153, 31, 0.35);
    box-shadow: 0 0 0 3px rgba(239, 153, 31, 0.35); }
  footer .footer-subscribe-btn:disabled {
    cursor: not-allowed;
    opacity: .75; }
  footer .footer-subscribe-btn .footer-subscribe-arrow {
    width: 18px;
    height: 18px;
    display: block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  footer .footer-subscribe-btn:hover .footer-subscribe-arrow {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px); }

footer .footer-subscribe-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  -webkit-animation: footerSubscribeSpin .7s linear infinite;
  animation: footerSubscribeSpin .7s linear infinite; }

footer .footer-subscribe-form.is-loading .footer-subscribe-arrow {
  display: none; }

footer .footer-subscribe-form.is-loading .footer-subscribe-spinner {
  display: block; }

@-webkit-keyframes footerSubscribeSpin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes footerSubscribeSpin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

footer .footer-subscribe-msg {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
  min-height: 1px; }
  footer .footer-subscribe-msg:empty {
    margin-top: 0; }
  footer .footer-subscribe-msg.is-success {
    color: var(--jade); }
  footer .footer-subscribe-msg.is-error {
    color: var(--red); }

@media (max-width: 991px) {
  footer .footer-subscribe-form.mb-70px {
    margin-bottom: 40px !important; } }

/* ====================== [ End Footer Subscribe - Fluxr Works ] ====================== */

/* ====================== [ Start Case Study Cards + Modal - Fluxr Works ] ====================== */

/* --- Card hover (mirrors .work-style3 portfolio cards) --- */
.case-study-item {
  cursor: pointer;
  outline: none; }
  .case-study-item .fit-img {
    position: relative; }
  .case-study-item img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .case-study-item:hover img,
  .case-study-item:focus-visible img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .case-study-item .fit-img .icon-arrow {
    width: 150px;
    height: 150px;
    line-height: 170px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    pointer-events: none; }
    .case-study-item .fit-img .icon-arrow svg {
      width: 40px;
      color: #fff; }
  .case-study-item:hover .fit-img .icon-arrow,
  .case-study-item:focus-visible .fit-img .icon-arrow {
    opacity: 1; }
  .case-study-item:focus-visible .fit-img {
    -webkit-box-shadow: 0 0 0 3px var(--orange);
    box-shadow: 0 0 0 3px var(--orange); }

@media (max-width: 767px) {
  .case-study-item .fit-img .icon-arrow {
    width: 100px;
    height: 100px;
    line-height: 118px; }
    .case-study-item .fit-img .icon-arrow svg {
      width: 30px; } }

/* --- Modal --- */
.case-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300;
  background: rgba(8, 8, 10, 0.92);
  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;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s ease, visibility 0s linear .35s;
  -o-transition: opacity .35s ease, visibility 0s linear .35s;
  transition: opacity .35s ease, visibility 0s linear .35s; }
  .case-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s ease, visibility 0s linear 0s;
    -o-transition: opacity .35s ease, visibility 0s linear 0s;
    transition: opacity .35s ease, visibility 0s linear 0s; }

.case-modal-box {
  position: relative;
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  background: #101012;
  color: #fff;
  outline: none;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease; }
  .case-modal-overlay.active .case-modal-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.case-modal-hero {
  width: 100%;
  height: 380px;
  background: #000;
  border-radius: 20px 20px 0 0;
  overflow: hidden; }
  .case-modal-hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block; }

.case-modal-body {
  padding: 40px 45px 45px; }

.case-modal-cat {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--orange);
  margin-bottom: 12px;
  display: block; }

.case-modal-title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 18px; }

.case-modal-intro {
  font-size: 17px;
  line-height: 1.7;
  opacity: .8;
  margin-bottom: 30px; }

.case-modal-meta {
  list-style: none;
  padding: 25px 0;
  margin: 0 0 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px; }
  .case-modal-meta li {
    min-width: 120px; }
    .case-modal-meta li span {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: .5;
      margin-bottom: 8px; }
    .case-modal-meta li strong {
      font-size: 15px;
      font-weight: 500; }

.case-modal-blocks {
  margin-bottom: 40px; }
  .case-modal-blocks .case-modal-block {
    margin-bottom: 28px; }
    .case-modal-blocks .case-modal-block:last-child {
      margin-bottom: 0; }
    .case-modal-blocks .case-modal-block h6 {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      opacity: .55;
      margin-bottom: 12px; }
    .case-modal-blocks .case-modal-block p {
      font-size: 16px;
      line-height: 1.75;
      opacity: .85;
      margin: 0; }

.case-modal-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }
  .case-modal-gallery:empty {
    display: none; }
  .case-modal-gallery figure {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #000; }
    .case-modal-gallery figure.is-wide {
      grid-column: 1 / -1; }
    .case-modal-gallery figure img {
      width: 100%;
      height: 240px;
      -o-object-fit: cover;
      object-fit: cover;
      display: block;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
    .case-modal-gallery figure.is-wide img {
      height: 320px; }
    .case-modal-gallery figure:hover img {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }

.case-modal-foot {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .case-modal-foot .case-modal-cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 6px 6px 6px 26px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .case-modal-foot .case-modal-cta .icon {
      width: 38px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-radius: 50%;
      background: var(--orange);
      color: #fff;
      font-size: 13px;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      -o-transition: transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
    .case-modal-foot .case-modal-cta:hover {
      border-color: rgba(255, 255, 255, 0.7); }
      .case-modal-foot .case-modal-cta:hover .icon {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px); }

.case-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 5;
  -webkit-transition: -webkit-transform .3s ease, border-color .3s ease;
  transition: -webkit-transform .3s ease, border-color .3s ease;
  -o-transition: transform .3s ease, border-color .3s ease;
  transition: transform .3s ease, border-color .3s ease;
  transition: transform .3s ease, border-color .3s ease, -webkit-transform .3s ease; }
  .case-modal-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: rgba(255, 255, 255, 0.6); }
  .case-modal-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #fff; }
    .case-modal-close span:first-child {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .case-modal-close span:last-child {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 991px) {
  .case-modal-hero {
    height: 280px; }
  .case-modal-body {
    padding: 32px 28px 35px; }
  .case-modal-title {
    font-size: 27px; } }

@media (max-width: 575px) {
  .case-modal-overlay {
    padding: 15px 12px; }
  .case-modal-box {
    max-height: 92vh; }
  .case-modal-hero {
    height: 210px; }
  .case-modal-body {
    padding: 26px 20px 30px; }
  .case-modal-title {
    font-size: 23px; }
  .case-modal-intro {
    font-size: 15px; }
  .case-modal-meta {
    gap: 20px; }
  .case-modal-gallery {
    grid-template-columns: 1fr; }
    .case-modal-gallery figure img,
    .case-modal-gallery figure.is-wide img {
      height: 200px; } }

/* ====================== [ End Case Study Cards + Modal - Fluxr Works ] ====================== */
