/*============================================ 
# Template Name:  Construct
# Version: 1.0
# Date: 
# Author: 
# Description:  Construct -  constructing and Building WordPress Theme
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/

:root {
  /* Font Family */
  --body-font: "Barlow", sans-serif;
  --sub-font: "Barlow", sans-serif;
  /* Transition */
  --transition: all 0.5s ease-in-out;
  /* Color styles */
  --p1: #ED5521;
  --p2: #B33012;
  --p3: #00322D;
  --p4: #502E23;
  --p50: #e9effe;
  --p75: #a5bcfa;
  --p100: #7fa0f7;
  --p200: #4878f4;
  --p300: #235cf2;
  --p400: #1940a9;
  --p500: #153894;
  --pra-clr: #605E5D;
  --s1: #FAF3EB;
  --active: #235CF2;
  --ratting: #FDD401;
  --n0: #FFFFFF;
  --n00: #181D20;
  --n10: #fafafa;
  --n20: #f5f5f6;
  --n30: #ebebec;
  --n40: #dedfe0;
  --n50: #00322D;
  --n60: #b0b2b6;
  --n70: #a3a5aa;
  --n80: #94969c;
  --n90: #85878e;
  --n100: #F8F8F8;
  --n200: rgba(255, 255, 255, 20%);
  --n300: #575a63;
  --n400: #4a4e57;
  --n500: #3b3f49;
  --n600: #2e323d;
  --n700: #1c212d;
  --n800: #0d121f;
  --n900: #151515;
  --bg1: #C5DEC8;
  --bg2: #fff;
  --cmborder: rgba(255, 255, 255, 0.20);
}

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

.display-two {
  font-size: 96px;
  line-height: 120%;
}

.display-three {
  font-size: 88px;
  line-height: 120%;
}

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

.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: 56px;
  line-height: 120%;
  font-weight: 800;
}

.fs-two,
h2,
h2 > a {
  font-size: 48px;
  line-height: 124%;
  font-weight: 700;
}

.fs-three,
h3,
h3 > a {
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}

.fs-four,
h4,
h4 > a {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}

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

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

.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;
}
@media (max-width: 1399px) {
  .fs18 {
    font-size: 16px;
  }
}

.cmn-sub {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--sub-font);
}

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: 1399px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 48px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 40px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 32px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 22px;
    line-height: 150%;
    font-weight: 600;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 17px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 40px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 34px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 29px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 26px;
    line-height: 120%;
    font-weight: 700;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 38px;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 32px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 28px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 19px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 400px) {
  .fs-one,
  h1,
  h1 > a {
    font-size: 34px !important;
  }
  .fs-two,
  h2,
  h2 > a {
    font-size: 26px;
  }
  .fs-three,
  h3,
  h3 > a {
    font-size: 24px;
  }
}
.pagination-more-item {
  width: 50px;
  min-width: 50px;
  height: 50px;
  transition: all 0.4s;
}
.pagination-more-item:hover {
  background: var(--p1);
  color: var(--n0);
  border-color: var(--p1) !important;
}
.pagination-more-item:hover i {
  color: var(--n0);
}

.pt-120 {
  padding-top: 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;
    line-height: 31.2px;
  }
  .fs-four,
  h4,
  h4 > a {
    font-size: 20px;
    line-height: 26px;
  }
  .fs-five,
  h5,
  h5 > a {
    font-size: 18px;
    line-height: 20.8px;
  }
  .fs-six,
  h6,
  h6 > a {
    font-size: 16px;
    line-height: 18.8px;
  }
  .fs-seven {
    font-size: 14px;
    line-height: 18.8px;
  }
  .fs-eight {
    font-size: 12px;
    line-height: 18px;
  }
  table thead tr th {
    font-size: 15px;
    line-height: 20.8px;
  }
  a,
  p,
  span,
  button,
  label,
  li {
    font-size: 16px;
    line-height: 22px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
}
@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;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
}
html {
  scroll-behavior: smooth;
}

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

section,
footer {
  overflow: hidden;
}

a,
p,
button,
span,
label,
li {
  margin: 0;
  font-weight: 400;
}
a i,
p i,
button i,
span i,
label i,
li i {
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
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(--sub-font);
  padding: 0;
  margin: 0;
  color: var(--n900);
  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;
  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: 10px 20px;
  width: 100%;
  font-family: var(--body-font);
  outline-color: transparent;
  font-size: 14px;
  border-radius: 6px;
  background-color: transparent;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 16px;
}
input::placeholder,
textarea::placeholder {
  font-size: 16px;
}
input:focus,
textarea:focus {
  box-shadow: none;
  border: 1px solid transparent;
}

::-moz-placeholder {
  font-size: 14px;
}

::placeholder {
  font-size: 14px;
}

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;
}

@media (min-width: 575px) {
  .container {
    max-width: 1326px;
    margin: 0 auto;
  }
}

.alt-color a, .alt-color p, .alt-color span, .alt-color h1, .alt-color h2, .alt-color h3, .alt-color h4, .alt-color h5, .alt-color h6, .alt-color i, .alt-color select, .alt-color button {
  transition: all 0.4s;
}


span {
  transition: all 0.4s;
}

.pra-clr {
  color: var(--pra-clr);
}

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

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

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

.p2-clr {
  color: var(--p2);
}

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

.p3-clr {
  color: var(--p3);
}

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

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

.p4-clr {
  color: var(--p4);
}

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

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

.p50-clr {
  color: var(--p50);
}

.p75-clr {
  color: var(--p75);
}

.p100-clr {
  color: var(--p100);
}

.p200-clr {
  color: var(--p200);
}

.p300-clr {
  color: var(--p300);
}

.p400-clr {
  color: var(--p400);
}

.p500-clr {
  color: var(--p500);
}

.b75-clr {
  color: var(--b75);
}

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

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

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

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

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

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

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

.s4-clr {
  color: var(--s4);
}

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

.s5-clr {
  color: var(--s5);
}

.s6-clr {
  color: var(--s6);
}

.s7-clr {
  color: var(--s7);
}

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

.ratting-clr {
  color: var(--ratting);
}

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

.n0-hover {
  transition: all 0.4s;
}
.n0-hover:hover {
  color: var(--n0);
}

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

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

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

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

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

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

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

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

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

.n30-bg {
  background: var(--n30);
  transition: all 0.4s;
}
.n30-bg:hover {
  background: var(--n20);
}

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

