/*============================================ 
# Template Name: BentoX
# Version: 1.0
# Date: 26-10-2023
# Author: pixelaxis
# Author URI: https://themeforest.net/user/pixelaxis
# Description: BentoX - Protfolio HTML Template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/

:root {
  --body-font: "Kanit", sans-serif;
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --p1: #FF6900;
  --p1-border: rgba(223, 255, 94, 0.3);
  --s1: #9747FF;
  --s2: #2FA75F;
  --s3: #F05D5D;
  --s4: #F8F8F8;
  --tw: #FFFFFF;
  --n0: #0A090D;
  --n1: #fff;
  --n07: #0A090D;
  --n06: #1C1D20;
  --n10: #FAFAFB;
  --n20: #F5F6F7;
  --n30: #EBECEF;
  --n40: #DFE0E4;
  --n50: #C1C4CC;
  --n700: #222E48;
  --n00: rgba(255, 255, 255, 0.6);
  --bg1: #1C1D20;
  --bg2: #262629;
  --header: rgba(223, 255, 94, 0.08);
  --gradient-p1: linear-gradient(90deg, rgba(12, 169, 64, 0.08) 0.68%, rgba(236, 88, 88, 0.08) 100%);
  --box-shadow: 0px 5.12694px 25.6347px 0px rgba(0, 0, 0, 0.08);
  /* Color styles */
  --sgradient-p1: (linear-gradient(90deg, rgba(12, 169, 64, 0.08) 0.68%, rgba(236, 88, 88, 0.08) 100%));
  --sbox-shadow-p1: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.dark-theme {
  --p1: #FF6900;
  --p1-border: rgba(223, 255, 94, 0.3);
  --s1: #9747FF;
  --s2: #2FA75F;
  --s3: #F05D5D;
  --s4: #F8F8F8;
  --tw: #FFFFFF;
  --n0: #0A090D;
  --n1: #fff;
  --n07: #0A090D;
  --n06: #1C1D20;
  --n10: #FAFAFB;
  --n20: #F5F6F7;
  --n30: #EBECEF;
  --n40: #DFE0E4;
  --n50: #C1C4CC;
  --n700: #222E48;
  --n00: rgba(255, 255, 255, 0.6);
  --bg1: #1C1D20;
  --bg2: #262629;
  --header: rgba(223, 255, 94, 0.08);
}

.display-one {
  font-size: 120px;
}

.display-two {
  font-size: 96px;
}

.display-three {
  font-size: 76px;
}

.display-four {
  font-size: 60px;
}

.display-five {
  font-size: 56px;
}

.display-six {
  font-size: 48px;
}

.pragraph {
  font-size: 18px;
}
@media (max-width: 575px) {
  .pragraph {
    font-size: 16px;
  }
}

.fs-one,
h1,
h1 > a {
  font-size: 76px;
  font-weight: 500 !important;
}

.fs-two,
h2,
h2 > a {
  font-size: 57px;
  font-weight: 500 !important;
}

.fs-three,
h3,
h3 > a {
  font-size: 40px;
  font-weight: 500 !important;
}

.fs-four,
h4,
h4 > a {
  font-size: 32px;
  font-weight: 500 !important;
}

.fs-five,
h5,
h5 > a {
  font-size: 24px;
  line-height: 150%;
  font-weight: 500 !important;
}

.fs-six,
h6,
h6 > a {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500 !important;
}
.fs-six p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500 !important;
}

.fs-seven {
  font-size: 16px;
  line-height: 150%;
}

.fs-eight {
  font-size: 14px;
  line-height: 150%;
}

.fs-nine {
  font-size: 12px !important;
  line-height: 150%;
}