.n40-bt {
  border-top: 1px solid var(--n40) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cmn-border {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cmn-bordert {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cmn-borderb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bg1 {
  background: var(--bg1);
}

.bg2 {
  background: var(--bg2);
}

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

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

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

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

.fw-800 {
  font-weight: 800;
}

.ls {
  letter-spacing: 4px;
}

.dots-cmn {
  width: 4px;
  height: 4px;
  background: var(--n50);
  border-radius: 50%;
  display: block;
}

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

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

span {
  display: inline-block;
}

.transition {
  transition: 0.5s;
}

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

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

*::-webkit-scrollbar {
  width: 0px;
}

.cmn-rightclickbody-profile::-webkit-scrollbar {
  width: 2px;
}

.cmn-rightclickbody::-webkit-scrollbar {
  width: 2px;
}

.cmn-leftclickbody::-webkit-scrollbar {
  width: 2px;
}

.scrolling-chat::-webkit-scrollbar {
  width: 2px;
}

.table-responsivecustom::-webkit-scrollbar {
  width: 2px;
}

@media (max-width: 767px) {
  .table-responsivecustom {
    overflow-x: scroll;
  }
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background: var(--p1);
}

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

.cmn-btn {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  font-weight: 600;
  text-transform: uppercase;
}
.cmn-btn .icons {
  font-size: 16px;
  transition: all 0.4s;
  transform: rotate(-40deg);
}
.cmn-btn::after, .cmn-btn::before {
  position: absolute;
  content: "";
}
.cmn-btn::before {
  height: 0%;
  width: 100%;
  left: 0;
  background: #ff6835;
  z-index: -1;
  transition: all 0.8s;
}
.cmn-btn:hover {
  color: var(--n0);
}
.cmn-btn:hover .icons {
  transform: rotate(-90deg);
}
.cmn-btn:hover::before {
  opacity: 1;
  height: 120%;
}
.cmn-btn.cmn-btn-alt {
  border: 1px solid var(--n0);
}
.cmn-btn.cmn-btn900:hover {
  color: var(--n900);
}

.cmn-btn-storke:hover {
  color: var(--n50);
}

.cmn-btn-white:hover {
  color: var(--n0);
}
.cmn-btn-white:hover .arrow-rot {
  color: var(--n0);
}

.transition {
  transition: all 0.4s;
}

.cm-border {
  border: 1px solid rgba(61, 66, 47, 0.2);
}

.p1-btnhover:hover {
  background: transparent;
}

.fixed-topspace {
  padding-top: 95px;
}
@media (max-width: 991px) {
  .fixed-topspace {
    padding-top: 74px;
  }
}

.cmn-width-swiper {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid var(--cmborder);
  transition: all 0.4s;
}
@media (max-width: 1399px) {
  .cmn-width-swiper {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .cmn-width-swiper {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.cmn-width-swiper.active, .cmn-width-swiper:hover {
  background: var(--p1);
}
.cmn-width-swiper.active i, .cmn-width-swiper:hover i {
  color: var(--n50);
}

.cmn-arrows {
  width: 52px;
  min-width: 52px;
  height: 52px;
}
.cmn-arrows .arrow1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.cmn-arrows .arrow1 i {
  line-height: 2;
}
.cmn-arrows .arrow2 {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.cmn-arrows .arrow2 i {
  line-height: 2;
}
.cmn-arrows:hover .arrow1 {
  left: 150%;
  transform: translate(-50%, -50%);
}
.cmn-arrows:hover .arrow2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.cusz-1 {
  z-index: 1;
}

.cusz1 {
  z-index: 1;
}

.cusz2 {
  z-index: 2;
}

.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);
}

.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: var(--n900);
}
.nice-select .list {
  width: initial;
  background-color: var(--s7);
  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;
  padding: 8px 16px;
}
.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 .list li {
  color: var(--n900) !important;
}
.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: 4px;
  border: 1px solid var(--n100);
}
.checkbox-single .checkmark::after {
  content: "";
}
.checkbox-single input:checked ~ .checkmark::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: var(--n900);
}
.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);
}

.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);
}

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

.radius100 {
  border-radius: 100px;
}

.radius32 {
  border-radius: 32px;
}

.radius16 {
  border-radius: 16px;
}

.cmn-social li .icons {
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.cmn-social li .icons i {
  transition: all 0.5s;
}
.cmn-social li .icons:hover {
  background: var(--p1);
}
.cmn-social li .icons:hover i {
  color: var(--n0);
}
.cmn-social.alt li .icons {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.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;
}

.texta {
  position: relative;
  width: 160px;
  height: 160px;
  color: var(--n900);
  font-size: 14px;
  animation: textRotation 18s linear infinite;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
.texta span {
  position: absolute;
  left: 50%;
  font-size: 14px;
  transform-origin: 0 90px;
  color: var(--n900);
  font-weight: 600 !important;
  text-transform: uppercase;
}

@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 rotates {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zin {
  50% {
    transform: scale(1.1);
  }
}
@keyframes updown {
  50% {
    transform: translateY(-10px);
  }
}
.team-waypent {
  position: absolute;
  top: 130px;
  left: 170px;
  z-index: -1;
}

.team-cap {
  position: absolute;
  right: 70px;
  top: 95px;
  z-index: -1;
}

.team-dolt {
  position: absolute;
  left: -13px;
  bottom: 300px;
  z-index: -1;
}

.testi-checken-element {
  position: absolute;
  top: 70px;
  right: 320px;
}

.Yoga-checken-element {
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: -1;
}

.popular-tometo {
  position: absolute;
  right: 80px;
  bottom: 50px;
  z-index: -1;
}

.popular-brokle {
  position: absolute;
  top: 120px;
  left: -20px;
  z-index: -1;
}

.checken-bests {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
}

.print-bests {
  position: absolute;
  right: 50px;
  top: 120px;
  z-index: -1;
}

.checken-bests-box {
  position: absolute;
  right: 90px;
  bottom: 80px;
  z-index: -1;
}

.slize-half-tometa {
  position: absolute;
  bottom: 300px;
  right: 70px;
  z-index: -1;
}

.group-tometa {
  position: absolute;
  top: 240px;
  left: 0;
  z-index: -1;
}

.faster-flower-menu {
  width: 194px;
  position: absolute;
  left: 50px;
  top: 200px;
  z-index: -1;
  transform: rotate(190deg);
}

.cmn-prit-flower {
  position: absolute;
  top: 250px;
  left: 0;
  z-index: -1;
}

.ponir-slices {
  position: absolute;
  bottom: 200px;
  left: -10px;
  z-index: -1;
}

.back-flowers {
  position: absolute;
  right: 100px;
  bottom: 60px;
  z-index: -1;
}

.Yoga-white-dish {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 200px;
  z-index: -1;
}

@media (max-width: 1599px) {
  .team-waypent {
    top: 30px;
    left: 30px;
  }
  .team-cap {
    right: 30px;
    top: 30px;
  }
  .team-dolt {
    left: -13px;
    bottom: 30px;
  }
  .slize-half-tometa {
    bottom: 20px;
    right: 10px;
  }
  .group-tometa {
    top: 10px;
    left: 0;
  }
}
@media (max-width: 1399px) {
  .testi-checken-element {
    top: 30px;
    right: 10px;
  }
  .Yoga-checken-element {
    bottom: 10px;
    left: 0;
  }
  .popular-tometo {
    right: 10px;
    bottom: 10px;
  }
  .popular-brokle {
    top: 10px;
    left: 0px;
    width: 50px;
  }
  .print-bests {
    right: 10px;
    top: 10px;
  }
  .checken-bests-box {
    right: 10px;
    bottom: 10px;
  }
  .group-tometa {
    display: none;
  }
}
@media (max-width: 1199px) {
  .print-bests,
  .checken-bests {
    opacity: 0.5;
  }
  .checken-bests-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .popular-tometo {
    display: none;
  }
  .popular-brokle {
    display: none;
  }
  .print-bests {
    display: none;
  }
}
@media (max-width: 575px) {
  .team-waypent {
    display: none;
  }
  .team-cap {
    display: none;
  }
  .team-dolt {
    display: none;
  }
}
.cmn-overlay {
  transition: all 0.8s;
  background: rgba(2, 1, 1, 0.78);
  z-index: 999;
  position: fixed;
  top: 0;
  height: 0%;
  width: 100%;
  right: 0;
}
.cmn-overlay.active {
  height: 100%;
}

.sidebar-wrapper {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -320px;
  transition: all 0.9s;
  overflow-y: scroll;
  height: 100vh;
  height: 100%;
  background: var(--n0);
  width: 320px;
  padding: 10px;
}
.sidebar-wrapper.active {
  right: 0px;
}
.sidebar-wrapper .ramove-area {
  border-bottom: 1px solid var(--n40);
  padding: 5px 10px 15px;
}
.sidebar-wrapper .ramove-area .side-logo {
  width: 45px;
  height: 45px;
}
.sidebar-wrapper .ramove-area .side-logo img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar-wrapper .side-remove {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--p1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-wrapper .side-remove:hover {
  cursor: pointer;
}
.sidebar-wrapper .box {
  padding: 18px 10px;
}
.sidebar-wrapper .box .sideba-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sidebar-wrapper .box .sideba-gallery .small-gl {
  width: 32%;
}
.sidebar-wrapper .box .side-infocontact li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-wrapper .box .side-infocontact li .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--n40);
}
.sidebar-wrapper .box .side-infocontact li .icon i {
  color: var(--n50);
  font-size: 18px;
}
.sidebar-wrapper .box .side-infocontact li a {
  color: var(--n50);
  font-weight: 500;
}
.sidebar-wrapper .box .header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-wrapper .box .header-social li a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: all 0.4s;
  border: 1px solid var(--n40);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-wrapper .box .header-social li a svg {
  width: 15px;
  height: 15px;
  transition: all 0.4s;
}
.sidebar-wrapper .box .header-social li a svg path {
  transition: all 0.4s;
}
.sidebar-wrapper .box .header-social li a i {
  font-size: 18px;
  color: var(--n50);
  transition: all 0.4s;
}
.sidebar-wrapper .box .header-social li a:hover {
  background: var(--p1);
}
.sidebar-wrapper .box .header-social li a:hover svg path {
  stroke: var(--n0);
  fill: var(--n0);
}
.sidebar-wrapper .box .header-social li a:hover i {
  color: var(--n0);
}

@media (max-width: 767px) {
  .search-getquote .cmn-btn {
    padding: 5px 14px 6px !important;
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .search-getquote .cmn-btn {
    display: none !important;
  }
}

.search-popup-custom form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--n40);
}
.search-popup-custom form input {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--n50);
  outline: none;
  border: unset;
  padding: 16px 15px;
}
.search-popup-custom form i {
  padding-right: 16px;
  font-size: 20px;
  color: var(--n50);
}
.search-popup-custom form ::-moz-placeholder {
  color: var(--n50);
}
.search-popup-custom form ::placeholder {
  color: var(--n50);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.631);
  z-index: 9999;
}
.preloader span {
  position: absolute;
}
.preloader span:nth-child(1) {
  left: -100px;
  width: 300px;
  height: 100%;
  background: var(--p1);
  opacity: 0.8;
  transition: all 2s;
  animation: pres1 2s linear infinite;
}
.preloader span:nth-child(2) {
  right: -100px;
  width: 300px;
  height: 100%;
  background: var(--p1);
  opacity: 0.8;
  transition: all 2s;
  animation: pres2 2s linear infinite;
}

@keyframes pres1 {
  100% {
    left: 50%;
  }
}
@keyframes pres2 {
  100% {
    right: 50%;
  }
}
.pre-built-sites {
  z-index: 9999;
}
.pre-built-sites .sites-show-button {
  background-color: #292C36;
}
.pre-built-sites .sites-show-button img {
  background: #48A133 !important;
}
.pre-built-sites .buynow-button {
  background: #C72424 !important;
}
.pre-built-sites .button-area {
  top: calc(50% - 100px);
}
.pre-built-sites .button-area button {
  writing-mode: vertical-rl;
}
.pre-built-sites .close-button-area {
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.pre-built-sites .close-button-area.active {
  pointer-events: visible;
  opacity: 1;
}
.pre-built-sites .close-button-area button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #c72424;
}
.pre-built-sites .demo-frame {
  transform: translate(70%, -5%) perspective(50px) rotateY(-25deg);
  transition: all ease-in-out 2s;
  position: fixed;
}
.pre-built-sites .demo-frame.active {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
}
@media (min-width: 575px) {
  .header-section .container {
    max-width: 1742px;
  }
}
.header-section .header-social li a svg {
  width: 16px;
  height: 16px;
}
.header-section .marker-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--p1);
}
.header-section .marker-icon i {
  color: var(--n0);
  font-size: 18px;
}
.header-section .nav-brand {
  width: 100px;
  height: 30px;
  display: block;
}
.header-section .nav-brand img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .header-section .nav-brand {
    max-width: 150px;
  }
  .header-section .nav-brand img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@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 button::after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 18px;
  right: 0px;
  z-index: -1;
  transition: all 1s ease;
  color: var(--n900);
  opacity: 0.5;
}
.header-section .main-navbar .custom-nav .menu-item .sub-menu .menu-link a {
  color: var(--n900);
}
.header-section .main-navbar .custom-nav .menu-item .sub-menu .menu-link a:hover {
  color: var(--p1);
}
.header-section .main-navbar .custom-nav .menu-item,
.header-section .main-navbar .custom-nav .menu-link {
  color: var(--n900);
}
.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 {
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@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: 14px;
  }
}
@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: 14px;
  }
}
.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(--p1);
}
.header-section .main-navbar .custom-nav .menu-item button:hover::after, .header-section .main-navbar .custom-nav .menu-item button.active::after, .header-section .main-navbar .custom-nav .menu-item a:hover::after, .header-section .main-navbar .custom-nav .menu-item a.active::after,
.header-section .main-navbar .custom-nav .menu-link button:hover::after,
.header-section .main-navbar .custom-nav .menu-link button.active::after,
.header-section .main-navbar .custom-nav .menu-link a:hover::after,
.header-section .main-navbar .custom-nav .menu-link a.active::after {
  color: var(--p1);
}
@media (max-width: 991px) {
  .header-section .main-navbar .custom-nav {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 26px;
    height: 44vh !important;
    overflow: auto !important;
  }
  .header-section .main-navbar .custom-nav .menu-item button::after {
    font-size: 16px;
  }
  .header-section .main-navbar .custom-nav .sub-menu {
    display: none;
    padding: 10px 14px 14px;
    border-left: 2px solid var(--p1);
    margin-top: 20px;
    margin-bottom: 10px;
    background: var(--bg2) !important;
  }
  .header-section .main-navbar .custom-nav .sub-menu li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    color: var(--n900);
  }
}
@media (min-width: 992px) {
  .header-section .main-navbar .custom-nav .menu-item {
    padding: 34px 0;
  }
  .header-section .main-navbar .custom-nav .menu-item button:hover button::after {
    transform: rotate(-180deg);
  }
  .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(50px);
    text-wrap: nowrap;
    transition: var(--transition);
    display: initial !important;
    background: var(--n0);
    z-index: 10;
    pointer-events: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .header-section .main-navbar .custom-nav .sub-menu .sub-menu {
    border-left: 2px solid var(--p1);
    left: 99%;
    top: -55px;
    z-index: 9;
  }
  .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(60px);
    pointer-events: auto;
  }
}
.header-section .main-navbar .custom-nav::-webkit-scrollbar {
  width: 2px;
}
.header-section .main-navbar .navbar-toggle-btn {
  width: 36px;
  height: 24px;
  position: relative;
  right: 0;
  transition: var(--transition);
  top: 0;
}
.header-section .main-navbar .navbar-toggle-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--n900);
  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: 12px;
}
.header-section .main-navbar .navbar-toggle-btn span:nth-child(4) {
  top: 24px;
}
.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: 18px;
  width: 0%;
  left: 50%;
}
.header-section .happy-shop {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
}
.header-section .happy-shop .count {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: var(--p1);
  border-radius: 50%;
  font-size: 12px;
  color: var(--n0);
  position: absolute;
  right: -4px;
  top: -4px;
}
@media (max-width: 1600px) {
  .header-section .header-location {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header-section {
    padding: 24px 0;
    background: var(--n0);
  }
}

.header-befforeing::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 79%;
  content: "";
  height: 95px;
  background: var(--n0);
  border-radius: 0 0 100px 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .header-befforeing::before {
    width: 79%;
    height: 90px;
  }
}
@media (max-width: 991px) {
  .header-befforeing::before {
    display: none;
  }
}

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