.fs20 {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .fs20 {
    font-size: 16px !important;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .fs20 {
    font-size: 16px !important;
    line-height: 1.4;
  }
}

.fs18 {
  font-size: 18px;
  line-height: 1.5;
}

.fs-22 {
  font-size: 22px;
}

.n07 {
  color: var(--n07);
}
.n07 p {
  color: var(--n07) !important;
}

.n06 {
  color: var(--n06);
}

table thead tr th {
  font-size: 18px;
  line-height: 150%;
}

a,
p,
button,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
  }
  .preloader {
    background-size: 30%;
  }
}
.pt-120 {
  padding-top: 120px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

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

@media (max-width: 1199px) {
  .display-one {
    font-size: 72px;
    line-height: 86.4px;
  }
  .display-two {
    font-size: 64px;
    line-height: 76.8px;
  }
  .display-three {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-four {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-five {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
    line-height: 48px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
    line-height: 38.4px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px !important;
    line-height: 31.2px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px !important;
    line-height: 26px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px !important;
    line-height: 20.8px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px !important;
    line-height: 18.8px;
  }
  .fs-seven {
    font-size: 14px !important;
    line-height: 18.8px;
  }
  .fs-eight {
    font-size: 12px !important;
    line-height: 18px;
  }
  table thead tr th {
    font-size: 15px;
    line-height: 20.8px;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 14px !important;
    line-height: 22px;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .banner-content {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .display-one {
    font-size: 56px;
    line-height: 67.2px;
  }
  .display-two {
    font-size: 48px;
    line-height: 46.4px;
  }
  .display-three {
    font-size: 42px;
    line-height: 54.6px;
  }
  .display-four {
    font-size: 32px;
    line-height: 38.4px;
  }
  .display-five {
    font-size: 24px;
    line-height: 31.2px;
  }
  .display-six {
    font-size: 32px;
    line-height: 38.4px;
  }
  .pt-120 {
    padding-top: 50px !important;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background: #fff;
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

section,
footer {
  overflow: hidden;
}

.over {
  overflow: hidden !important;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-family: var(--body-font);
  color: var(--n700);
  font-weight: 400;
}
a i,
p i,
button i,
span i,
label i,
li i {
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  color: var(--n0);
  transition: var(--transition);
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
  color: var(--n700);
}
a i {
  font-weight: 400;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a,
.display-one, .display-two, .display-three, .display-four, .display-five, .display-six, .heading {
  font-family: var(--body-font);
  color: rgba(var(--n2), 1);
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 128%;
  display: block;
  transition: var(--transition);
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span,
.display-one span, .display-two span, .display-three span, .display-four span, .display-five span, .display-six span, .heading span {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
h1 i,
h1 > a i,
h2 i,
h2 > a i,
h3 i,
h3 > a i,
h4 i,
h4 > a i,
h5 i,
h5 > a i,
h6 i,
h6 > a i,
.display-one i, .display-two i, .display-three i, .display-four i, .display-five i, .display-six i, .heading i {
  font-weight: 400;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  /* list-style: none; */
}
ul li,
ol li {
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  padding: 12px 20px;
  color: rgba(var(--n2), 1);
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 14px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid rgba(var(--n4), 0.3);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  font-size: 16px;
}
input:focus,
textarea:focus {
  outline: 1px solid var(--s2);
  box-shadow: none;
  border: 1px solid transparent;
}

::-moz-placeholder {
  color: var(--n100);
  font-size: 14px;
}

::placeholder {
  color: var(--n100);
  font-size: 14px;
}

.btn__v4 {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--bg1);
  border: 4px solid var(--p1);
}

@media (min-width: 991px) {
  .container1600 {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.s2-clrbase-dot::before {
  background: var(--s2) !important;
  width: 4px !important;
  height: 4px !important;
}

.cmn-dot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
}
.cmn-dot::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--n700);
  border-radius: 50%;
}
.cmn-dot.alt {
  align-items: flex-start;
}
.cmn-dot.alt::before {
  top: 10px;
}

.cmn-dot2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 19px;
}
.cmn-dot2::before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--n700);
  border-radius: 50%;
}
.cmn-dot2.alt {
  align-items: flex-start;
}
.cmn-dot2.alt::before {
  top: 10px;
}
@media (max-width: 1199px) {
  .cmn-dot2 {
    padding-left: 10px;
  }
}

@media (min-width: 991px) {
  .topfixed {
    position: sticky;
    top: 120px;
  }
}

@media (min-width: 991px) {
  .topfixed2 {
    position: sticky;
    top: 350px;
  }
}

@media (min-width: 991px) {
  .event-fixed {
    transform: translateY(-120px);
    position: sticky;
    top: 240px;
  }
}

.cmn-border {
  border: 1px solid #222426;
}

.cmn-bg {
  background: #222426;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

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

.max61 {
  max-width: 661px;
}

.max-un {
  max-width: unset;
}

.quote {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background: var(--n20);
}
@media (max-width: 1199px) {
  .quote {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
}

@media (min-width: 1400px) {
  .max-xxl-un {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .max-xl-un {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .max-lg-un {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .max-md-un {
    max-width: unset;
  }
}
.d-rtl {
  direction: rtl;
}

.collapsing {
  transition: var(--transition);
}

.tl__posi {
  position: absolute !important;
  top: 0;
  left: 0;
}

.tr__posi {
  position: absolute !important;
  top: 0;
  right: 0;
}

.bl__posi {
  position: absolute !important;
  bottom: 0;
  left: 0;
}

.br__posi {
  position: absolute !important;
  bottom: 0;
  right: 0;
}

.posi-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.srgba {
  background: rgba(223, 255, 94, 0.4);
}

.edu-border {
  border-bottom: 1px solid rgba(223, 255, 94, 0.087);
}

.p1-color {
  color: var(--p1) !important;
}

.p1-border {
  color: var(--p1);
}

.p1-bg {
  background: var(--p1);
}

.s1-color {
  color: var(--s1);
}

.s2-color {
  color: var(--s2);
}

.s3-color {
  color: var(--s3);
}

.s4-color {
  color: var(--s4) !important;
  opacity: 0.4;
}

.s2-border {
  border: 1px solid var(--s2);
}

.s1-bg {
  background: var(--s1) !important;
}

.s2-bg {
  background: var(--s2) !important;
}

.n0-color {
  color: var(--n0);
}

.n00-color {
  color: var(--n00);
}

.n0-bg {
  background-color: var(--n0) !important;
}

.n0border {
  border: 1px solid var(--n0);
}

.n1-color {
  color: var(--n1) !important;
}

.n10-color {
  color: var(--n10);
}

.n10-bg {
  background: var(--n10) !important;
}

.n20-color {
  color: var(--n20);
}

.n20-bg {
  background: var(--n20) !important;
}

.n30-color {
  color: var(--n30);
}

.n30-border {
  border: 1px solid var(--n30);
  transition: all 0.4s;
}
.n30-border:hover {
  border-color: var(--s2) !important;
}

.n40-color {
  color: var(--n40);
}

.n40border {
  border: 1px solid var(--n40);
  transition: all 0.4s;
}
.n40border:hover {
  border-color: var(--s2) !important;
}

.bb-n40dash {
  border-bottom: 1px dashed var(--n40);
}

.bb-n40solid {
  border-bottom: 1px solid var(--n40);
}

.tb-n40dash {
  border-top: 1px dashed var(--n40);
}

.n50-color {
  color: var(--n50);
}

.bb-n50dash {
  border-bottom: 1px dashed var(--n50);
}

.tb-n50dash {
  border-top: 1px dashed var(--n50);
}

.n60-color {
  color: var(--n60);
}

.n70-color {
  color: var(--n70);
}

.n80-color {
  color: var(--n80);
}

.n90-color {
  color: var(--n90);
}

.n100-color {
  color: var(--n100);
}

.n200-color {
  color: var(--n200);
}

.n300-color {
  color: var(--n300);
}

.n400-color {
  color: var(--n400);
}

.n500-color {
  color: var(--n500);
}

.n600-color {
  color: var(--n600);
}

.n700-color {
  color: var(--n700);
}

.n700-bg {
  background: var(--n700);
}

.n800-color {
  color: var(--n800);
}

.n900-color {
  color: var(--n900);
}

.bg1-color {
  background: var(--bg1) !important;
}

.bg2-color {
  background: var(--bg2) !important;
}

.border-color {
  border: 1px solid var(--n40);
}

.header__bg {
  background: var(--header);
}

.box-shadow {
  box-shadow: 0px 5.12694px 25.6347px 0px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}
.box-shadow:hover {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.box-shadow2 {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.box-shadow3 {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.gradient-p1 {
  background: var(--gradient-p1);
}

.scal {
  overflow: hidden;
}
.scal .mimg {
  overflow: hidden;
  transition: all 0.4s;
}
.scal:hover .mimg {
  transform: scale(1.01);
}

.fw_300 {
  font-weight: 300 !important;
}
.fw_300 p {
  font-weight: 300 !important;
}

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

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

.fw_600 {
  font-weight: 500;
}

.text-gradient {
  background: var(--gradient-p1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mx-ch {
  max-width: 60ch;
}

.p1hover {
  transition: all 0.4s;
}
.p1hover:hover {
  color: var(--p1) !important;
}

.cmn__dropdown .dropdown-menu {
  inset: unset !important;
  right: 0 !important;
  top: 0 !important;
  padding: 10px 16px;
}

.cmn-btn {
  font-size: 16px;
  font-weight: 500;
  transition: var(--transition);
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
}
.cmn-btn span {
  color: #fff;
}
.cmn-btn svg path {
  stroke: #fff !important;
}
.cmn-btn i {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cmn-btn span {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.cmn-btn::after, .cmn-btn::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  border-radius: 8px;
}
.cmn-btn::before {
  width: 100%;
  height: 100%;
  background-color: var(--s1);
  left: 0;
}
.cmn-btn::after {
  width: 0%;
  height: 0%;
  background-color: var(--s1);
  top: 0;
  left: 0;
}
.cmn-btn:active {
  filter: brightness(0.8);
}
.cmn-btn:focus, .cmn-btn:hover {
  color: #fff !important;
}
.cmn-btn:focus span i, .cmn-btn:hover span i {
  transform: rotate(46deg) !important;
}
.cmn-btn:focus i, .cmn-btn:hover i {
  color: #fff;
  transform: rotate(46deg);
}
.cmn-btn:focus span, .cmn-btn:hover span {
  color: #fff !important;
}
.cmn-btn:focus::before, .cmn-btn:hover::before {
  background-color: #7f24f5;
}
.cmn-btn:focus::after, .cmn-btn:hover::after {
  background-color: #7f24f5;
}
.cmn-btn.second-alt::before {
  top: 2px;
  border: 1px solid var(--n700);
  background-color: transparent;
}
.cmn-btn.second-alt::after {
  background-color: transparent;
}
.cmn-btn.second-alt:focus i, .cmn-btn.second-alt:hover i {
  transform: rotate(46deg) !important;
}
.cmn-btn.second-alt:focus::before, .cmn-btn.second-alt:hover::before {
  border-color: var(--p1);
  background-color: var(--p1);
  top: 6px;
}
.cmn-btn.second-alt:focus::after, .cmn-btn.second-alt:hover::after {
  background-color: var(--n1);
}

.cmn-20::after, .cmn-20::before {
  border-radius: 20px;
}

.kewta-btn {
  transition: all 0.4s;
}
.kewta-btn .kew-text {
  color: #fff;
}
.kewta-btn .kew-arrow {
  color: #fff;
}
.kewta-btn .kew-arrow svg path {
  stroke: #fff !important;
}
.kewta-btn .kew-arrow {
  position: relative;
  overflow: hidden;
}
.kewta-btn .kew-arrow .kt-one {
  position: absolute;
  bottom: -40px;
  left: -50px;
  transition: all 0.8s;
}
.kewta-btn .kew-arrow .kt-two {
  transition: all 0.8s;
  position: absolute;
  top: 6px;
  left: 7px;
}
.kewta-btn .kew-arrow .kt-two svg {
  transition: all 0.8s;
}
.kewta-btn:hover .kew-arrow .kt-one {
  position: absolute;
  bottom: 6px;
  left: 9px;
}
.kewta-btn:hover .kew-arrow .kt-two {
  position: absolute;
  top: -40px;
  left: 40px;
}

.kew-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--n0);
  padding: 12px 24px;
  display: block;
  border-radius: 100px;
  background: var(--s1);
  text-align: center;
  transition: all 0.4s;
}

.kew-arrow {
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 50%;
  background: var(--s1);
  transition: all 0.4s;
}

.arborder {
  border: 1px solid #222426;
}

.cmn-btn-cilicon {
  font-size: 16px;
  font-weight: 600;
  transition: var(--transition);
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
.cmn-btn-cilicon i {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.cmn-btn-cilicon span {
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.cmn-btn-cilicon::after, .cmn-btn-cilicon::before {
  content: "";
  position: absolute;
  transition: var(--transition);
}
.cmn-btn-cilicon::before {
  width: 100%;
  height: 100%;
  background-color: var(--n1);
  top: 5px;
  border-radius: 100px;
  left: 0;
}
.cmn-btn-cilicon::after {
  width: 100%;
  height: 100%;
  background-color: var(--p1);
  top: 0;
  border-radius: 100px;
  left: 0;
}
.cmn-btn-cilicon:active {
  filter: brightness(0.8);
}
.cmn-btn-cilicon:focus, .cmn-btn-cilicon:hover {
  color: var(--n0) !important;
}
.cmn-btn-cilicon:focus span, .cmn-btn-cilicon:hover span {
  color: var(--n0) !important;
}
.cmn-btn-cilicon:focus i, .cmn-btn-cilicon:hover i {
  color: var(--n0) !important;
}
.cmn-btn-cilicon:focus::before, .cmn-btn-cilicon:hover::before {
  background-color: var(--p1);
}
.cmn-btn-cilicon:focus::after, .cmn-btn-cilicon:hover::after {
  background-color: var(--n1);
}
.cmn-btn-cilicon.second-alt::before {
  top: 2px;
  border: 1px solid var(--n700);
  background-color: transparent;
}
.cmn-btn-cilicon.second-alt::after {
  background-color: transparent;
}
.cmn-btn-cilicon.second-alt:focus::before, .cmn-btn-cilicon.second-alt:hover::before {
  border-color: var(--p1);
  background-color: var(--p1);
  top: 6px;
}
.cmn-btn-cilicon.second-alt:focus::after, .cmn-btn-cilicon.second-alt:hover::after {
  background-color: var(--n1);
}

.file-upload {
  border-radius: 48px;
  border: 1px solid var(--p1);
}
.file-upload input {
  display: none;
}
.file-upload .file {
  cursor: pointer;
  position: relative;
}
.file-upload .file .file-custom {
  border-radius: 20px;
}
.file-upload .add-file {
  color: var(--p1);
}

.btn-popup-animation {
  width: 80px;
  min-width: 80px;
  height: 80px;
  z-index: 0;
  transition: var(--transition);
}
.btn-popup-animation i {
  color: var(--p1);
}
.btn-popup-animation:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: var(--p1);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s ease-out infinite;
}
.btn-popup-animation:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 85%;
  background-color: var(--p1);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
  animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
p {
  color: rgba(75, 72, 83, 0.7843137255) !important;
}

.circle-text {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(var(--s3), 1);
  border: 1px solid var(--n40);
  position: relative;
}
.circle-text .text {
  animation: rotate 50s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle-text .text p {
  transform: translate(50%, 5px);
}
.circle-text .text span {
  position: absolute;
  font-size: inherit;
  font-weight: 600;
  transform-origin: 0 70px;
}
.circle-text:hover .text {
  animation-play-state: paused;
}
.circle-text.second {
  width: 120px;
  height: 120px;
  background-color: rgba(var(--n2), 1);
  border-color: transparent;
}
.circle-text.second .text p {
  transform: translate(50%, 5px);
}
.circle-text.second .text span {
  transform-origin: 0 55px;
}
.circle-text.third {
  width: 880px;
  height: 880px;
  border-color: transparent;
}
.circle-text.third .text p {
  transform: translate(50%, 5px);
}
.circle-text.third .text span {
  transform-origin: 0 440px;
}

.opa04 {
  opacity: 0.4;
}

.v-border {
  background: var(--n40);
  width: 1px;
  height: 25px;
}

.v-line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 96px;
  background-color: var(--n40);
}
.v-line.lg::before {
  height: 111px;
}
.v-line.sm::before {
  height: 30px;
}
.v-line.dashed::before {
  border-right: 1px dashed var(--n700);
  background: transparent;
}

.cmn__quantity input {
  width: 70px;
  margin: 0 auto;
  text-align: center;
  outline: none;
  padding: 0 0;
}
.cmn__quantity input:hover {
  cursor: pointer;
}
.cmn__quantity .up,
.cmn__quantity .down {
  font-size: 22px;
  transition: all 0.4s;
}
.cmn__quantity .up:hover,
.cmn__quantity .down:hover {
  cursor: pointer;
  background: var(--bg1);
  color: var(--p1);
}

.cmn__quantity2 .down,
.cmn__quantity2 .up {
  height: auto;
  font-size: 13px;
}
.cmn__quantity2 .down:hover,
.cmn__quantity2 .up:hover {
  background: transparent;
  color: var(--n700);
}
.cmn__quantity2 .down {
  margin-bottom: -10px;
}

.cus-border {
  border-color: var(--n40) !important;
  transition: all 0.4s;
}
.cus-border.second {
  border-color: var(--n700) !important;
  transition: all 0.4s;
}
.cus-border.third {
  border-color: var(--n500) !important;
  transition: all 0.4s;
}
.cus-border:hover {
  border-color: var(--s2) !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed transparent;
}

.bt-dash {
  border-top: 1px dashed var(--p1-border);
}

.bb-dash {
  border-bottom: 1px dashed var(--p1-border);
}

.bb-opa03 {
  border-bottom: 1px dashed var(--p1-border);
}

.bb-704 {
  border-bottom: 1px dashed rgba(34, 46, 72, 0.4);
}

.tb-704 {
  border-top: 1px dashed rgba(34, 46, 72, 0.4);
}

.bb-n40 {
  border-bottom: 1px dashed #DFE0E4;
}

.bb-700 {
  border-bottom: 1px solid var(--n700);
}

.bbdash-700 {
  border-bottom: 1px dashed rgba(34, 46, 72, 0.4);
}

.bbsolid-700 {
  border-bottom: 1px solid var(--n700);
}

.bbd-50 {
  border-bottom: 1px dashed var(--n50);
}

.w40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.w60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--bg1);
}
.w60::before {
  border: unset !important;
}
@media (max-width: 991px) {
  .w60 {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.radius32 {
  border-radius: 35px !important;
}

.radius16 {
  border-radius: 16px !important;
}

.radius17 {
  border-radius: 17px !important;
}

.radius18 {
  border-radius: 18px !important;
}

.radius20 {
  border-radius: 20px !important;
}

.radius12 {
  border-radius: 12px !important;
}

.ul-dots li {
  list-style: disc;
}

.ul-decimal li {
  list-style: decimal;
}

.social-area a {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--p1);
  border-radius: 50%;
  display: block;
  transition: var(--transition);
}
.social-area a i {
  color: var(--p1);
  transition: all 0.4s;
}
.social-area a:hover {
  background-color: var(--p1);
}
.social-area a:hover i {
  color: var(--n1);
}
@media (max-width: 991px) {
  .social-area a {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}
.social-area.w32 a {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.social-area.w32 a i {
  font-size: 14px;
}
.social-area.alt a {
  border-color: var(--p1);
  background: var(--p1);
}
.social-area.alt a i {
  color: var(--n1);
}
.social-area.alt a:hover {
  background: transparent;
}
.social-area.alt a:hover i {
  color: var(--n0);
}

.social-items a i, .social-items a span {
  transition: var(--transition);
}
.social-items a:hover i, .social-items a:hover span {
  color: var(--p1);
}

.cmn__social {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--p1);
  border-radius: 50%;
  display: block;
  transition: var(--transition);
}
.cmn__social i {
  color: var(--p1);
  transition: all 0.4s;
}
.cmn__social:hover {
  background-color: var(--p1);
}
.cmn__social:hover i {
  color: var(--n1);
}
@media (max-width: 991px) {
  .cmn__social {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
}

.soc__box.second-alt {
  width: 48px;
  height: 48px;
}
.soc__box.second-alt::before {
  border-color: var(--p1);
}
@media (max-width: 1399px) {
  .soc__box.second-alt {
    width: 42px;
    height: 42px;
  }
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 100ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid var(--n07);
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: var(--s1);
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
@media (max-width: 991px) {
  .mouse-follower {
    display: none;
  }
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

*::-webkit-scrollbar {
  width: 3px;
  background: rgba(50, 50, 50, 0.462745098);
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: rgba(50, 50, 50, 0.462745098);
}

.cus-scro80 {
  height: 180px;
  overflow-y: scroll;
}
.cus-scro80 .list {
  height: 150px;
  overflow-y: scroll;
}

.d-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.cus-nz1 {
  z-index: -1;
}

.cus-z0 {
  z-index: 0;
}

.cus-z1 {
  z-index: 1;
}

.cus-z2 {
  z-index: 2;
}

.dk-v {
  display: none;
}

.singleTab .nav-links {
  cursor: pointer;
}
.singleTab .tabContents {
  position: relative;
}
.singleTab .tabContents .tabItem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}
.singleTab .tabContents .tabItem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}
.singleTab.pros-cros .nav-item {
  border-radius: unset;
  background: rgba(12, 169, 64, 0.7);
  font-weight: 700;
  color: rgba(var(--p2));
}
.singleTab.pros-cros .nav-item .active {
  background: rgba(var(--p1));
}
.singleTab.pros-cros .nav-item button {
  transition: var(--transition);
}

.cmnshadow {
  transition: all 0.4s;
  border-radius: 32px;
}
.cmnshadow:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  border-color: var(--n20) !important;
}

.pro-shadow {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
}

.cmnshadow2 {
  transition: all 0.4s;
}
.cmnshadow2:hover {
  box-shadow: 0px 5.12694px 25.6347px 0px rgba(0, 0, 0, 0.08);
}

.cmnhover {
  overflow: hidden;
}
.cmnhover .thumb {
  border-radius: 32px;
  position: relative;
}
.cmnhover .thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 300px;
  transition: all 0.6s;
  box-shadow: rgba(137, 134, 134, 0.656) 0px 2px 8px 0px;
  opacity: 0;
}
.cmnhover:hover .thumb::before {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  opacity: 1;
}

.search-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: rgba(var(--bg1));
  z-index: -1;
}
.search-area .search-box {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1199px) {
  .search-area .search-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .search-area .search-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .search-area .search-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section__title .sec__title {
  max-width: 636px;
}
.section__title .sec__pra {
  max-width: 416px;
}
.section__title .sec__pra .cmnhober-rotate {
  transition: all 0.5s;
}
.section__title .sec__pra .cmnhober-rotate i {
  transition: all 0.4s;
}
.section__title .sec__pra .cmnhober-rotate:hover {
  color: var(--s2) !important;
  border-bottom: 1px solid var(--s2) !important;
}
.section__title .sec__pra .cmnhober-rotate:hover i {
  color: var(--s2) !important;
  transform: rotate(46deg) !important;
  padding-left: 2px !important;
}
@media (max-width: 1399px) {
  .section__title .sec__title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section__title .sec__title {
    font-size: 28px;
  }
  .section__title .sec__pra {
    max-width: 316px;
  }
}
@media (max-width: 767px) {
  .section__title {
    flex-wrap: wrap;
  }
  .section__title .sec__title {
    font-size: 28px;
  }
}

.sec__titletwo .two__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .sec__titletwo .two__title {
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .sec__titletwo .two__title {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .sec__titletwo .two__title {
    font-size: 28px;
  }
  .sec__titletwo p {
    font-size: 16px;
  }
}

.pagination li {
  transition: all 0.4s;
}
.pagination li a {
  transition: all 0.4s;
  color: var(--n700);
}
.pagination li a i {
  color: var(--n700);
}
.pagination li:hover a {
  transition: all 0.4s;
  background: var(--p1) !important;
  border-color: var(--p1) !important;
}
.pagination .page-item .page-link {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 999;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link.active, .pagination .page-item .page-link:focus {
  background-color: var(--p1);
  border-color: transparent;
  box-shadow: none;
}

.video__cmn {
  width: 64px;
  min-width: 64px;
  height: 64px;
}

.video__56 {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
@media (max-width: 1399px) {
  .video__56 {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: rgba(var(--n2), 0.6);
}
.nice-select .list {
  width: initial;
  background-color: rgba(var(--n8), 1);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--s2);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
}

.checkbox-single {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-single .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid var(--n40);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  content: "done";
  position: absolute;
  font-family: "Material Symbols Outlined";
  color: var(--n500);
}
.checkbox-single input:checked ~ .checkmark:after {
  display: block;
}

.single-radio {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.single-radio:hover input ~ .checkmark {
  background-color: transparent;
}
.single-radio .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid var(--p1);
  border-radius: 50%;
}
.single-radio .checkmark::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
}
.single-radio input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid;
}
.single-radio input:checked ~ .checkmark::after {
  display: block;
  background: var(--p1);
}

.slider-btn.active i, .slider-btn:hover i {
  transform: rotate(0deg) !important;
}
.slider-btn .cmn-btn.active i, .slider-btn .cmn-btn:hover i {
  transform: rotate(0deg) !important;
}

.slider-btn .swiper-button-prev2,
.slider-btn .swiper-button-next2 {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
}
.slider-btn .swiper-button-prev2:hover svg path,
.slider-btn .swiper-button-next2:hover svg path {
  stroke: #fff !important;
}

.slide-button {
  outline: none;
  bottom: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5px;
  z-index: 5;
}
.slide-button.ara-prev {
  transform: rotate(180deg);
}

.slider-pagination {
  width: initial;
}
.slider-pagination span {
  letter-spacing: 10px;
  color: rgba(var(--s2), 1);
}

.radius100 {
  border-radius: 50% !important;
}

.radius30 {
  border-radius: 100px;
}

.radius12 {
  border-radius: 12px;
}

.input-area {
  background-color: transparent;
  border: 1px solid var(--n40);
}
.input-area:focus-within {
  border: 1px solid solid;
  outline: 1px solid var(--s2);
  border-color: transparent;
}
.input-area input,
.input-area textarea {
  border-radius: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: var(--n300);
  font-weight: 500;
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: var(--n300);
  font-weight: 500;
}
.input-area .nice-select {
  padding-right: 40px !important;
}
.input-area .nice-select::-moz-placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::placeholder {
  color: rgba(var(--n3), 1);
}
.input-area .nice-select:focus, .input-area .nice-select:hover {
  border: none;
  outline: none;
  color: rgba(var(--n3), 1);
}
.input-area .nice-select .current {
  color: rgba(var(--n3), 1);
  font-size: 16px;
  border: none;
  outline: none;
}
.input-area .nice-select .list {
  border: 1px solid rgba(var(--n6), 0.2);
  bottom: initial;
  padding: 8px 16px;
  background: rgb(var(--bg1));
  color: rgba(var(--n3), 1);
}
.input-area .nice-select::after {
  display: block;
  right: 24px;
}
.input-area.second {
  border-radius: 48px;
  border: 1px solid rgba(var(--n5), 1);
}
.input-area.second input {
  font-size: 16px;
}

.ser7-bg {
  background: rgba(47, 167, 95, 0.05) !important;
}

.search__icon1 {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.search__icon1::before {
  left: -5px;
  top: 0;
}

.search__icon40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.search__icon40::before {
  left: -5px;
  top: 0;
}

.cmn__icon32 {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.cmn__icon32::before {
  left: -5px;
  top: 0;
}

.cmn__icon40 {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.cmn__icon40::before {
  left: -5px;
  top: 0;
}

.cmn__icon36 {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.cmn__icon36::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon36 {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}

.cmn__icon64 {
  width: 64px;
  min-width: 64px;
  height: 64px;
}
.cmn__icon64::before {
  left: -5px;
  top: 0;
}

.cmn__icon60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
@media (max-width: 1399px) {
  .cmn__icon60 {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
.cmn__icon60::before {
  left: -5px;
  top: 0;
}

.cmn__icon48 {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.cmn__icon48::before {
  left: -5px;
  top: 0;
}

.cmn__icon44 {
  width: 44px;
  min-width: 44px;
  height: 44px;
}
.cmn__icon44::before {
  left: -5px;
  top: 0;
}

.cmn__icon40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.cmn__icon40::before {
  left: -5px;
  top: 0;
}

.cmn__icon32 {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.cmn__icon32::before {
  left: -5px;
  top: 0;
}

.cmn__icon24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.cmn__icon24::before {
  left: -5px;
  top: 0;
}

.cmn__icon56 {
  width: 56px;
  min-width: 56px;
  height: 56px;
}
.cmn__icon56::before {
  left: -5px;
  top: 0;
}
@media (max-width: 991px) {
  .cmn__icon56 {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
}

.cmn__icon80 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.cmn__icon80::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon80 {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

.cmn__icon72 {
  width: 72px;
  min-width: 72px;
  height: 72px;
}
.cmn__icon72::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon72 {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}

.cmn__icon88 {
  width: 88px;
  min-width: 88px;
  height: 88px;
}
.cmn__icon88::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon88 {
    width: 65px;
    min-width: 65px;
    height: 65px;
  }
}

.cmn__icon88 {
  width: 72px;
  min-width: 72px;
  height: 72px;
}
.cmn__icon88::before {
  left: -5px;
  top: 0;
}

.cmn__icon100 {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.cmn__icon100::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon100 {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}

.cmn__icon115 {
  width: 115px;
  min-width: 115px;
  height: 115px;
}
.cmn__icon115::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon115 {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
}

.cmn__icon190 {
  width: 190px;
  min-width: 190px;
  height: 190px;
}
.cmn__icon190::before {
  left: -5px;
  top: 0;
}
@media (max-width: 1399px) {
  .cmn__icon190 {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .cmn__icon190 {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

.img80 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.img50 {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.img170 {
  width: 170px;
  min-width: 170px;
  height: 170px;
}
@media (max-width: 991px) {
  .img170 {
    width: 140px;
    min-width: 140px;
    height: 140px;
  }
}
@media (max-width: 500px) {
  .img170 {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}

.img160 {
  width: 160px;
  min-width: 160px;
  height: 160px;
}
@media (max-width: 991px) {
  .img160 {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
@media (max-width: 500px) {
  .img160 {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }
}

.w32 {
  min-width: 32px !important;
  min-height: 32px !important;
}

.cmn__icon56border::after {
  background: transparent;
  border: 1px solid var(--n500);
}
.cmn__icon56border::before {
  background: transparent;
}

.cmn__btnradius .ex__btn .cmn-btn::after, .cmn__btnradius .ex__btn .cmn-btn::before {
  border-radius: 20px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn1st {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn2nd {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.navbar-brand h4 {
  margin: initial;
  line-height: initial;
}
.navbar-brand{
  margin-bottom: 7px;
}

.header-section {
  width: 100%;
  z-index: 99;
  position: relative;
}
.header-section .nav-brand {
  max-width: 265px;
}
@media (max-width: 991px) {
  .header-section .nav-brand {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .header-section .search-toggle-box {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 10;
  }
}
.header-section .main-navbar {
  padding: 2px 40px 2px;
  border-radius: 20px;
  border: 1px solid var(--Neutral-02-Black-Neutral-03, #222426);
  background: rgba(34, 36, 38, 0.4);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .navbar-toggle-item {
    display: initial !important;
  }
}
.header-section .main-navbar .custom-nav .menu-item,
.header-section .main-navbar .custom-nav .menu-link {
  color: var(--n0);
}
.header-section .main-navbar .custom-nav .menu-item button, .header-section .main-navbar .custom-nav .menu-item a,
.header-section .main-navbar .custom-nav .menu-link button,
.header-section .main-navbar .custom-nav .menu-link a {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--n0);
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav .menu-item button, .header-section .main-navbar .custom-nav .menu-item a,
  .header-section .main-navbar .custom-nav .menu-link button,
  .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
}
@media (max-width: 575px) {
  .header-section .main-navbar .custom-nav .menu-item button, .header-section .main-navbar .custom-nav .menu-item a,
  .header-section .main-navbar .custom-nav .menu-link button,
  .header-section .main-navbar .custom-nav .menu-link a {
    font-size: 16px;
  }
}
.header-section .main-navbar .custom-nav .menu-item button:hover, .header-section .main-navbar .custom-nav .menu-item button.active, .header-section .main-navbar .custom-nav .menu-item a:hover, .header-section .main-navbar .custom-nav .menu-item a.active,
.header-section .main-navbar .custom-nav .menu-link button:hover,
.header-section .main-navbar .custom-nav .menu-link button.active,
.header-section .main-navbar .custom-nav .menu-link a:hover,
.header-section .main-navbar .custom-nav .menu-link a.active {
  color: var(--s1) !important;
}
.header-section .main-navbar .custom-nav .menu-item button i,
.header-section .main-navbar .custom-nav .menu-link button i {
  font-size: 14px;
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    border-top: 1px solid rgba(133, 135, 137, 0.2352941176);
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    display: none;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-section .main-navbar .custom-nav .sub-menu li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .menu-item {
    padding: 2px 0;
  }
  .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .header-section .main-navbar .custom-nav .menu-item a {
    color: var(--n0);
    padding: 20px 0;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    position: absolute;
    top: 20px;
    left: -30px;
    min-width: 240px;
    opacity: 0;
    width: -moz-max-content;
    width: max-content;
    visibility: hidden;
    transform: translateY(30px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: initial !important;
    background: var(--bg1);
    z-index: 10;
    pointer-events: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 1px 16px 12px;
  }
  .header-section .main-navbar .custom-nav .sub-menu a {
    color: #fff;
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu a {
    color: #fff;
  }
 @media  screen and (min-width: 991px) {
    .header-section .main-navbar{
      padding: 10px 40px 10px;
    }
 }
  .header-section .main-navbar .custom-nav .menu-item {
    position: relative;
  }
  .header-section .main-navbar .custom-nav .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(30px);
    pointer-events: auto;
  }
}

.header-section .main-navbar .navbar-toggle-btn {
  width: 34px;
  height: 20px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--s1);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: var(--transition);
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(1) {
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(2), .header-section .main-navbar .navbar-toggle-btn span:nth-child(3) {
  top: 10px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 20px;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .main-navbar .navbar-toggle-btn.open span:nth-child(4) {
  top: -10px;
  opacity: 0;
  left: -50%;
}
@media (max-width: 991px) {
  .header-section .main-navbar {
    padding: 17px 20px 18px;
  }
}
.header-section .main-navbar:hover {
  box-shadow: rgba(204, 219, 232, 0.109) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.081) -3px -3px 6px 1px inset;
}
.header-section .golelayla-logo {
  letter-spacing: 1.8px;
}

.header-sectionone .main-navbar {
  border-radius: 20px;
  border: 1px solid rgba(179, 182, 185, 0.2) !important;
  background: #FFF !important;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important;
}

.cus__scroll {
  max-height: 65vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .header-fixed {
    position: fixed;
    top: 24px;
    z-index: 999;
    width: 100%;
  }
}

.serial {
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: absolute;
  top: -9px;
  right: -9px;
}

.designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--n0);
  color: transparent;
  transition: all 0.5s;
  position: relative;
}

.designers::before {
  content: attr(data-text);
  position: absolute;
  color: var(--s2);
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--s2);
}

@keyframes pulse-width {
  50% {
    width: 100%;
  }
}
.footer-copyright {
  display: flex;
  align-items: center;
}
.footer-copyright span {
  font-size: 18px;
  font-weight: 400;
  color: var(--n0);
}
.footer-copyright span a {
  font-size: 18px;
}
.footer-copyright .designed-by {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.footer-copyright .designed-by::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 1px;
  height: 72%;
  border-left: 1px solid #B3B6B9;
}
.footer-copyright .designed-by:hover a {
  color: var(--p1);
}
@media (max-width: 500px) {
  .footer-copyright {
    display: grid;
    justify-content: center;
    gap: 8px;
    text-align: center;
    order: 1;
  }
  .footer-copyright .designed-by {
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer-copyright .designed-by::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer-copyright {
    order: 1;
  }
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 49px;
}
.footer-link li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--n0);
  transition: all 0.4s;
}
.footer-link li a:hover {
  color: var(--s1);
}
@media (max-width: 991px) {
  .footer-link {
    border-bottom: 1px solid #222426;
    padding-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .footer-link {
    gap: 20px;
  }
}

#preloader {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layla-preloader {
  min-width: 10px;
  min-height: 10px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.258) -65.62%, rgba(255, 255, 255, 0.166) 83.28%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  animation: vow 2s linear infinite;
  border-radius: 50%;
}

@keyframes vow {
  50% {
    min-width: 1000px;
    min-height: 1000px;
  }
}
svg path {
  stroke: #000;
}

.body-bg {
  height: 100%;
  width: 100%;
  background: rgba(243, 243, 243, 0.92) !important;
  position: relative;
}
.body-bg::before {
  position: absolute;
  top: -200px;
  left: -200px;
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 906px;
  opacity: 0.2;
  background: var(--p1);
  filter: blur(200px);
}
.body-bg::after {
  position: absolute;
  bottom: -200px;
  right: -200px;
  content: "";
  width: 800px;
  height: 800px;
  border-radius: 900px;
  opacity: 0.1;
  background: var(--s1);
  filter: blur(200px);
}
@media (max-width: 1900px) {
  .body-bg::before {
    width: 500px;
    height: 500px;
    opacity: 0.2;
  }
  .body-bg::after {
    width: 500px;
    height: 500px;
    opacity: 0.1;
  }
}
@media (max-width: 991px) {
  .body-bg::before {
    width: 300px;
    height: 300px;
    opacity: 0.4;
  }
  .body-bg::after {
    width: 300px;
    height: 300px;
    opacity: 0.2;
  }
}

.mybio {
  padding: 12px 20px 11px;
  border-radius: 20px;
  border: 1px solid rgba(171, 177, 182, 0.5137254902);
  background: rgba(247, 250, 253, 0.4);
  text-align: center;
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .mybio {
    width: 180px;
  }
}
@media (max-width: 400px) {
  .mybio {
    width: 280px;
  }
}

@media (max-width: 400px) {
  .mybio-edit {
    width: 240px;
  }
}

.backmenu-head {
  display: inline-flex;
}
@media (max-width: 400px) {
  .backmenu-head {
    flex-wrap: wrap;
    gap: 10px !important;
  }
}

.cmn-box {
  border-radius: 20px;
  border: 1px solid rgba(179, 182, 185, 0.2) !important;
  background: #FFF !important;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.4s;
  position: relative;
  z-index: 9;
}
.cmn-box h3 {
  color: #000;
}
.cmn-box h5 {
  color: #000;
}
.cmn-box .small-title {
  transition: all 0.4s;
}
.cmn-box:hover {
  box-shadow: rgba(204, 219, 232, 0.05) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.033) -3px -3px 6px 1px inset;
}
.cmn-box:hover .small-title {
  opacity: 1;
}

.cus-stargray {
  position: absolute;
  top: 19px;
  right: 24px;
  animation: workdown 2s linear infinite;
}

.titles-designer {
  font-size: 40px;
  font-weight: 600;
  color: var(--n0);
}
.titles-designer a {
  color: var(--n0);
}
@media (max-width: 1399px) {
  .titles-designer a {
    font-size: 28px !important;
    font-weight: 400 !important;
  }
}
.titles-designer:hover a {
  color: var(--s1);
}

.arro-rocket {
  margin-left: 44px;
}
.arro-rocket svg path {
  stroke: var(--s1);
}
@media (max-width: 1399px) {
  .arro-rocket {
    margin-left: 0;
  }
}

.layla-thumb .layla-resize {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
  height: 275px;
}
.layla-thumb .layla-resize img {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .layla-thumb {
    width: 160px;
  }
  .layla-thumb .layla-resize {
    width: 165px;
    height: 165px;
  }
}

svg {
  transition: all 0.4s;
}
svg path {
  transition: all 0.4s;
}

.cmn-footarrow span {
  transition: all 0.4s;
}
.cmn-footarrow:hover span {
  color: var(--s1);
}
.cmn-footarrow:hover svg path {
  stroke: var(--s1);
}

.lyla-box1 .cmn-btn span {
  font-size: 20px !important;
}
.lyla-box1 .cmn-btn svg {
  width: 22px;
  transition: all 0.4s;
  position: relative;
  margin-left: -22px;
  opacity: 0;
}
.lyla-box1 .cmn-btn svg path {
  stroke: var(--n0);
}
.lyla-box1 .cmn-btn:hover svg {
  margin-left: 0px;
  opacity: 1;
}

.work-thumb {
  border-radius: 12px;
  padding: 4px;
  background: rgba(198, 209, 219, 0.1);
  max-width: 294px;
  max-height: 168px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.latest-shape {
  position: absolute;
  top: 20px;
  right: 20px;
  animation: workdown 2s linear infinite;
}

@keyframes workdown {
  50% {
    transform: scale(1.25);
  }
}
.feature-box .marquee-wrapper {
  padding: 1px 0 31px;
}
.feature-box .clropa {
  opacity: 0.7;
  color: #000;
  padding-left: 8px;
  padding-right: 8px;
}
.feature-box .text-slider {
  text-transform: uppercase;
  height: 24px;
}
@media (max-width: 1199px) {
  .feature-box .marquee-wrapper {
    padding: 1px 0 10px;
  }
  .feature-box .text-slider {
    height: 35px;
    padding: 1px 0 0px;
  }
}

@media (max-width: 1199px) {
  .freature-boxone .marquee-wrapper {
    padding: 0px 0 29px !important;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.text-slider {
  font-size: 18px;
  height: 100px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .text-slider {
    padding: 15px 16px;
  }
}
@media (max-width: 991px) {
  .text-slider {
    padding: 20px 16px;
    font-size: 20px;
  }
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 35s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.skill-alllogo {
  height: 70px !important;
  margin-top: 10px;
}
.skill-alllogo .design-tag {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0;
}
.skill-alllogo .design-tag:hover {
  background: var(--s1);
}
.skill-alllogo .design-tag:hover svg path {
  stroke: var(--n0);
}
@media (max-width: 1199px) {
  .skill-alllogo {
    height: 71px !important;
  }
  .skill-alllogo .design-tag {
    width: 50px;
    height: 50px;
  }
}

.title-extraclr {
  color: #B3B6B9;
}

.body-social li a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(50, 50, 50, 0.3);
}
.body-social li a svg path {
  stroke: #000;
}
.body-social li a .shape-icon {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 124px;
  height: 124px;
  opacity: 0;
  transition: all 0.4s;
}
.body-social li a .shape-icon img {
  width: 100%;
  height: 100%;
}
.body-social li a:hover svg path {
  stroke: var(--s1);
}
.body-social li a:hover .shape-icon {
  opacity: 1;
  transform: rotate(-60deg);
}
.body-social li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .body-social-slice {
    display: flex;
    gap: 10px;
  }
  .body-social-slice li:not(:last-child) {
    margin-bottom: 0;
  }
  .body-social-slice li a {
    width: 44px;
    height: 44px;
  }
  .body-social-slice li a svg {
    width: 22px;
  }
  .body-social-slice li a .shape-icon {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 58px;
    height: 58px;
    opacity: 0;
    transition: all 0.4s;
  }
  .body-social-slice li a .shape-icon img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .body-social-sliceabout {
    display: flex;
    gap: 10px;
  }
  .body-social-sliceabout li:not(:last-child) {
    margin-bottom: 0;
  }
  .body-social-sliceabout li a {
    width: 44px;
    height: 44px;
  }
  .body-social-sliceabout li a svg {
    width: 22px;
  }
  .body-social-sliceabout li a .shape-icon {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 58px;
    height: 58px;
    opacity: 0;
    transition: all 0.4s;
  }
  .body-social-sliceabout li a .shape-icon img {
    width: 100%;
    height: 100%;
  }
}

.body-socialtwo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.body-socialtwo li:not(:last-child) {
  margin-bottom: 0;
}

.skill-tagslide {
  height: 45px;
  padding: 5px 0 36px;
}
.skill-tagslide .marquee-item {
  display: flex;
  gap: 8px;
}
@media (max-width: 1199px) {
  .skill-tagslide {
    padding: 5px 0 36px !important;
    height: 44px;
  }
}

.skill-tagslide .text-slider {
  padding: 5px 0 36px !important;
}

.design-tag {
  padding: 7px 12px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(179, 182, 185, 0.2) !important;
  color: #000;
}
.design-tag svg path {
  stroke: rgba(28, 28, 28, 0.5803921569) !important;
}
.design-tag:hover svg path {
  stroke: #fff !important;
}

.common-serbox svg {
  width: 40px;
  height: 36px;
}
.common-serbox .fs-five {
  transition: all 0.4s;
}
@media (max-width: 1399px) {
  .common-serbox svg {
    width: 36px;
    height: 28px;
  }
}


.s-shape1 {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
}

.s-shape2 {
  position: absolute;
  right: 17px;
  top: 17px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .s-shape2 {
    width: 80px;
  }
}

.s-shape3 {
  position: absolute;
  right: 24px;
  top: 0;
  transition: all 0.4s;
}

.cmn-svg40 svg {
  width: 47px;
  height: 36px;
}

.service-offering .s-shape1 {
  width: 100px;
}

.goodthingking {
  font-size: 40px;
  color: var(--n0);
  font-weight: 600;
}

.goodthingking-img {
  animation: updown 2s linear infinite;
  width: 48px;
}

.ser-offeringopa {
  color: var(--n0);
  opacity: 0.9;
}

@keyframes updown {
  50% {
    transform: rotate(15deg);
  }
}
.body-box1 .cmn-box {
  border: 1px solid rgba(179, 182, 185, 0.2) !important;
  background: #FFF !important;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important;
}
.body-box1 .skill-tagslide {
  height: 45px;
}
.cmn-box {
  border: 1px solid rgba(179, 182, 185, 0.2) !important;
  background: #FFF !important;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important;
}
.skill-tagslide {
  height: 45px;
}
@media (max-width: 1199px) {
  .body-box1 {
    display: flex;
    gap: 10px;
  }
  .body-box1 li:not(:last-child) {
    margin-bottom: 0;
  }
  .body-box1 li a {
    width: 44px;
    height: 44px;
  }
  .body-box1 li a svg {
    width: 22px;
  }
  .body-box1 li a .shape-icon {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 58px;
    height: 58px;
    opacity: 0;
    transition: all 0.4s;
  }
  .body-box1 li a .shape-icon img {
    width: 100%;
    height: 100%;
  }
  .body-social {
    display: flex;
    gap: 10px;
  }
  .body-social li:not(:last-child) {
    margin-bottom: 0;
  }
  .body-social li a {
    width: 44px;
    height: 44px;
  }
  .body-social li a svg {
    width: 22px;
  }
  .body-social li a .shape-icon {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 58px;
    height: 58px;
    opacity: 0;
    transition: all 0.4s;
  }
  .body-social li a .shape-icon img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .body-box1 .goodthingking {
    font-size: 22px !important;
  }
  .body-box1 .goodthingking-img {
    width: 29px;
  }
  .body-box1 .work-respon {
    padding-top: 16px;
  }
  .goodthingking {
    font-size: 22px !important;
  }
  .goodthingking-img {
    width: 29px;
  }
  .work-respon {
    padding-top: 16px;
  }
}
@media (max-width: 575px) {
  .body-box1 .expri-items-box:not(:last-child) {
    margin-bottom: 16px;
  }
  .expri-items-box:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .body-box1 .ordering-brand {
    flex-wrap: wrap;
  }
  .body-box1 .ordering-brand li a .ser-offeringopa {
    margin-top: 8px !important;
  }
  .body-box1 .ordering-brand li a span img {
    width: 36px;
  }
  .ordering-brand {
    flex-wrap: wrap;
  }
  .ordering-brand li a .ser-offeringopa {
    margin-top: 8px !important;
  }
  .ordering-brand li a span img {
    width: 36px;
  }
}

.expri-items-box .expri-clr {
  color: #000;
}

.layla-thumbtwo {
  position: relative;
}
.layla-thumbtwo .textcircle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.layla-thumbtwo .text {
  width: 200px;
  height: 200px;
  color: #000;
  font-size: 14px;
  animation: textRotation 18s linear infinite;
}
.layla-thumbtwo .text span {
  color: #000;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.layla-thumbtwo .text span {
  position: absolute;
  left: 50%;
  font-size: 14px;
  transform-origin: 0 100px;
  color: #000;
  font-weight: 400 !important;
  font-family: initial;
  text-transform: uppercase;
}

.repeat-skilltools .design-tag svg path {
  stroke: #B3B6B9;
}

.layla-infoabout {
  max-width: 684px;
}
.layla-infoabout p {
  font-size: 18px !important;
  font-weight: 300;
  color: var(--n0);
  opacity: 0.7;
}
.layla-infoabout h4,
.layla-infoabout span {
  color: #000 !important;
}
@media (min-width: 991px) {
  .layla-infoabout {
    text-align: start !important;
  }
}

@media (max-width: 1199px) {
  .about-layla {
    max-width: 198px;
  }
}

.about-expritext li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.about-expritext li .nameta {
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.about-expritext li .nameta:not(:first-child) {
  padding-left: 20px;
}
.about-expritext li .nameta:not(:first-child)::before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 1px;
  content: "";
  background: var(--n07);
}
.about-expritext li:not(:last-child) {
  margin-bottom: 24px;
}

.about-expritext-two li {
  gap: 8px;
}
.about-expritext-two li:not(:last-child) {
  margin-bottom: 16px;
}

.s-shape2rotate {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-countexprience-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 20px;
}
.about-countexprience-wrap .about-items-counter {
  margin-bottom: 0;
}
.about-countexprience-wrap .about-items-counter h2 {
  font-size: 48px;
}
@media (max-width: 400px) {
  .about-countexprience-wrap .about-items-counter {
    margin-bottom: 0;
  }
  .about-countexprience-wrap .about-items-counter h2 {
    font-size: 34px;
  }
}

.stay-with:hover {
  color: var(--n0);
}

.mb-109 {
  margin-bottom: 109px;
}

.about-education-box .s-shape2 {
  width: 50px;
}

.back-btn {
  background: var(--s1);
  border-radius: 8px;
  padding: 12px 20px;
  display: inline-block;
  color: #fff;
}
.back-btn span {
  color: #fff;
}
.back-btn svg path {
  stroke: #fff !important;
}

.all-proitem {
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  display: block;
  width: 100%;
  height: 100%;
}
.all-proitem::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(136, 136, 136, 0) 0%, rgba(29, 29, 29, 0.8) 98.75%);
  border-radius: 24px;
  transition: all 0.9s;
}
.all-proitem .widing {
  width: 100%;
  height: 100%;
}
.all-proitem img {
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 24px !important;
}
.all-proitem .aroha-boxwrap {
  position: absolute;
  bottom: -320px;
  left: 0;
  padding: 0 32px 0;
  transition: all 0.9s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.all-proitem .aroha-boxwrap .aroha-box {
  max-width: 420px;
}
@media (max-width: 991px) {
  .all-proitem .aroha-boxwrap .aroha-box {
    max-width: 300px;
  }
}
.all-proitem .aroha-boxwrap .arrow {
  display: block;
  margin-left: 20px;
  transition: all 0.5s;
}
.all-proitem .aroha-boxwrap:hover .arrow {
  transform: rotate(-10deg);
}
@media (max-width: 450px) {
  .all-proitem .heighting {
    height: 170px;
  }
}
.all-proitem:hover .aroha-boxwrap {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.all-proitem:hover::before {
  height: 100%;
}
@media (max-width: 1399px) {
  .all-proitem {
    padding: 0 0px 0;
  }
  .all-proitem:hover .aroha-boxwrap {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
  }
  .all-proitem:hover::before {
    width: 100%;
  }
  .all-proitem .aroha-boxwrap {
    bottom: 16px;
  }
  .all-proitem .aroha-boxwrap .arrow {
    display: none;
  }
  .all-proitem .aroha-boxwrap .ptextes {
    font-size: 14px;
  }
}

.aroha-box .n0-color {
  color: #fff !important;
}
.aroha-box .n0-color p {
  color: #fff !important;
}

.s-shape,
.s-shape1,
.s-shape2,
.s-shape3,
.s-shape4 {
  filter: brightness(0) !important;
}

.all-projectdetails {
  border-radius: 20px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
}
.all-projectdetails:hover {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
}

.challenge-thumb {
  width: 100%;
  height: 100%;
}
.challenge-thumb img {
  height: 100%;
}

.challenge-content {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
}
.challenge-content:hover {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
}
.challenge-content ol {
  list-style-type: decimal;
}

.next-project {
  padding: 23px 24px;
  border-radius: 20px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
  font-size: 26px;
  font-weight: 500;
  color: var(--n0);
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .next-project {
    padding: 12px 18px;
    font-size: 18px;
  }
}
.next-project:hover {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
}

svg path {
  stroke: rgba(34, 46, 72, 0.6666666667) !important;
}
svg:hover path {
  stroke: var(--s1) !important;
}

.article-proitem {
  position: relative;
  border-radius: 16px;
  background: rgba(213, 209, 209, 0.0392156863) !important;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
}
.article-proitem .thumb {
  overflow: hidden;
  transition: all 0.4s;
  display: block;
  width: 100%;
  border-radius: 16px;
}
.article-proitem .thumb img {
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.article-proitem .fs-five {
  transition: all 0.4s;
}
.article-proitem .arrow {
  color: var(--n0);
  transition: all 0.4s;
}
.article-proitem .arrow svg {
  transition: all 0.4s;
}
.article-proitem .arrow svg path {
  transition: all 0.4s;
  stroke: var(--n0);
}
.article-proitem .artivle {
  border-radius: 32px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 400;
  color: var(--n0);
}
.article-proitem:hover .fs-five {
  color: var(--s1);
}
.article-proitem:hover .arrow {
  color: var(--s1);
}
.article-proitem:hover .arrow svg path {
  stroke: var(--s1);
}
.article-proitem:hover .thumb {
  border-radius: 16px;
}
.article-proitem:hover .thumb img {
  transform: scale(1.025);
  border-radius: 16px;
}
@media (max-width: 1399px) {
  .article-proitem .thumb {
    height: auto;
  }
  .article-proitem .thumb img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .article-proitem .arrow svg {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .article-proitem .artivle {
    padding: 5px 14px;
  }
}

.article-sideitem {
  display: flex;
  gap: 24px;
  align-items: center;
}
.article-sideitem .artivle {
  font-size: 14px;
}
.article-sideitem .thumb {
  max-width: 294px;
  height: 233px;
}
.article-sideitem .thumb img {
  width: 100%;
  height: 100%;
}
.article-sideitem .article-boxwrap {
  width: calc(100% - 294px);
}
.article-sideitem .arrow svg {
  width: 80px;
  padding-right: 5px;
}
@media (max-width: 1399px) {
  .article-sideitem {
    gap: 16px;
    flex-wrap: wrap;
  }
  .article-sideitem .thumb {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
  }
  .article-sideitem .article-boxwrap {
    width: 100%;
  }
}

.fix-arrow svg {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 4px;
}

.artivle {
  border-radius: 32px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: #1A1A1A;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.article-tabingbox {
  border-radius: 20px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  padding: 15px 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .article-tabingbox {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .article-tabingbox {
    padding: 12px 10px;
  }
}
@media (max-width: 450px) {
  .article-tabingbox {
    justify-content: center;
  }
}
.article-tabingbox .nav .nav-item .nav-link {
  outline: none;
  border: unset;
}

.article-categories .nav {
  display: flex;
  align-items: center;
  gap: 12px;
  border: unset;
}
.article-categories .nav .nav-link {
  outline: none;
}
.article-categories .nav .nav-link.active {
  color: var(--n0);
  border: unset;
  background: rgba(234, 228, 228, 0.2117647059);
  border-color: rgba(183, 181, 181, 0.3450980392);
}
.article-categories .nav .nav-link:hover {
  border-color: #2c2b2b;
  outline: none;
}
.article-categories .artivle {
  border-radius: 32px !important;
  background: rgba(234, 228, 228, 0.2117647059);
  border-color: rgba(183, 181, 181, 0.3450980392);
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 400;
  color: var(--n0);
}
@media (max-width: 991px) {
  .article-categories .nav {
    gap: 8px;
  }
  .article-categories .artivle {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.article-cateitem .arrow svg {
  width: 64px;
}
.article-cateitem .artivle {
  padding: 8px 20px;
  font-size: 14px;
}

.cate-cmn-slide .swiper-button-prev2,
.cate-cmn-slide .swiper-button-next2 {
  border: 1px solid rgba(106, 102, 102, 0.3803921569);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.cate-cmn-slide .swiper-button-prev2 i,
.cate-cmn-slide .swiper-button-next2 i {
  color: var(--n0);
  font-size: 20px;
  transition: all 0.4s;
}
.cate-cmn-slide .swiper-button-prev2:hover,
.cate-cmn-slide .swiper-button-next2:hover {
  background: var(--s1);
  border-color: var(--s1);
}
@media (max-width: 1399px) {
  .cate-cmn-slide .swiper-button-prev2,
  .cate-cmn-slide .swiper-button-next2 {
    width: 38px;
    height: 38px;
  }
  .cate-cmn-slide .swiper-button-prev2 i,
  .cate-cmn-slide .swiper-button-next2 i {
    font-size: 18px;
  }
}

.blbg {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863) !important;
}

.article-detailswrap {
  border-radius: 20px;
  border: 1px solid rgba(179, 182, 185, 0.2) !important;
  background: #FFF !important;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important;
}

.artidetails-allcontent .cha-list {
  list-style-type: decimal;
}

.text-quote {
  border-radius: 24px;
  background: rgba(213, 209, 209, 0.0392156863) !important;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  padding: 32px 14px;
}
.text-quote p {
  max-width: 620px;
  font-size: 20px;
  font-weight: 500;
  color: var(--n0);
  margin: 0 auto;
}
.text-quote .quote-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.5;
}
@media (max-width: 1399px) {
  .text-quote {
    padding: 20px 10px;
  }
  .text-quote p {
    font-size: 16px;
    font-weight: 400;
  }
}

.tag-ar {
  border-radius: 100px;
  background: #1A1A1A;
  padding: 8px 16px;
  transition: all 0.4s;
  color: var(--n0);
  display: block;
}
.tag-ar:hover {
  background: var(--s1);
  color: var(--n0);
}

.leave-comment textarea,
.leave-comment input {
  background: rgba(213, 209, 209, 0.0392156863) !important;
  border: 1px solid rgba(183, 181, 181, 0.3450980392) !important;
  border-radius: 12px;
  padding: 16px 20px;
  color: var(--n06);
  outline: none;
}
.leave-comment ::-moz-placeholder {
  color: rgba(73, 65, 65, 0.5450980392);
}
.leave-comment ::placeholder {
  color: rgba(73, 65, 65, 0.5450980392);
}

.searchbox {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
}
.searchbox form {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: #fff;
}
.searchbox form svg path {
  stroke: #fff !important;
}

.article-details-rightbar {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  border-radius: 32px;
}
.article-details-rightbar .serc input {
  outline: none;
  color: var(--n06);
  font-size: 18px;
}
.article-details-rightbar button svg {
  background: var(--s1);
  padding: 4px;
  border-radius: 4px;
}

@media (max-width: 575px) {
  .recent-postwrap {
    border: unset;
  }
}

.this-onerecent {
  display: flex;
  align-items: center;
  gap: 20px;
}
.this-onerecent .thumb img {
  border-radius: 12px;
}
.this-onerecent:not(:last-child) {
  border-bottom: 1px solid rgba(183, 181, 181, 0.3450980392);
}
@media (max-width: 575px) {
  .this-onerecent {
    gap: 10px;
  }
}

.ar-cate li a {
  border-bottom: 1px solid rgba(183, 181, 181, 0.3450980392);
  display: block;
  color: var(--n07);
  font-weight: 400;
  font-size: 18px;
  transition: all 0.5s;
}
.ar-cate li a:hover {
  border-color: var(--s1);
  color: var(--s1);
}

.article-details-tag li a {
  background: rgba(213, 209, 209, 0.0392156863) !important;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
}

.tag-versiontwo li a {
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  display: inline-block;
  font-size: 16px;
  transition: all 0.4s;
}
.tag-versiontwo li a:hover {
  border-color: var(--s1);
}

.orffering-serbox .band-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orffering-serbox p {
  font-size: 18px;
  font-weight: 300;
  color: var(--n07);
}
.orffering-serbox .s-shape2 {
  width: 140px;
}
.orffering-serbox .band-border1 {
  border: 1px solid #9747FF;
  transition: all 0.4s;
}
.orffering-serbox .band-border1 img {
  transition: all 0.6s;
}
.orffering-serbox .band-border2 {
  border: 1px solid #FF6900;
  transition: all 0.4s;
}
.orffering-serbox .band-border2 img {
  transition: all 0.6s;
}
.orffering-serbox .band-border3 {
  border: 1px solid #CDFF00;
  transition: all 0.4s;
}
.orffering-serbox .band-border3 img {
  transition: all 0.6s;
}
.orffering-serbox .band-border4 {
  border: 1px solid #FFCE32;
  transition: all 0.4s;
}
.orffering-serbox .band-border4 img {
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .orffering-serbox .band-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .orffering-serbox .band-icon img {
    width: 40px;
  }
  .orffering-serbox p {
    font-size: 14px;
  }
}

.contac-touch {
  max-width: 242px;
}

.get-intouchwrap li {
  display: flex;
  align-items: center;
  gap: 24px;
}
.get-intouchwrap li .icon {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.get-intouchwrap li .icon i {
  font-size: 29px;
  color: var(--s1);
}
.get-intouchwrap li .ph {
  font-size: 16px;
  font-weight: 300;
  color: var(--n07);
}
.get-intouchwrap li:not(:last-child) {
  margin-bottom: 40px;
}
.get-intouchwrap li:hover .icon {
  border-color: var(--s1);
}
@media (max-width: 1399px) {
  .get-intouchwrap li {
    gap: 16px;
  }
  .get-intouchwrap li .icon {
    min-width: 60px;
    min-height: 60px;
  }
  .get-intouchwrap li .icon i {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .get-intouchwrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .get-intouchwrap li:not(:last-child) {
    margin-bottom: 0;
  }
}

.contact-cmnitem textarea,
.contact-cmnitem input {
  border-radius: 12px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
  padding: 14px 16px;
  color: var(--n06);
  font-size: 16px;
  font-weight: 300;
  outline: none;
}
.contact-cmnitem ::-moz-placeholder {
  color: rgba(77, 84, 98, 0.6156862745);
}
.contact-cmnitem ::placeholder {
  color: rgba(77, 84, 98, 0.6156862745);
}

.button-socialwrap {
  display: flex;
  align-items: center;
  gap: 16px 51px;
  flex-wrap: wrap;
}
.button-socialwrap .cmn-socialbutton {
  border-radius: 100px;
  border: 1px solid rgba(183, 181, 181, 0.3450980392);
  background: rgba(213, 209, 209, 0.0392156863);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s;
}
.button-socialwrap .cmn-socialbutton .sicon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--s1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.button-socialwrap .cmn-socialbutton .sicon svg path {
  stroke: var(--s1) !important;
}
.button-socialwrap .cmn-socialbutton:hover {
  color: #fff;
  background: var(--s1);
}
.button-socialwrap .cmn-socialbutton:hover .sicon {
  border-color: #fff;
}
.button-socialwrap .cmn-socialbutton:hover .sicon svg path {
  stroke: #fff !important;
}
@media (max-width: 1399px) {
  .button-socialwrap {
    gap: 16px 16px;
  }
  .button-socialwrap .cmn-socialbutton {
    font-size: 20px !important;
    padding: 12px 20px;
    gap: 10px;
  }
  .button-socialwrap .cmn-socialbutton .sicon {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }
  .button-socialwrap .cmn-socialbutton .sicon svg {
    width: 20px;
  }
}
@media (max-width: 500px) {
  .button-socialwrap {
    gap: 10px 10px;
  }
  .button-socialwrap .cmn-socialbutton {
    font-size: 18px !important;
    padding: 10px 10px;
    gap: 8px;
  }
  .button-socialwrap .cmn-socialbutton .sicon {
    width: 33px;
    min-width: 33px;
    height: 33px;
  }
  .button-socialwrap .cmn-socialbutton .sicon svg {
    width: 18px;
  }
}

.error-bodys {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.error-bodys .back-btn {
  border: 1px solid var(--s1);
}
.error-bodys .back-btn:hover {
  color: var(--n0);
  background: transparent;
  border: 1px solid var(--n07);
}

@media (max-width: 991px) {
  .dark-theme .footer-link {
    border-bottom: 1px solid rgba(96, 101, 108, 0.2078431373) !important;
  }
}
.inexpri-box span,
.inexpri-box .expri-clr {
  color: #000;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .body-socialwrap {
    height: 113%;
  }
  .expri-box {
    height: 56%;
  }
  .inexpri-box {
    height: 54.5% !important;
  }
  .body-box1 .body-socialwrap {
    height: initial;
  }
  .body-box1 .responsive-small {
    margin-bottom: 54px !important;
    display: block;
  }
  .body-box1 .responsive-blogtext {
    padding-top: 0px !important;
  }
  .body-socialwrap {
    height: initial;
  }
 .responsive-small {
    margin-bottom: 54px !important;
    display: block;
  }
 .responsive-blogtext {
    padding-top: 0px !important;
  }
  .expri-box {
    height: initial !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .body-socialwrap {
    height: 100%;
  }
  .expri-box {
    height: 48%;
  }
  .inexpri-box {
    height: 48% !important;
  }
  .common-serbox {
    height: 100%;
  }
  .body-box1 .common-serbox {
    height: initial;
  }
  .body-box1 .goodthingking {
    font-size: 26px;
  }
  .body-box1 .goodthingking-img {
    width: 36px;
  }
  .body-box1 .ordering-brand {
    flex-wrap: wrap;
    margin-bottom: 38px !important;
  }
  .body-box1 .ordering-brand li a .ser-offeringopa {
    margin-top: 8px !important;
  }
  .body-box1 .get-respons-1199 {
    padding-top: 20px !important;
  }
  .body-box1 .all-proje-1199 {
    padding-top: 30px;
  }
  .body-box1 .all-proje199s {
    margin-top: 55px !important;
  }
 .common-serbox {
    height: initial;
  }
  .goodthingking {
    font-size: 26px;
  }
  .goodthingking-img {
    width: 36px;
  }
  .ordering-brand {
    flex-wrap: wrap;
    margin-bottom: 38px !important;
  }
  .ordering-brand li a .ser-offeringopa {
    margin-top: 8px !important;
  }
  .get-respons-1199 {
    padding-top: 20px !important;
  }
  .all-proje-1199 {
    padding-top: 30px;
  }
  .all-proje199s {
    margin-top: 55px !important;
  }
}
.line-shape {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -20px;
  justify-content: space-between;
}
.line-shape span {
  position: relative;
  width: 2px;
  height: 2px;
  display: block;
}
.line-shape span::before, .line-shape span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.line-shape span::after {
  animation: dscroll 2s linear infinite;
  width: 3px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: var(--s1);
  opacity: 0.6;
  box-shadow: rgba(228, 235, 242, 0.2) 0px 8px 24px;
}
.line-shape span:nth-child(2)::after {
  animation: dscroll 2.1s linear infinite;
}
.line-shape span:nth-child(3)::after {
  animation: dscroll 2.2s linear infinite;
}
.line-shape span:nth-child(4)::after {
  animation: dscroll 2.3s linear infinite;
}
.line-shape span:nth-child(5)::after {
  animation: dscroll 2.4s linear infinite;
}
.line-shape span:nth-child(6)::after {
  animation: dscroll 1s linear infinite;
}
.line-shape span:nth-child(7)::after {
  animation: dscroll 3.5s linear infinite;
}
.line-shape span:nth-child(8)::after {
  animation: dscroll 4.5s linear infinite;
}
.line-shape span:nth-child(9)::after {
  animation: dscroll 2.8s linear infinite;
}
.line-shape span:nth-child(10)::after {
  animation: dscroll 2.9s linear infinite;
}
.line-shape span:nth-child(11)::after {
  animation: dscroll 5s linear infinite;
}
.line-shape span:nth-child(12)::after {
  animation: dscroll 4.3s linear infinite;
}
.line-shape span:nth-child(13)::after {
  animation: dscroll 3.1s linear infinite;
}
.line-shape span:nth-child(14)::after {
  animation: dscroll 3.5s linear infinite;
}
.line-shape span:nth-child(15)::after {
  animation: dscroll 2.5s linear infinite;
}
.line-shape span:nth-child(16)::after {
  animation: dscroll 3.9s linear infinite;
}
.line-shape span:nth-child(17)::after {
  animation: dscroll 2.5s linear infinite;
}
.line-shape span:nth-child(18)::after {
  animation: dscroll 2s linear infinite;
}
.line-shape span:nth-child(19)::after {
  animation: dscroll 5.1s linear infinite;
}
.line-shape span:nth-child(20)::after {
  animation: dscroll 4s linear infinite;
}
.line-shape span:nth-child(21)::after {
  animation: dscroll 9s linear infinite;
}
.line-shape span:nth-child(22)::after {
  animation: dscroll 5s linear infinite;
}
.line-shape span:nth-child(23)::after {
  animation: dscroll 5.2s linear infinite;
}
.line-shape span:nth-child(24)::after {
  animation: dscroll 4.8s linear infinite;
}
.line-shape span:nth-child(25)::after {
  animation: dscroll 3.4s linear infinite;
}
.line-shape span:nth-child(26)::after {
  animation: dscroll 2s linear infinite;
}
.line-shape span:nth-child(27)::after {
  animation: dscroll 3s linear infinite;
}
.line-shape span:nth-child(28)::after {
  animation: dscroll 4s linear infinite;
}
.line-shape span:nth-child(29)::after {
  animation: dscroll 2.1s linear infinite;
}
.line-shape span:nth-child(30)::after {
  animation: dscroll 2.8s linear infinite;
}
.line-shape span:nth-child(31)::after {
  animation: dscroll 10s linear infinite;
}
.line-shape span:nth-child(32)::after {
  animation: dscroll 8.6s linear infinite;
}
.line-shape span:nth-child(33)::after {
  animation: dscroll 7.2s linear infinite;
}
.line-shape span:nth-child(34)::after {
  animation: dscroll 4.5s linear infinite;
}
.line-shape span:nth-child(35)::after {
  animation: dscroll 3s linear infinite;
}
.line-shape span:nth-child(36)::after {
  animation: dscroll 2.5s linear infinite;
}
.line-shape span:nth-child(37)::after {
  animation: dscroll 5.2s linear infinite;
}
.line-shape span:nth-child(38)::after {
  animation: dscroll 3.2s linear infinite;
}
.line-shape span:nth-child(39)::after {
  animation: dscroll 3.8s linear infinite;
}
.line-shape span:nth-child(40)::after {
  animation: dscroll 4s linear infinite;
}
.line-shape span:nth-child(41)::after {
  animation: dscroll 4.5s linear infinite;
}
.line-shape span:nth-child(42)::after {
  animation: dscroll 7s linear infinite;
}
.line-shape span:nth-child(43)::after {
  animation: dscroll 8.2s linear infinite;
}
.line-shape span:nth-child(44)::after {
  animation: dscroll 4.6s linear infinite;
}
.line-shape span:nth-child(45)::after {
  animation: dscroll 4.6s linear infinite;
}
.line-shape span:nth-child(46)::after {
  animation: dscroll 7s linear infinite;
}
.line-shape span:nth-child(47)::after {
  animation: dscroll 6.2s linear infinite;
}
.line-shape span:nth-child(48)::after {
  animation: dscroll 5.2s linear infinite;
}
.line-shape span:nth-child(49)::after {
  animation: dscroll 7.2s linear infinite;
}
.line-shape span:nth-child(50)::after {
  animation: dscroll 5s linear infinite;
}
.line-shape span:nth-child(51)::after {
  animation: dscroll 2.1s linear infinite;
}
.line-shape span:nth-child(52)::after {
  animation: dscroll 2.2s linear infinite;
}
.line-shape span:nth-child(53)::after {
  animation: dscroll 2.3s linear infinite;
}
.line-shape span:nth-child(54)::after {
  animation: dscroll 2.4s linear infinite;
}
.line-shape span:nth-child(55)::after {
  animation: dscroll 1s linear infinite;
}
.line-shape span:nth-child(56)::after {
  animation: dscroll 3.5s linear infinite;
}
.line-shape span:nth-child(57)::after {
  animation: dscroll 4.5s linear infinite;
}
.line-shape span:nth-child(58)::after {
  animation: dscroll 2.8s linear infinite;
}
.line-shape span:nth-child(59)::after {
  animation: dscroll 2.9s linear infinite;
}
.line-shape span:nth-child(60)::after {
  animation: dscroll 5s linear infinite;
}
.line-shape span:nth-child(61)::after {
  animation: dscroll 4.3s linear infinite;
}
.line-shape span:nth-child(62)::after {
  animation: dscroll 3.1s linear infinite;
}
.line-shape span:nth-child(64)::after {
  animation: dscroll 3.5s linear infinite;
}
.line-shape span:nth-child(65)::after {
  animation: dscroll 2.5s linear infinite;
}
.line-shape span:nth-child(66)::after {
  animation: dscroll 3.9s linear infinite;
}
.line-shape span:nth-child(67)::after {
  animation: dscroll 2.5s linear infinite;
}
.line-shape span:nth-child(68)::after {
  animation: dscroll 2s linear infinite;
}
.line-shape span:nth-child(69)::after {
  animation: dscroll 5.1s linear infinite;
}
.line-shape span:nth-child(70)::after {
  animation: dscroll 4s linear infinite;
}
.line-shape span:nth-child(71)::after {
  animation: dscroll 9s linear infinite;
}
.line-shape span:nth-child(72)::after {
  animation: dscroll 5s linear infinite;
}
.line-shape span:nth-child(73)::after {
  animation: dscroll 5.2s linear infinite;
}
.line-shape span:nth-child(74)::after {
  animation: dscroll 4.8s linear infinite;
}
.line-shape span:nth-child(75)::after {
  animation: dscroll 3.4s linear infinite;
}
.line-shape span:nth-child(76)::after {
  animation: dscroll 2s linear infinite;
}
.line-shape span:nth-child(77)::after {
  animation: dscroll 3s linear infinite;
}
.line-shape span:nth-child(78)::after {
  animation: dscroll 4s linear infinite;
}
.line-shape span:nth-child(79)::after {
  animation: dscroll 2.1s linear infinite;
}
.line-shape span:nth-child(80)::after {
  animation: dscroll 2.8s linear infinite;
}
.line-shape span:nth-child(81)::after {
  animation: dscroll 10s linear infinite;
}
.line-shape span:nth-child(82)::after {
  animation: dscroll 8.6s linear infinite;
}
.line-shape span:nth-child(83)::after {
  animation: dscroll 7.2s linear infinite;
}
.line-shape span:nth-child(84)::after {
  animation: dscroll 4.5s linear infinite;
}
.line-shape span:nth-child(85)::after {
  animation: dscroll 3s linear infinite;
}
.line-shape span:nth-child(86)::after {
  animation: dscroll 2.5s linear infinite;
}
.line-shape span:nth-child(87)::after {
  animation: dscroll 5.2s linear infinite;
}
.line-shape span:nth-child(88)::after {
  animation: dscroll 3.2s linear infinite;
}
.line-shape span:nth-child(89)::after {
  animation: dscroll 3.8s linear infinite;
}
.line-shape span:nth-child(90)::after {
  animation: dscroll 4s linear infinite;
}
.line-shape span:nth-child(91)::after {
  animation: dscroll 4.5s linear infinite;
}
.line-shape span:nth-child(92)::after {
  animation: dscroll 7s linear infinite;
}
.line-shape span:nth-child(93)::after {
  animation: dscroll 8.2s linear infinite;
}
.line-shape span:nth-child(94)::after {
  animation: dscroll 4.6s linear infinite;
}
.line-shape span:nth-child(95)::after {
  animation: dscroll 4.6s linear infinite;
}
.line-shape span:nth-child(96)::after {
  animation: dscroll 7s linear infinite;
}
.line-shape span:nth-child(97)::after {
  animation: dscroll 6.2s linear infinite;
}
.line-shape span:nth-child(98)::after {
  animation: dscroll 5.2s linear infinite;
}
.line-shape span:nth-child(100)::after {
  animation: dscroll 7.2s linear infinite;
}
.line-shape span:nth-child(49)::after {
  animation: dscroll 5s linear infinite;
}
.line-shape span::before {
  width: 3px;
  height: 3px;
  top: 100%;
  left: 0;
  background: var(--s1);
  opacity: 0.4;
  box-shadow: rgba(228, 235, 242, 0.2) 0px 8px 24px;
}
.line-shape span:nth-child(2)::after {
  animation: bscroll 10s linear infinite;
}
.line-shape span:nth-child(3)::after {
  animation: bscroll 9s linear infinite;
}
.line-shape span:nth-child(4)::after {
  animation: bscroll 8s linear infinite;
}
.line-shape span:nth-child(5)::after {
  animation: bscroll 7s linear infinite;
}
.line-shape span:nth-child(6)::after {
  animation: bscroll 6s linear infinite;
}
.line-shape span:nth-child(7)::after {
  animation: bscroll 5s linear infinite;
}
.line-shape span:nth-child(8)::after {
  animation: bscroll 18s linear infinite;
}
.line-shape span:nth-child(9)::after {
  animation: bscroll 16s linear infinite;
}
.line-shape span:nth-child(10)::after {
  animation: bscroll 12s linear infinite;
}
.line-shape span:nth-child(11)::after {
  animation: bscroll 14s linear infinite;
}
.line-shape span:nth-child(12)::after {
  animation: bscroll 13s linear infinite;
}
.line-shape span:nth-child(13)::after {
  animation: bscroll 9s linear infinite;
}
.line-shape span:nth-child(14)::after {
  animation: bscroll 20s linear infinite;
}
.line-shape span:nth-child(15)::after {
  animation: bscroll 4s linear infinite;
}
.line-shape span:nth-child(16)::after {
  animation: bscroll 20s linear infinite;
}
.line-shape span:nth-child(17)::after {
  animation: bscroll 7s linear infinite;
}
.line-shape span:nth-child(18)::after {
  animation: bscroll 9s linear infinite;
}
.line-shape span:nth-child(19)::after {
  animation: bscroll 10s linear infinite;
}
.line-shape span:nth-child(20)::after {
  animation: bscroll 11s linear infinite;
}
.line-shape span:nth-child(21)::after {
  animation: bscroll 9s linear infinite;
}
.line-shape span:nth-child(22)::after {
  animation: bscroll 4s linear infinite;
}
.line-shape span:nth-child(23)::after {
  animation: bscroll 5.2s linear infinite;
}
.line-shape span:nth-child(24)::after {
  animation: bscroll 2s linear infinite;
}
.line-shape span .line-shape span:nth-child(32)::after {
  animation: bscroll 2s linear infinite;
}
.line-shape span:nth-child(33)::after {
  animation: bscroll 4s linear infinite;
}
.line-shape span:nth-child(34)::after {
  animation: bscroll 7s linear infinite;
}
.line-shape span:nth-child(41)::after {
  animation: bscroll 14s linear infinite;
}
.line-shape span:nth-child(42)::after {
  animation: bscroll 8s linear infinite;
}
.line-shape span:nth-child(43)::after {
  animation: bscroll 2s linear infinite;
}
.line-shape span:nth-child(44)::after {
  animation: bscroll 10s linear infinite;
}
.line-shape span:nth-child(47)::after {
  animation: bscroll 11s linear infinite;
}
.line-shape span:nth-child(48)::after {
  animation: bscroll 9s linear infinite;
}
.line-shape span:nth-child(49)::after {
  animation: bscroll 7.2s linear infinite;
}
.line-shape span:nth-child(50)::after {
  animation: bscroll 5s linear infinite;
}

@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}
@keyframes bscroll {
  100% {
    transform: translateY(100vh);
  }
}/*# sourceMappingURL=style.css.map */


.current-menu-item a {
  color: var(--s1) !important;
}

.postbox__comment-input textarea {

  border: unset !important;
}


/* faq */


@media (max-width: 1600px) {
  .faq .animation img:first-child {
    width: 13%;
  }
  .faq .animation img:nth-child(2) {
    width: 13%;
  }
  .faq .animation.vector img:first-child {
    width: 10%;
  }
}
.faq .accordion-single.accordion_bg {
  background: #fff
}
.faq .accordion-single.accordion_bg .accordion-btn,
.faq .accordion-single.accordion_bg .content-area p, .faq .accordion-single.accordion_bg span, .faq .accordion-single.accordion_bg li, .faq .accordion-single.accordion_bg i, .faq .accordion-single.accordion_bg h6 {
  color: rgba(var(--a2), 1);
}
.faq .header-area {
  cursor: pointer;
}
.faq .header-area button {
  font-size: 19px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .faq .header-area button {
    padding-right: 30px;
  }
}
.faq .header-area button::before, .faq .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 5px;
}
.faq .header-area button::before {
  content: "";
  transition: var(--transition);
}
.faq .header-area button::after {
  content: "\f63f";
  font-family: "Font Awesome 5 Free" !important;
  font-size: 24px;
  transform: rotate(0deg);
  transition: var(--transition);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--nw1));
}
@media (max-width: 767px) {
  .faq .header-area {
    font-size: 16px;
  }
}
.faq .content-area {
  display: none;
}
.faq .active button::after {
  content: "\ea68";
  transform: rotate(180deg);
  color: rgba(var(--a2), 1);
}

.faq .header-area button::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free" !important;
  font-size: 14px;
  transform: rotate(0deg);
  transition: var(--transition);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--nw1));
}
.faq .active button::after {
  content: "\f068";
  transform: rotate(180deg);
  color: rgba(var(--a2), 1);
}
.faq .header-area button::before {
  content: "";
  transition: var(--transition);
}
.faq .header-area button::before, .faq .header-area button::after {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 5px;
}

.accordion-single {
  background: #FFFFFF;
  border-radius: 12px;
}


/* Price */

.cbtn:before {
  z-index: -1 !important;
}

.pricehour {
    color: var(--s1);
    font-weight: 600;
}

/* Testimonial */

.testimonial .animation img:first-child {
  top: 30px;
  left: 30px;
}
button.title.accordion-btn.transition.fw-semibold.text-start.d-flex.position-relative.w-100 {
    font-weight: 500 !important;
}
@media (max-width: 1600px) {
  .testimonial .animation img:first-child {
    width: 14%;
  }
}
@media (max-width: 1200px) {
  .testimonial .animation img:first-child {
    top: 15px;
    left: 13px;
  }
}
.testimonial .animation img:last-child {
  bottom: 30px;
  right: 30px;
}
.testimonial .swiper-slide-active .testimonial__content {
  display: block !important;
  width: 100%;
}
.testimonial .swiper-slide-active .testimonial__author img {
  width: 306px;
  height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.testimonial .swiper-slide-next,
.testimonial .swiper-slide-prev {
  position: relative;
}
.testimonial .swiper-slide-next:after,
.testimonial .swiper-slide-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--a2), 0.7);
}
.testimonial .swiper-slide-next .testimonial__author img,
.testimonial .swiper-slide-prev .testimonial__author img {
  width: 200px;
  min-width: 200px;
  height: 376px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial .swiper-slide-next .content__part img,
.testimonial .swiper-slide-prev .content__part img {
  width: unset;
}
@media (min-width: 1400px) {
  /* .testimonial .swiper-slide-prev {
    direction: rtl;
  } */
}
.testimonial .slider-btn i {
  font-size: 36px;
  color: rgba(var(--p1), 1);
}
@media (max-width: 767px) {
  .testimonial .slider-btn i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial .common-slider1 .content__part img {
    width: 30px;
  }
}

.testimonial-secondary .animation img:first-child {
  top: 200px;
  left: 20%;
}
@media (max-width: 1199px) {
  .testimonial-secondary .animation img:first-child {
    top: 100px;
    left: 10%;
    width: 8%;
  }
}
@media (max-width: 479px) {
  .testimonial-secondary .animation img:first-child {
    top: 55%;
    left: 40%;
    width: unset;
    display: flex !important;
  }
}
.testimonial-secondary .animation img:nth-child(2) {
  bottom: 90px;
  right: 20%;
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .testimonial-secondary .animation img:nth-child(2) {
    right: 10%;
    bottom: 90px;
    width: 8%;
  }
}
.testimonial-secondary .swiper-pagination {
  position: initial;
}
.testimonial-secondary .swiper-pagination span {
  background: rgba(var(--nw1), 1);
  opacity: 1;
  height: 16px;
  width: 16px;
}
.testimonial-secondary .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(var(--p1), 1);
  width: 50px;
  border-radius: 12px;
}





@media (max-width: 767px) {
   .common-slider1 .content__part img {
    width: 30px;
  }
}
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
}
}

.testimonial .swiper-slide-active .testimonial__author img {
  width: 306px;
  /* height: 376px; */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
}

.testimonial .swiper-slide-next .testimonial__author img, .testimonial .swiper-slide-prev .testimonial__author img {
  width: 200px;
  min-width: 200px;
  height: 376px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial__author.d-none.d-sm-flex img {
  border-radius: 24px !important;
}

.p111-color {
    color: var(--s1) !important;
}