.cmn-fixed.header-fixed {
  background: var(--n0);
}

.footer {
  z-index: 1;
}
.footer .footer-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@keyframes lf {
  50% {
    transform: translateX(-10px);
  }
}
.footer-widget h5 {
  display: inline-block;
  position: relative;
}
.footer-widget .footer-link li a {
  font-weight: 500;
  position: relative;
  transition: all 0.5s;
}
.footer-widget .footer-link li a::before {
  position: absolute;
  left: 10px;
  top: 2px;
  width: 4px;
  height: 1px;
  background: var(--p1);
  content: "";
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.footer-widget .footer-link li a:hover {
  padding-left: 10px;
  color: var(--p1);
}
.footer-widget .footer-link li a:hover::before {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.footer-widget .footer-mapping li a {
  transition: all 0.4s;
}
.footer-widget .footer-mapping li a:hover {
  color: var(--p1);
}
.footer-widget .social-media li a {
  width: 36px;
  min-width: 36px;
  height: 36px;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.05);
}
.footer-widget .social-media li a i {
  font-size: 16px;
  color: var(--n0);
  transition: all 0.4s;
}
.footer-widget .social-media li a:hover {
  background: var(--p1);
}
.footer-widget .contact-info-content li {
  font-size: 20px;
  color: var(--p1);
}
.footer-widget .contact-info-content li a {
  color: var(--n0);
  font-size: 16px;
}

.footer-border {
  border-right: 1px solid var(--n200);
}
@media (max-width: 575px) {
  .footer-border {
    border: unset;
  }
}

.max-320 {
  max-width: 320px;
}

.footer-top .footer-top-inner .newsletter-footer form {
  display: grid;
  align-items: center;
  gap: 20px;
}
.footer-top .footer-top-inner .newsletter-footer form input {
  background: transparent;
  padding: 10px 20px;
  height: 56px;
  border: unset;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  border-radius: 0;
  color: var(--n0);
}
.footer-top .footer-top-inner .newsletter-footer form .submit-btn {
  padding: 12px 24px;
  background: var(--p1);
  color: var(--n0);
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-quote {
  position: relative;
}
.footer-quote::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: var(--n900);
  z-index: -1;
}
.footer-quote .foter-quote-wrapper {
  position: relative;
  padding: 137px 110px 137px 0;
}
.footer-quote .foter-quote-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 73%;
  height: 100%;
  content: "";
  background: url(../../assets/images/footer/footer-quote-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.footer-quote .foter-quote-wrapper h2 {
  max-width: 520px;
}
.footer-quote .fl-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1700px) {
  .footer-quote .foter-quote-wrapper {
    padding: 100px 1px 100px 0;
  }
  .footer-quote .foter-quote-wrapper::before {
    width: 100%;
  }
  .footer-quote .foter-quote-wrapper h2 {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .footer-quote .foter-quote-wrapper {
    padding: 70px 1px 80px 0;
  }
}

.order-newsletter {
  z-index: 1;
}
.order-newsletter .fresh-element {
  position: absolute;
  top: 30%;
  left: 200px;
}
.order-newsletter .slice-element {
  position: absolute;
  right: 100px;
  top: 0%;
  animation: zoomin 8s linear infinite;
  max-width: 420px;
}
@media (max-width: 1599px) {
  .order-newsletter .fresh-element {
    top: 30%;
    left: 20px;
  }
  .order-newsletter .slice-element {
    right: 1px;
    top: 0%;
  }
}
@media (max-width: 1399px) {
  .order-newsletter .fresh-element {
    left: 2px;
  }
  .order-newsletter .slice-element {
    right: 1px;
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .order-newsletter .fresh-element {
    top: 20%;
    max-width: 100px;
    z-index: -1;
  }
  .order-newsletter .slice-element {
    top: 5%;
    max-width: 200px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .order-newsletter .fresh-element {
    top: 1%;
    max-width: 70px;
  }
  .order-newsletter .slice-element {
    display: none;
  }
}

@keyframes zoomin {
  50% {
    transform: scale(1.1);
  }
}
.order-newsletter-content .cmn-sub {
  font-size: 24px;
  font-weight: 400;
  color: var(--p1);
  font-family: var(--sub-font);
}
.order-newsletter-content .newsletter-form {
  max-width: 574px;
  margin: 0 auto;
  border-radius: 8px;
}
.order-newsletter-content .newsletter-form button,
.order-newsletter-content .newsletter-form input {
  background: transparent;
  height: 55px;
  border-radius: 0;
  outline: none;
  color: var(--n100);
  font-size: 14px;
}
.order-newsletter-content .newsletter-form input {
  padding: 18px 14px;
}
.order-newsletter-content .newsletter-form ::-moz-placeholder {
  color: var(--n100);
}
.order-newsletter-content .newsletter-form ::placeholder {
  color: var(--n100);
}
.order-newsletter-content .newsletter-form button {
  background: var(--p1);
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--n900);
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 8px;
}
.order-newsletter-content .newsletter-form button i {
  color: var(--n900);
}
@media (max-width: 575px) {
  .order-newsletter-content .newsletter-form button,
  .order-newsletter-content .newsletter-form input {
    height: 40px;
    height: 40px;
    padding: 5px 16px;
    font-size: 16px;
  }
}

.quantity {
  display: flex;
  border: 1px solid var(--n40);
  overflow: hidden;
  padding: 4px 24px;
}
.quantity button {
  border: none;
  cursor: pointer;
  font-size: 28px;
  width: 30px;
  height: auto;
  text-align: center;
}
.quantity .input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
  font-weight: 600;
  color: var(--n900);
}
.quantity .input-box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .input-box[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 1399px) {
  .quantity {
    padding: 0px 16px;
  }
}

.react-btn {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: all 0.4s;
}
.react-btn i {
  transition: all 0.4s;
  font-size: 19px;
  color: var(--n900);
}
.react-btn:hover {
  background: var(--p1);
}
.react-btn:hover i {
  color: var(--n0);
}

.tabcontents {
  position: relative;
}

.tabcontents .tabitem {
  transform: translateY(100px);
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s all;
}

.tabcontents .tabitem.active {
  position: initial;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
}

.about-section {
  position: relative;
}
.about-section .regtengle-element {
  position: absolute;
  top: 120px;
  right: 240px;
  animation: cir360 2s linear infinite;
}
.about-section .xes-element {
  position: absolute;
  right: 250px;
  bottom: 180px;
  animation: zomin 2s linear infinite;
}
@media (max-width: 1199px) {
  .about-section .xes-element {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about-section .regtengle-element {
    display: none;
  }
}

@keyframes zomin {
  50% {
    transform: scale(1.04);
  }
}
@keyframes cir360 {
  100% {
    transform: rotate(360deg);
  }
}
.about-thumb-wrap {
  height: 650px;
  position: relative;
  z-index: 1;
}
.about-thumb-wrap .thumb1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about-thumb-wrap .thumb2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-thumb-wrap .arrow-downelement {
  position: absolute;
  right: 28px;
  top: 34px;
  animation: updown 2s linear infinite;
}
.about-thumb-wrap .box-ratio {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: -1;
  animation: lf 2s linear infinite;
}
@media (max-width: 575px) {
  .about-thumb-wrap .thumb1 {
    max-width: 400px;
  }
  .about-thumb-wrap .thumb1 img {
    width: 100%;
  }
  .about-thumb-wrap .thumb2 {
    max-width: 280px;
  }
  .about-thumb-wrap .thumb2 img {
    width: 100%;
  }
  .about-thumb-wrap .arrow-downelement {
    display: none;
  }
  .about-thumb-wrap .box-ratio {
    display: none;
  }
}
@media (max-width: 450px) {
  .about-thumb-wrap {
    height: 350px;
  }
  .about-thumb-wrap .thumb2 {
    display: none;
  }
}

.about-content .call-box .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
@media (max-width: 575px) {
  .about-content .call-box .icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}

.project-innerone {
  transition: all 0.5s;
}
.project-innerone:hover {
  background: var(--p1);
}
.project-innerone:hover .project-content-right .rof-border {
  background: var(--n0);
}
.project-innerone:hover .project-content-right .boxes {
  max-width: 364px;
}
.project-innerone:hover .project-content-right p,
.project-innerone:hover .project-content-right h4,
.project-innerone:hover .project-content-right a,
.project-innerone:hover .project-content-right span {
  color: var(--n0);
}
.project-innerone:hover .project-content-right .icon {
  background: var(--n0);
}
.project-innerone:hover .project-content-right .icon i {
  color: var(--n900);
}

.project-content-right .rof-border {
  width: 26px;
  height: 1px;
  background: var(--n900);
}
.project-content-right .boxes {
  max-width: 364px;
}

.triggrer-section {
  padding: 120px 0;
  z-index: 1;
}
.triggrer-section .blue-rightprint {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.triggrer-section .tigger-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1700px) {
  .triggrer-section .tigger-thumb {
    max-width: 700px;
  }
  .triggrer-section .tigger-thumb img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .triggrer-section {
    padding: 130px 0;
  }
  .triggrer-section .tigger-thumb {
    max-width: 500px;
  }
  .triggrer-section .tigger-thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .triggrer-section {
    padding: 90px 0 100px;
  }
  .triggrer-section .tigger-thumb {
    max-width: 300px;
  }
  .triggrer-section .tigger-thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .triggrer-section {
    padding: 80px 0 90px;
  }
  .triggrer-section .tigger-thumb {
    opacity: 0.2;
  }
}

.choose-section {
  z-index: 1;
}
.choose-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  content: "";
  z-index: -1;
  background: var(--n900);
}
@media (max-width: 1199px) {
  .choose-section::before {
    height: 100%;
  }
}

.choose-content .choole-inner .choose-item .icon {
  min-width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.choose-content .choole-inner .choose-item:hover h5 a {
  color: var(--p1);
}
@media (max-width: 500px) {
  .choose-content .choole-inner .choose-item {
    display: grid !important;
  }
  .choose-content .choole-inner .choose-item .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .choose-content .choole-inner .choose-item .icon img {
    width: 30px;
  }
}

.value-item {
  transition: all 0.5s;
}
.value-item .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  transition: all 0.5s;
}
.value-item p {
  max-width: 286px;
}
.value-item.active, .value-item:hover {
  background: var(--p1);
}
.value-item.active .icon, .value-item:hover .icon {
  background: var(--n0);
}
.value-item.active .icon img, .value-item:hover .icon img {
  filter: brightness(0);
}
.value-item.active h4 a, .value-item:hover h4 a {
  color: var(--n0);
}
.value-item.active p, .value-item:hover p {
  color: var(--n0);
}
@media (max-width: 1399px) {
  .value-item .icon {
    width: 50px;
    height: 50px;
  }
  .value-item .icon img {
    width: 30px;
  }
}
@media (max-width: 991px) {
  .value-item {
    background: var(--n100);
  }
}

.faq .header-area {
  cursor: pointer;
}
.faq .header-area button {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--sub-font);
  transition: all 0.4s;
  color: var(--n50);
}
@media (max-width: 1199px) {
  .faq .header-area button {
    padding-right: 16%;
  }
}
.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 {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-size: 15px;
  transform: rotate(-20deg);
  transition: var(--transition);
  font-weight: 600;
  color: var(--n900);
}
.faq .content-area {
  display: none;
}
.faq .content-area .content-body {
  padding-bottom: 8px;
}
.faq .active button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-size: 15px;
  transform: rotate(140deg);
  color: var(--p1);
}
.faq .active button::before {
  background-color: var(--n0);
  color: var(--p1) !important;
}
.faq .accordion-single {
  transition: all 0.5s;
  border: 1px solid var(--n40);
}
.faq .accordion-single.active {
  background: var(--p3);
}
.faq .accordion-single.active button {
  color: var(--p1);
}
.faq .accordion-single.active p {
  color: var(--n0);
  font-size: 18px;
}
@media (max-width: 1199px) {
  .faq .header-area button {
    font-size: 18px;
  }
}


.hero-banner .banner-slide-inner {
  position: relative;
  padding: 260px 0 280px;
  z-index: 1;
}
.hero-banner .banner-slide-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.hero-banner .banner-slide-inner .banner-content-box {
  max-width: 850px;
  padding: 0 0 0 160px;
}
.hero-banner .banner-slide-inner .banner-content-box p {
  max-width: 631px;
}
.hero-banner .banner-slide-inner .banner-content-box .display-three {
  font-family: var(--sub-font);
  line-height: 110%;
  font-weight: 700;
}
.hero-banner .banner-slide-inner .banner-content-box .bn-vid {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 1px solid var(--n0);
  position: relative;
  z-index: 1;
}
.hero-banner .banner-slide-inner .banner-content-box .bn-vid::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--n0);
  border-radius: 50%;
  z-index: -1;
  animation: vizom 2s linear infinite;
}
@media (max-width: 1700px) {
  .hero-banner .banner-slide-inner {
    padding: 190px 0 200px;
  }
  .hero-banner .banner-slide-inner .banner-content-box {
    max-width: 850px;
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1399px) {
  .hero-banner .banner-slide-inner {
    padding: 150px 0 170px;
  }
}
@media (max-width: 991px) {
  .hero-banner .banner-slide-inner {
    padding: 120px 0 190px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-slide-inner {
    padding: 90px 0 200px;
  }
  .hero-banner .banner-slide-inner .banner-content-box {
    max-width: 750px;
  }
  .hero-banner .banner-slide-inner .banner-content-box p {
    max-width: 631px;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-slide-inner {
    padding: 90px 0 190px;
  }
}
@media (min-width: 575px) {
  .hero-banner .banner-slide-inner .container {
    max-width: 1742px;
  }
}

.hero-banner .con-info-wrap {
  writing-mode: vertical-lr;
  position: absolute;
  left: -104px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.hero-banner .con-info-wrap .in-line {
  width: 104px;
  height: 1px;
  background: var(--n50);
  opacity: 0.5;
}
.hero-banner .con-info-wrap a {
  transition: all 0.4s;
}
.hero-banner .con-info-wrap a:hover {
  color: var(--p1);
}
.hero-banner .banner-counting {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-banner .banner-counting .counting-item {
  height: 230px;
  padding: 16px 110px;
}
.hero-banner .banner-counting .counting-item:nth-child(1) {
  background: var(--p1);
}
.hero-banner .banner-counting .counting-item:nth-child(2) {
  background: var(--n0);
}
.hero-banner .swiper-pagination-bn {
  position: absolute;
  bottom: 166px;
  left: 220px;
  z-index: 10;
  display: flex;
  gap: 14px;
}
.hero-banner .swiper-pagination-bn .swiper-pagination-bullet {
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--sub-font);
  opacity: 1;
  border-radius: 0;
  position: relative;
  transition: all 0.5s;
}
.hero-banner .swiper-pagination-bn .swiper-pagination-bullet::before {
  position: absolute;
  right: 0%;
  top: 16px;
  width: 0px;
  content: "";
  height: 2px;
  background: var(--n0);
  transition: all 0.5s;
}
.hero-banner .swiper-pagination-bn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
}
.hero-banner .swiper-pagination-bn .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  left: 16px;
  top: 14px;
  width: 50px;
  content: "";
  height: 1px;
  background: var(--n0);
}
@media (max-width: 1899px) {
  .hero-banner {
    margin-left: 0px;
  }
}
@media (max-width: 1700px) {
  .hero-banner .banner-counting {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .hero-banner .banner-counting .counting-item {
    height: 130px;
    padding: 16px 20px;
  }
  .hero-banner .banner-counting .counting-item .display-three {
    font-size: 38px;
  }
  .hero-banner .swiper-pagination-bn {
    position: absolute;
    bottom: 30px;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-banner .banner-counting {
    position: absolute;
  }
  .hero-banner .banner-counting .counting-item {
    height: 80px;
    padding: 16px 10px;
  }
  .hero-banner .banner-counting .counting-item .display-three {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-counting {
    right: initial;
    left: 0;
  }
  .hero-banner .swiper-pagination-bn {
    position: absolute;
    bottom: 110px;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-banner {
    margin-left: 32px;
  }
  .hero-banner .con-info-wrap {
    writing-mode: vertical-lr;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .hero-banner .con-info-wrap .in-line {
    width: 32px;
    height: 1px;
    background: var(--n50);
    opacity: 0.5;
  }
  .hero-banner .con-info-wrap a {
    transition: all 0.4s;
  }
  .hero-banner .con-info-wrap a:hover {
    color: var(--p1);
  }
}
@media (max-width: 575px) {
  .hero-banner {
    margin-left: 0px;
  }
  .hero-banner .con-info-wrap {
    writing-mode: initial;
    position: absolute;
    left: 14px;
    top: initial;
    bottom: 104px;
    transform: translateY(0%);
    z-index: 9;
  }
  .hero-banner .con-info-wrap .in-line {
    width: 4px;
    height: 4px;
    background: var(--n0);
    opacity: 1;
  }
  .hero-banner .con-info-wrap a {
    color: var(--n0);
    transition: all 0.4s;
    font-size: 12px;
  }
  .hero-banner .con-info-wrap a i {
    color: var(--n0);
    font-size: 15px;
  }
  .hero-banner .con-info-wrap a:hover {
    color: var(--p1);
  }
}

@keyframes vizom {
  10% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.scroll-bar {
  min-width: 90px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -246px;
}
.scroll-bar .sc-text {
  margin-bottom: 14px;
  transition: all 0.4s;
}
.scroll-bar .line {
  width: 1px;
  height: 60px;
  background: var(--n0);
  margin: 0 auto;
  animation: updown 2s linear infinite;
  transition: all 0.4s;
}
.scroll-bar:hover .sc-text {
  color: var(--p1);
}
.scroll-bar:hover .line {
  background: var(--p1);
}
@media (max-width: 1199px) {
  .scroll-bar {
    display: none;
  }
}

@keyframes updwon {
  50% {
    transform: translateY(-10px);
  }
}
.breadcrumnd-hero {
  background: url(../../assets/images/banner/breadcrumnd.png) no-repeat center center;
  background-size: cover;
  padding: 170px 0 180px;
  z-index: 1;
  margin-left: 104px;
}
.breadcrumnd-hero::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 630px;
  height: 100%;
  content: "";
  background: rgba(237, 85, 33, 0.9);
  mix-blend-mode: hard-light;
  z-index: -1;
}
.breadcrumnd-hero .breadcrumnd-list li, .breadcrumnd-hero .breadcrumnd-list a {
  color: var(--n0);
}
@media (max-width: 1899px) {
  .breadcrumnd-hero {
    margin-left: 0;
  }
  .breadcrumnd-hero::before {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .breadcrumnd-hero {
    padding: 120px 0 120px;
  }
}
@media (max-width: 575px) {
  .breadcrumnd-hero {
    padding: 80px 0 90px;
  }
}

.blog-section .section-title {
  max-width: 526px;
}

.blog-items {
  transition: all 0.4s;
}
.blog-items .thumb {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.blog-items .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.blog-items .thumb .date-march {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.blog-items .content h5 {
  max-width: 404px;
}
@media (max-width: 1199px) {
  .blog-items .thumb .date-march {
    left: 14px;
    bottom: 14px;
  }
}
.blog-items:hover {
  border-color: var(--p1);
}
.blog-items:hover .thumb img {
  transform: scale(1.05);
}
.blog-items:hover .content h5 a {
  text-decoration: underline;
  color: var(--p1);
}

.n50-dot {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: var(--p3);
}

.admin-info .admin-line {
  background: rgba(21, 21, 21, 0.1);
  height: 32px;
  width: 1px;
}

.tag li a {
  padding: 8px 20px 10px;
  color: var(--pra-clr);
  background: var(--n100);
  display: inline-block;
  transition: all 0.4s;
}
.tag li a:hover {
  background: var(--p1);
  color: var(--n0);
}

.qotes-content {
  z-index: 1;
}
.qotes-content p {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
.qotes-content .quote {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: -1;
  opacity: 0.3;
}
.qotes-content .industry {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.qotes-content .industry::before {
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--n0);
  content: "";
}
@media (max-width: 1199px) {
  .qotes-content p {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
  }
}

.related-tags-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.related-tags-wrap .real-tag li a {
  background: #F8F8F8;
  padding: 4px 16px 6px;
  color: var(--n900);
  transition: all 0.5s;
  font-weight: 500;
  display: inline-block;
}
.related-tags-wrap .real-tag li a:hover {
  background: var(--p1);
  border-color: var(--p1);
  color: var(--n0);
}
.related-tags-wrap .share-icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
}
@media (max-width: 1199px) {
  .related-tags-wrap .share-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}

.shae-btn {
  transition: all 0.4s;
}
.shae-btn:hover {
  background-color: var(--n900);
  color: var(--n0);
}

.related-info-profile {
  background: #C5DEC8;
}
.related-info-profile .thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.related-info-profile .social-media li a i {
  font-size: 22px;
  transition: all 0.4s;
  color: var(--p3);
}
.related-info-profile .social-media li a i:hover {
  color: var(--p1);
}

.leave-comment-wrap .leave-grp textarea,
.leave-comment-wrap .leave-grp input {
  width: 100%;
  color: var(--pra-clr);
  border: unset;
  border-radius: 0;
  background: #F8F8F8;
  padding: 9px 24px 11px;
}
.leave-comment-wrap .leave-grp ::-moz-placeholder {
  font-weight: 400;
  color: var(--pra-clr);
}
.leave-comment-wrap .leave-grp ::placeholder {
  font-weight: 400;
  color: var(--pra-clr);
}
.leave-comment-wrap .form-check .form-check-input {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  width: 20px;
  height: 20px;
  padding: 2px 2px;
  border-radius: 0;
}

.details-border {
  border: 1px solid rgba(0, 50, 45, 0.3);
}
.details-border .blog-list li a {
  border: 1px solid rgba(0, 50, 45, 0.3);
  padding: 12px;
  transition: all 0.4s;
}
.details-border .blog-list li a .cmn-seri {
  width: 40px;
  min-width: 40px;
  height: 40px;
  transition: all 0.4s;
  color: var(--p3);
}
.details-border .blog-list li a:hover {
  background: var(--p3);
  color: var(--p1);
}
.details-border .blog-list li a:hover .cmn-seri {
  background: var(--p1);
  color: var(--p3);
}

.blog-search form {
  background: var(--p1);
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.blog-search form input {
  width: 100%;
  border: unset;
  font-weight: 500;
  padding: 14px 28px;
  background: var(--p1);
  border-radius: 0;
  outline: none;
  color: var(--n0);
}
.blog-search form ::-moz-placeholder {
  color: var(--n0);
  font-size: 14px;
  font-weight: 500;
}
.blog-search form ::placeholder {
  color: var(--n0);
  font-size: 14px;
  font-weight: 500;
}

.recent-inner li .thumb {
  min-width: 90px;
  display: block;
}
.recent-inner li .thumb img {
  width: 100%;
}
.recent-inner li a {
  transition: all 0.5s;
}
.recent-inner li .content .dates {
  font-size: 13px;
}
.recent-inner li:hover .content a {
  color: var(--p1);
}

.project-details-info {
  width: 90%;
  margin: -70px auto 0;
  z-index: 1;
  position: relative;
}
.project-details-info .cline {
  height: 55px;
  width: 1px;
  background: #fff;
  opacity: 0.2;
}
.project-details-info .single-item .info-date {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .project-details-info {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .project-details-info {
    width: 100%;
  }
  .project-details-info .cline {
    display: none;
  }
}

.project-video .pro-vid {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: var(--n0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-video .pro-vid i {
  font-size: 20px;
  color: var(--n900);
}

.contact-subsection {
  z-index: 1;
}
.contact-subsection .talk-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-subsection .request-wrap textarea,
.contact-subsection .request-wrap input {
  border: unset;
  background: #F8F8F8;
}

.cmn-form textarea,
.cmn-form input {
  border: 1px solid rgba(0, 50, 45, 0.3);
  padding: 14px 28px;
  outline: none;
  border-radius: 0;
  width: 100%;
}

.main-contact-content .social-media li a {
  width: 36px;
  min-width: 36px;
  height: 36px;
  transition: all 0.4s;
  background: var(--n900);
}
.main-contact-content .social-media li a i {
  font-size: 16px;
  color: var(--n0);
  transition: all 0.4s;
}
.main-contact-content .social-media li a:hover {
  background: var(--p1);
}

.location-content {
  padding: 40px 40px;
  box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -6px rgba(16, 24, 40, 0.08);
  background: var(--n0);
}
.location-content .icon {
  width: 70px;
  height: 70px;
}
.location-content .san-cont {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.location-content .francisco li .icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background: #FFF4F0;
}
.location-content .francisco li:hover a {
  color: var(--p1);
}

.live-location .slider-btn {
  position: absolute;
  bottom: 35%;
  left: 31%;
}
.live-location .cmn-width-swiper {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--n900);
  background: var(--n0);
  z-index: 9;
}
.live-location .cmn-width-swiper i {
  color: var(--n900);
}
.live-location .cmn-width-swiper.active, .live-location .cmn-width-swiper:hover {
  background: var(--p1);
  border-color: var(--p1);
}
.live-location .cmn-width-swiper.active i, .live-location .cmn-width-swiper:hover i {
  color: var(--n0);
}
@media (max-width: 1800px) {
  .live-location .slider-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
  }
  .live-location .slider-btn .cmn-width-swiper {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
@media (max-width: 1199px) {
  .live-location .slider-btn {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%);
  }
}

.san-location-inner .location-content {
  max-width: 526px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .san-location-inner .location-content {
    padding: 20px 15px;
    max-width: 526px;
    position: initial;
    top: 0%;
    left: 20px;
    transform: translateY(0%);
  }
}

.map-section iframe {
  width: 100%;
  height: 700px;
}
@media (max-width: 1399px) {
  .map-section iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .map-section iframe {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .map-section iframe {
    height: 300px;
  }
}

.mcontact-section .cmn-form textarea,
.mcontact-section .cmn-form input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.mcontact-section .cmn-form .nice-select {
  border-radius: 0;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.mcontact-section .cmn-form .nice-select .list {
  background: var(--n0);
}
.mcontact-section .cmn-form .nice-select .current {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.mcontact-section .cmn-form .nice-select::after {
  border-color: #999;
}
.mcontact-section .cmn-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mcontact-section .cmn-form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cotact-left-infowrap .info-inner li {
  color: var(--n50);
}
.cotact-left-infowrap .info-inner li a {
  color: var(--n50);
}
.cotact-left-infowrap .info-inner li:hover a {
  color: var(--p1);
}

.team-item .team-content {
  position: absolute;
  transition: all 0.5s;
  transform: scale(0);
  opacity: 0;
}
.team-item .team-content h5 a:hover {
  color: var(--n0);
}
.team-item .social-media li a {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.team-item .social-media li a i {
  color: var(--n0);
  font-size: 16px;
}
.team-item .blue-print {
  position: absolute;
  right: 0;
  top: 0;
  filter: brightness(25);
  opacity: 0;
  transition: all 0.4s;
}
.team-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(237, 84, 33, 0.708);
  transition: all 0.5s;
}
.team-item:hover .team-content {
  transform: scale(1);
  opacity: 1;
}
.team-item:hover .blue-print {
  opacity: 1;
}
.team-item:hover .insta-icon {
  opacity: 1;
  visibility: visible;
}
.team-item:hover::before {
  left: 0;
}

.testimonial-spacig-wrap {
  margin-right: -16%;
  margin-left: 16%;
}
@media (max-width: 1700px) {
  .testimonial-spacig-wrap {
    margin-right: -12%;
    margin-left: 12%;
  }
}
@media (max-width: 1600px) {
  .testimonial-spacig-wrap {
    margin-right: 0%;
    margin-left: 0%;
  }
}

.service-section-slide .slider-btn button.active i, .service-section-slide .slider-btn button:hover i {
  color: var(--n0);
}
.service-section-slide .blue-print-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: lf 2s linear infinite;
}
.service-section-slide .blue-print-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: lf 2s linear infinite;
}

.browse-btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.testimonial-item .service-icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-item .quotes {
  font-size: 56px;
  color: var(--n0);
  opacity: 0.2;
}
.testimonial-item .content p {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-item .content .icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  transition: all 0.4s;
}
.testimonial-item .content .icon i {
  font-size: 16px;
  color: var(--n0);
}
.testimonial-item:hover {
  background: var(--p1);
}
.testimonial-item:hover .content h5, .testimonial-item:hover .content a {
  color: var(--n0);
}
.testimonial-item:hover .content p {
  color: var(--n0);
}
.testimonial-item:hover .content .icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: var(--n0);
}
.testimonial-item:hover .content .icon i {
  color: var(--n900);
}

.learnmore .icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  transition: all 0.4s;
}
.learnmore .icon i {
  font-size: 16px;
  color: var(--n0);
}

.testimonials-sectionv2 .testimoinial-v2thumb {
  height: 100%;
}
.testimonials-sectionv2 .testimoinial-v2thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials-sectionv2 .shape-testi {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-sectionv2 .custom-quote {
  position: absolute;
  right: 44px;
  top: 44px;
}
.testimonials-sectionv2 .slider-btn {
  position: absolute;
  right: 40px;
  bottom: 60px;
  z-index: 1;
}
.testimonials-sectionv2 .slider-btn button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid var(--n0);
}
.testimonials-sectionv2 .slider-btn button.active {
  background: var(--n0);
}
.testimonials-sectionv2 .slider-btn button.active i {
  color: var(--n900);
}
@media (max-width: 1199px) {
  .testimonials-sectionv2 .slider-btn {
    right: 20px;
    bottom: 20px;
  }
  .testimonials-sectionv2 .slider-btn button {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
}

.service-right-box1 {
  border: 1px solid rgba(21, 21, 21, 0.2);
}
.service-right-box1 .servie-list li a {
  border: 1px solid rgba(21, 21, 21, 0.2);
  transition: all 0.4s;
}
.service-right-box1 .servie-list li a:hover {
  background: var(--p1);
  color: var(--n0);
  border-color: var(--p1);
}

.more-service .testimonial-item {
  border: 1px solid var(--n900);
}
.more-service .testimonial-item img {
  filter: brightness(0);
  transition: all 0.4s;
}
.more-service .testimonial-item p {
  color: var(--pra-clr);
}
.more-service .testimonial-item:hover {
  border-color: var(--p1);
}
.more-service .testimonial-item:hover img {
  filter: brightness(25);
}
.more-service .testimonial-item:hover span,
.more-service .testimonial-item:hover a {
  color: var(--n0);
}

.srecive-get form input,
.srecive-get form textarea {
  width: 100%;
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--n0);
  outline: none;
  border-radius: 0;
}
.srecive-get form ::-moz-placeholder {
  color: var(--n0);
  opacity: 0.5;
}
.srecive-get form ::placeholder {
  color: var(--n0);
  opacity: 0.5;
}

.cmn-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #605E5D;
}

.progress_bar_item .item_bar {
  background: var(--bg1);
  border-radius: 100px;
  height: 11px;
}
.progress_bar_item .item_bar .progress {
  border-radius: 100px;
  background: var(--p3);
  height: 11px;
}/*# sourceMappingURL=style.css.map */








