/* ====================== [ Start Typography  ] ====================== */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  color: #000000;
  background: #ffffff !important;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family:"Khand", sans-serif;
  overflow: hidden;
}

#canvas {
  width: 100%;
  height: 100%;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span,
a,
a:hover {
  display: inline-block;
  color: inherit;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
}

a,
span {
  display: inline-block;
}

a:hover,
span:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

.custom-font {
  font-family: "Poppins", sans-serif;
}

.color-font {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.back-color {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.line {
  position: absolute;
  height: 1px;
  width: 65%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.line.top {
  top: 0;
}

.line.bottom {
  bottom: 0;
}

.line.left {
  left: 0;
}

.line.right {
  right: 0;
}

.line-v {
  position: absolute;
  height: 80px;
  width: 1px;
  background: #c17e3d;
  left: 50%;
  opacity: 0.3;
}

.line-v.top {
  top: -30px;
}

.line-v.bottom {
  bottom: -30px;
}

/* ====================== [ End Typography  ] ====================== */

/* ====================== [ Start Helper Classes  ] ====================== */

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

/* .full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
} */

.full-width {
  width: 100% !important;
}

.main-color {
  color: #000 !important;
}

.bg-gray {
  background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
  -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background-color: #000 !important;
}

.bg-dark .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

/* .bg-color {
    background-color: #12c2e9 !important;
} */

.bg-color .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
  background: radial-gradient(ellipse at center, #000, rgb(0, 0, 0) 95%),
    url(../img/patrn1.png);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-bg .item ul li i {
  padding: 0 10px;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-padding {
  padding: 50px 0;
}

.section-ptb {
  padding: 80px 0;
}

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/

.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-50 {
  font-size: 50px !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/

.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

.line-height-60 {
  line-height: 60px;
}

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/

.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/

.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */

/* ====================== [ Start Preloader ] ====================== */

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #c17e3d;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
}

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #000;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px) !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 8px;
  z-index: 9999999999;
  color: #fff;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  color: #fff;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ====================== [ End Preloader ] ====================== */

/* ====================== [ Start Text Animation & Images ] ====================== */

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */

/* ====================== [ Start Cursor Style ] ====================== */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 4px;
  height: 4px;
  z-index: 10000001;
  background-color: #12c2e9;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #12c2e9;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -6px;
  margin-top: -6px;
  width: 15px;
  height: 15px;
  border: 1px solid #12c2e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* ====================== [ End Cursor Style ] ====================== */

/* ====================== [ Start progress-wrap ] ====================== */

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */

/* ====================== [ Start animate headline ] ====================== */

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* ====================== [ End animate headline ] ====================== */

/* ====================== [ Start Overlay ] ====================== */

[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #121319;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */

/* ====================== [ Start Heading ] ====================== */

.sec-head {
  position: relative;
  margin: 0 auto 80px;
}

.sec-head h6 {
  font-weight: 500;
  /* font-size: 17px; */
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 10px;
}

.sec-head h3 {
  font-size: 48px;
  font-weight: 500;
}

.sec-head h2 {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sub-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 70px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.sub-title:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #c17e3d;
  position: absolute;
  left: 0;
  bottom: 45%;
}

.sub-title h6 {
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  padding: 7px 12px;
  border-radius: 10px;
}

.main-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.extra-title {
  font-weight: 700;
}

.sm-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ====================== [ End Heading ] ====================== */

/* ====================== [  Start Button Style ] ====================== */

.butn {
  padding: 15px 35px;
  font-size: 13px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.butn:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.butn.bord {
  border: 1px solid #000000;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
}

.butn.bord:hover {
  background: #000000;
  color: #c17e3d;
  font-weight: 400;
}

.butn.light {
  background: #fff;
  color: #333;
}

.butn.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.butn.dark {
  background: #222;
}

.butn.dark:hover {
  background: #fff;
  color: #333;
}

.butn.color {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border: transparent;
}

.butn.color:hover {
  background: #fff;
  color: #111;
}

.butn.curve {
  border-radius: 5px;
}

.butn.radius {
  border-radius: 30px;
}

/* ====================== [ End Button Style ] ====================== */

/* ====================== [ Start navbar ] ====================== */
.top-bar .nav .nav-item a {
  font-size: 12px;
  font-weight: 500;
}

.navbar {
  position: absolute;
  left: 0;
  /* top: 0; */
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid transparent;
  z-index: 999;
  min-height: 80px;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .navbar-nav .nav-link {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 15px 7px;
  margin: 10px 15px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #c17e3d;
}

.navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  background: #000;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item {
  font-size: 13px;
  padding: 10px 20px;
  opacity: 0.9;
}

.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #c17e3d;
}

.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #fff;
  background: #1b1d21;
  min-width: 185px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #c17e3d;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 30px;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 10px;
}

.navbar .search {
  color: #fff;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .search .icon {
  cursor: pointer;
}

.navbar .logo {
  width: 13%;
  height: 50%;
  padding: 7px 0px;
}

.nav-scroll {
  background: radial-gradient(
        at center center,
        rgba(0, 0, 0, 0.4) 5%,
        rgb(0, 0, 0) 95%
      )
      center center / cover no-repeat fixed,
    url(../img/new-img/head-bg.png);
  border-color: #333538;
  padding: 0;
  position: fixed;
  top: -80px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.nav-scroll .nav-item .nav-link {
  color: #c17e3d;
  font-weight: 600;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #18191d;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info:after {
  height: 100vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links {
  color: #fff;
  margin-top: 30px;
}

.hamenu .menu-links .o-hidden {
  display: inline-block;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
  -ms-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hamenu .menu-links .main-menu > li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hamenu .menu-links .main-menu > li span.nm {
  opacity: 0.8;
  font-size: 11px;
  margin-right: 10px;
}

.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-left: 5px;
}

.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hamenu .menu-links .main-menu .sub-menu li:hover {
  color: #fff;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 10px;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-left: 10px;
}

.hamenu .cont-info {
  color: #fff;
  margin-top: 50px;
  position: relative;
}

.hamenu .cont-info:after {
  content: "";
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -40px;
  top: -170px;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .cont-info .item {
  margin-bottom: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}

.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ====================== [ End navbar ] ====================== */

/* ====================== [ Start Slider ] ====================== */

.slider {
  position: relative;
}

.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider
  .parallax-slider
  .swiper-slide-active
  .caption
  h1[data-splitting]
  .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .butn,
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption .thin {
  color: #12c2e9;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider .parallax-slider .caption .thin span {
  color: #12c2e9;
}

.slider .parallax-slider .caption h1 {
  font-size: 65px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider .parallax-slider .caption .butn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 80px;
  text-transform: uppercase;
}

.slider .parallax-slider .caption.dig h1 .tline {
  margin-left: 80px;
}

.slider .parallax-slider .caption.dig h1 .whitespace {
  width: 20px;
}

.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider .setone.setwo {
  position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.slider .txt-botm {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 8;
}

.slider .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.slider .txt-botm .swiper-nav-ctrl i {
  color: #ccc;
  font-size: 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .txt-botm .swiper-nav-ctrl span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}

.slider .txt-botm .swiper-nav-ctrl:after {
  display: none;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 10px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 40px;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 10px;
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: "/";
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.slider .swiper-pagination-fraction.top.botm {
  top: auto;
  bottom: 40px;
  right: 40px;
}

.slider .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 15px;
  bottom: 40px;
  left: calc(50% - 50px);
  right: auto;
  top: auto;
  text-align: left;
}

.slider .swiper-pagination-fraction.steps:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 8;
}

.slider .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
}

.slider-st {
  min-height: 100vh;
  padding: 120px 0;
}

.slider-st .img {
  position: relative;
}

.slider-st .img:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.slider-st .img:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  border-radius: 15px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0.08;
}

.slider-st .img img {
  border-radius: 15px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}

.slider-stwo {
  min-height: 100vh;
  position: relative;
  padding: 120px 0;
}

.slider-stwo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #18191d;
  z-index: -1;
}

.slider-stwo .img {
  padding-right: 30px;
}

.slider-stwo .img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.05);
}

.slider-stwo ul {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-stwo ul li {
  display: inline-block;
}

.slider-stwo ul li div {
  display: table-cell;
}

.slider-stwo ul li .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-size: 20px;
}

.slider-stwo ul li .icon .bord {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-stwo ul li .icon .bord:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #111215;
  border-radius: 5px;
  z-index: -1;
}

.slider-stwo ul li .icon .bord:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
}

.slider-stwo ul li .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.slider-stwo ul li .cont p {
  font-size: 13px;
  margin-top: 5px;
}

.particles {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.particles .cont h1 {
  font-size: 90px;
  font-weight: 800;
}

.particles .animation-wrapper {
  opacity: 0.5;
}

.slider-bus {
  min-height: 100vh;
  position: relative;
}

.slider-bus .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-bus .setone {
  position: absolute;
  bottom: 8%;
  right: 40px;
  z-index: 8;
}

.slider-bus .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider-bus .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider-bus .setone.setwo {
  position: static;
}

.slider-bus .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider-bus .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 30px;
}

.slider-bus .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 30px;
}

.slider-bus .swiper-pagination-fraction {
  position: absolute;
  right: auto;
  left: 60px;
  bottom: 30px;
  width: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}

.slider-bus .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}

.slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}

.slider-bus .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider-bus .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slider-bus .swiper-slide-active .caption .thin,
.slider-bus .swiper-slide-active .caption .simple-btn,
.slider-bus .swiper-slide-active .caption .butn,
.slider-bus .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider-bus .caption .thin {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider-bus .caption h1 {
  font-size: 90px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.slider-bus .caption p {
  color: #eee;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider-bus .caption .simple-btn,
.slider-bus .caption .butn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider-bus .ontop {
  position: relative;
  z-index: 5;
}

.arch-slider .parallax-slider .caption h5 {
  font-size: 50px;
  font-weight: 200;
}

.arch-slider .parallax-slider .caption h1 {
  font-size: 75px;
  font-weight: 600;
  letter-spacing: 2px;
}

.arch-slider .parallax-slider .caption p {
  font-weight: 300;
  padding-left: 100px;
  margin-left: 100px;
  position: relative;
}

.arch-slider .parallax-slider .caption p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #eee;
  width: 70px;
  height: 1px;
}

.arch-slider .parallax-slider .explore {
  /* margin-left: auto; */
  margin-top: 5px;
  padding-left: 35%;
}

.arch-slider .parallax-slider .explore a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
}

.arch-slider .parallax-slider .explore a i {
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 50px;
  width: 300px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  color: #fff;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}

.arch-slider .setting .next-ctrl {
  padding-left: 25px;
  margin-right: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .prev-ctrl {
  padding-right: 25px;
  margin-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  position: relative;
  opacity: 1;
}

.arch-slider
  .setting
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.curve-bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.pages-header {
  min-height: 75vh;
  padding: 150px 0 0;
  position: relative;
}

.pages-header .cont h1 {
  font-size: 55px;
}

.pages-header .half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  overflow: hidden;
}

.page-header .cont {
  padding: 220px 0 50px;
}

.page-header .cont h1 {
  font-size: 80px;
  font-weight: 600;
}

.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

.page-header .img-wrapper .title {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-align: right;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: 3;
}

.page-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.proj-det.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
}

.page-header.proj-det.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-header.proj-det.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.page-header.proj-det.bg-img .item p a {
  margin: 0 7px;
}

.page-header.proj-det.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.page-header.proj-det.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.static {
  position: static;
}

.main-content {
  background: #111215;
  position: relative;
  z-index: 3;
  overflow-x: hidden !important;
}

/* ====================== [ End Slider ] ====================== */

/* ====================== [ Start showcase ] ====================== */

.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.showcase-full .parallax-slider .caption h1 .stroke {
  margin-bottom: 10px;
}

.showcase-full .parallax-slider .caption h1 .bord {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  border: 0;
  opacity: 0.1;
}

.showcase-full .parallax-slider .caption .discover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

.showcase-full .parallax-slider .caption .discover span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showcase-full .dots {
  bottom: 30px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-carus {
  height: 100vh;
  /* padding-top: 200px; */
  background: #000;
}

.showcase-carus .swiper-container {
  height: 100%;
}

.showcase-carus .caption h1,
.showcase-carus .copy-cap h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 500px;
  width: 500px;
  background-position: center center;
}

.showcase-carus.circle-slide .caption,
.showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
}

.showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
  font-size: 70px;
  display: block;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus.circle-slide .copy-cap .cap h1 span {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showstyle {
  height: 100vh;
}

.showstyle .swiper-container {
  height: 100%;
}

.showstyle .swiper-slide .bg-img {
  height: 70vh;
  margin: 15vh 0 0;
}

.showstyle .caption h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showstyle .caption h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showstyle .caption h1 span {
  margin-left: 200px;
}

.showstyle .caption .discover {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showstyle .caption .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.showstyle .caption .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-grid {
  height: 100vh;
}

.showcase-grid .swiper-container {
  height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #111;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #111;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */

/* ====================== [ Start Intro ] ====================== */

.about .content .co-tit {
  font-weight: 400;
  margin-bottom: 30px;
}

.about .img-mons .img1,
.about .img-mons .img2,
.about .img-mons .img3 {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.about .img-mons .img1 img,
.about .img-mons .img2 img,
.about .img-mons .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.about .img-mons .img2 {
  height: 240px;
}

.about .img-mons .img3 {
  width: 75%;
  margin-top: 20px;
}

.about .img-mons .img3.exp {
  background: #18191d;
  padding: 30px;
}

.about .img-mons .img3.exp h2 {
  font-weight: 800;
  margin-bottom: 5px;
}

.about .img-mons .img3.exp h6 {
  letter-spacing: 2px;
}

.about .blc-img .bimg {
  padding-right: 80px;
  padding-bottom: 80px;
  position: relative;
}

.about .blc-img .bimg img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
}

.about .blc-img .bimg .bg-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  box-shadow: 0px 10px 30px rgba(100, 100, 100, 0.3);
  background-position: center center;
  border-radius: 15px;
  overflow: hidden;
}

.about .blc-img .skills-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #11141b;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  margin-top: -80px;
  right: -50px;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
  box-shadow: 0px 10px 20px -5px rgba(52, 60, 70, 0.1);
}

.about .blc-img .skills-circle .item:last-of-type {
  margin-left: 30px;
}

.about-us .img {
  padding-left: 150px;
  padding-right: 50px;
  position: relative;
}

.about-us .img:before {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  width: 400px;
  height: 400px;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}

.about-us .img .stauts {
  position: absolute;
  bottom: 50px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us .img .stauts .item {
  padding: 30px 20px;
  background: #272727;
  margin-right: 50px;
  position: relative;
}

.about-us .img .stauts .item:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-us .img .stauts .item:first-of-type {
  background: #fff;
  color: #121a21;
}

.about-us .img .stauts .item h4 {
  font-size: 45px;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.about-us .img .stauts .item h4 span {
  font-size: 30px;
  font-weight: 500;
  margin-left: 5px;
}

.about-us .img .stauts .item h6 {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
}

.about-cr .img img {
  width: 105%;
  margin-left: -5%;
}

.about-cr .cont {
  padding-left: 50px;
}

.about-cr .cont h3 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-left: -120px;
}

.about-cr .cont h6 {
  font-size: 30px;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 40px;
}

.about-cr .cont .vid-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-cr .cont .vid-area .vid-icon {
  padding-right: 30px;
}

.about-cr .cont .vid-area .vid-icon .vid-butn {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.about-cr .cont .vid-area .vid-icon .vid-butn:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  background: #111215;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about-cr .cont .vid-area .vid-icon .vid-butn:hover:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.about-cr .cont .vid-area .text {
  font-size: 13px;
}

.about-cr .cont .states {
  margin-top: 50px;
}

.about-cr .cont .states p {
  font-size: 13px;
  margin-top: 10px;
}

.about-ar .img {
  position: relative;
}

.about-ar .img .hero-bg {
  width: 420px;
  height: 420px;
}

.about-ar .img .exp {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 360px;
  height: 360px;
  background: rgba(0, 0, 0, 0.9);
}

.about-ar .img .exp h2 {
  font-size: 150px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c17e3d;
  line-height: 1;
}

.about-ar .img .exp p {
  color: #c17e3d !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-ar .content h3 {
  font-size: 38px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hero-sec .skills-box {
  padding-left: 30px;
}

.hero-sec .skills-box .skill-item {
  margin-bottom: 80px;
}

.intro-section .htit {
  font-size: 28px;
  font-weight: 500;
}

.intro-section .htit span {
  font-size: 17px;
  font-weight: 300;
  color: #12c2e9;
  margin-right: 5px;
}

.intro-section .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.intro-section .item p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.intro-section .item p a {
  margin: 0 7px;
}

.intro-section .item p a:first-of-type {
  margin-left: 0;
}

.intro-section .item p a:last-of-type {
  margin-right: 0;
}

.extra-text {
  font-size: 22px;
}

.js-scroll__content {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  will-change: transform;
}

/* ====================== [ End Intro ] ====================== */

/* ====================== [ Start services ] ====================== */

.services {
  position: relative;
}

.services .container {
  position: relative;
  z-index: 2;
}

.services.box .item-box {
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.01);
}

.services.box .item-box .icon {
  font-size: 60px;
}

.services.box .item-box .icon:after {
  display: none;
}

.services .item-box {
  padding: 80px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.services .item-box .icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  margin-bottom: 30px;
}

.services .item-box .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -1;
  opacity: 0.05;
}

.services .item-box h6 {
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.services .rone > div {
  position: relative;
}

.services .rone > div:nth-of-type(2) {
  margin-bottom: -50px;
  margin-top: auto;
}

.services .rtwo > div {
  position: relative;
}

.services .rtwo > div:nth-of-type(2) {
  margin-bottom: -50px;
  margin-top: auto;
}

.services .mas-item {
  padding: 40px;
  margin: 50px 0;
  background: #18191d;
  position: relative;
  z-index: 2;
}

.services .mas-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18191d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}

.services .mas-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12c2e9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -2;
}

.services .mas-item:hover .bg-color {
  top: 10px;
  left: 10px;
}

.services .mas-item .icon {
  font-size: 45px;
  color: #12c2e9;
  margin-bottom: 30px;
}

.services .mas-item h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}

.services .mas-item .more {
  margin-top: 20px;
  width: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.05);
}

.services .step-item {
  text-align: center;
  padding: 60px;
  margin: 60px auto;
  background: #18191d;
  position: relative;
}

.services .step-item.xbottom {
  bottom: -60px;
}

.services .step-item.xtop {
  top: -60px;
}

.services .step-item.xcolor {
  background: #fff;
  color: #11141b;
}

.services .step-item.xcolor p {
  color: #333;
}

.services .step-item .icon {
  color: #12c2e9;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  margin-bottom: 30px;
}

.services .step-item h6 {
  margin-bottom: 20px;
}

.services .item {
  text-align: center;
  padding: 60px;
  background: #151921;
  position: relative;
}

.services .item .icon {
  color: #12c2e9;
  font-size: 40px;
  margin-bottom: 40px;
}

.services .item h6 {
  margin-bottom: 15px;
}

.services.lficon .item-box {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 60px 40px;
  border-radius: 20px;
}

.services.lficon .item-box.no-curve {
  border-radius: 5px;
}

.services.lficon .item-box .icon {
  text-align: center;
}

.services.lficon .item-box .cont {
  padding-left: 30px;
}

.serv-arch .item {
  padding: 30px 30px;
  position: relative;
  z-index: 2;
}

.serv-arch .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}

.serv-arch .item.active:after {
  opacity: 0.85;
}

.serv-arch .item:hover:after {
  opacity: 0.75;
}

.serv-arch .item:hover p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.serv-arch .item .numb {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #c17e3d;
}

.serv-arch .item h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c17e3d;
}

.serv-arch .item p {
  margin-top: 15px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.serv-arch .item .more {
  margin-top: 15px;
}

/* ====================== [ End services ] ====================== */

/* ====================== [ Start Work ] ====================== */

.portfolio.full-bg {
  position: relative;
}

.portfolio.full-bg .cluom {
  height: 90vh;
  padding: 0;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio.full-bg .cluom.current {
  background: rgba(0, 0, 0, 0.3);
}

.portfolio.full-bg .cluom:hover .info {
  color: inherit;
}

.portfolio.full-bg .cluom:hover .info:after {
  height: 100%;
}

.portfolio.full-bg .cluom:hover .more {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio.full-bg .cluom .info {
  padding: 40px 10px 40px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.portfolio.full-bg .cluom .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio.full-bg .cluom .info h6 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.portfolio.full-bg .cluom .info h5 {
  font-size: 21px;
}

.portfolio.full-bg .cluom .more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio.full-bg .cluom .more i {
  font-size: 10px;
  margin-left: 2px;
}

.portfolio.full-bg .glry-img,
.portfolio.full-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio.full-bg .glry-img {
  overflow: hidden;
}

.portfolio.full-bg .glry-img .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.portfolio.full-bg .glry-img .bg-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.work-carousel .swiper-slide {
  padding: 0px 15px;
}

.work-carousel .swiper-slide-active .noraidus .cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.work-carousel .next-ctrl,
.work-carousel .prev-ctrl {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.work-carousel .next-ctrl:after,
.work-carousel .prev-ctrl:after {
  display: none;
}

.work-carousel .simp-next,
.work-carousel .simp-prev {
  color: #fff;
  top: auto;
  bottom: 0;
}

.work-carousel .simp-next:after,
.work-carousel .simp-prev:after {
  display: none;
}

.work-carousel .simp-next {
  right: 30px;
}

.work-carousel .simp-prev {
  left: 30px;
}

.work-carousel:hover .next-ctrl,
.work-carousel:hover .prev-ctrl {
  opacity: 1;
}

.work-carousel .content {
  position: relative;
}

.work-carousel .content .item-img {
  position: relative;
  height: 480px;
  line-height: 0;
}

.work-carousel .content:hover .item-ig {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.work-carousel .content .cont {
  position: relative;
}

.work-carousel .content .cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.work-carousel .content .cont h4 {
  font-size: 17px;
}

.work-carousel .content .cont .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
}

.work-carousel .content .bgbox {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.work-carousel.caroul .content .item-img {
  height: 480px;
  position: relative;
}

.work-carousel.caroul .content .item-img:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: #18191d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel.caroul .content .bgbox {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel.caroul .content:hover .item-img:after {
  opacity: 1;
}

.work-carousel.caroul .content:hover .bgbox {
  opacity: 1;
}

.work-carousel .noraidus .item-img {
  height: 480px;
  border-radius: 0;
}

.work-carousel .noraidus .cont {
  position: absolute;
  padding: 15px 30px;
  background: #111215;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel .noraidus .cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.work-carousel .noraidus .cont h4 {
  font-size: 17px;
}

.case-study {
  position: relative;
}

.case-study .swiper-slide .container {
  min-height: 80vh;
  padding: 100px 30px;
}

.case-study .swiper-slide.bg-img {
  background-position: center !important;
}

.case-study .swiper-slide .cont span {
  padding: 12px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 50px;
}

.case-study .swiper-slide .cont h6 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.case-study .swiper-slide .cont h4 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.case-study .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 150px;
  z-index: 4;
}

.case-study .controls .swiper-button-next,
.case-study .controls .swiper-button-prev {
  position: static;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #eee;
  color: #fff;
  display: block;
  margin: 5px auto;
  cursor: pointer;
}

.case-study .controls .swiper-button-next:after,
.case-study .controls .swiper-button-prev:after {
  display: none;
}

.half-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background: #18191d;
  z-index: 1;
}

.half-bg.bottom {
  bottom: 0;
}

.half-bg.top {
  top: 0;
}

.half-bg.not-sub {
  background: #0c0f16;
}

.works .lg-space > div {
  padding: 0 50px;
  margin-bottom: 50px;
}

.next-prog .box {
  position: relative;
}

.next-prog .box .bg-img {
  height: 320px;
  width: 320px;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
  position: relative;
}

.next-prog .box .bg-img:before {
  border-radius: 50%;
}

.next-prog .box .caption,
.next-prog .box .copy-cap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.next-prog .box .caption h1,
.next-prog .box .copy-cap h1 {
  font-size: 55px;
  font-weight: 800;
  display: block;
  min-width: 700px;
  text-align: center;
  margin: auto;
}

.next-prog .box .caption h1 .stroke,
.next-prog .box .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.next-prog .box .copy-cap {
  z-index: -1;
}

/* ====================== [ End Work ] ====================== */

/* ====================== [ Start services ] ====================== */

.process .coulmn {
  position: relative;
}

.process .coulmn:after {
  position: absolute;
  content: "";
  width: 75px;
  border-top: 2px dashed #12c2e9;
  top: 75px;
  right: -35px;
}

.process .item {
  text-align: center;
}

.process .item .bg-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

.process .item .bg-img:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 150px;
  position: relative;
  z-index: 3;
}

/* ====================== [ End services ] ====================== */

/* ====================== [ Start Footer ] ====================== */

footer {
  color: #fff;
  padding: 100px 0;
}

footer .item .title h5 {
  margin-bottom: 30px;
}

footer .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
}

footer .item li:last-of-type {
  margin-bottom: 0;
}

footer .item li h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

footer .item li .icon {
  font-size: 30px;
  margin-right: 30px;
}

footer .item li .img {
  width: 150px;
  margin-right: 15px;
}

footer .item .logo {
  margin-bottom: 50px;
}

footer .item .logo img {
  /* width: 35%; */
  align-content: center;
    padding-left: 360px;
    padding-right: 270px;
    size: 77px;
}

footer .item .social a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-right: 10px;
}

footer .item .copy-right {
  margin-top: 30px;
}

footer .item .copy-right p {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}

footer .item .copy-right p a {
  color: #12c2e9;
}


/* ====================== [ End Footer ] ====================== */

/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }

  .md-mb10 {
    margin-bottom: 10px;
  }

  .md-mb20 {
    margin-bottom: 20px;
  }

  .md-mb30 {
    margin-bottom: 30px;
  }

  .md-mb40 {
    margin-bottom: 40px;
  }

  .md-mb50 {
    margin-bottom: 50px;
  }

  .md-mb60 {
    margin-bottom: 60px;
  }

  .md-mb70 {
    margin-bottom: 70px;
  }

  .md-mb80 {
    margin-bottom: 80px;
  }

  .md-pb10 {
    padding-bottom: 10px;
  }

  .md-pb20 {
    padding-bottom: 20px;
  }

  .md-pb30 {
    padding-bottom: 30px;
  }

  .md-pb40 {
    padding-bottom: 40px;
  }

  .md-pb50 {
    padding-bottom: 50px;
  }

  .md-pb60 {
    padding-bottom: 60px;
  }

  .md-pb70 {
    padding-bottom: 70px;
  }

  .md-pb80 {
    padding-bottom: 80px;
  }

  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
/* 
  .container {
    display: flex;
    
} */

/* Default container styling */
.container {
  display: flex;
  flex-direction: row; /* Ensures items are in a row by default */
  justify-content: space-between; /* Adjust space between items */
  align-items: center; /* Align items vertically */
}

/* Footer specific styling */
.footer {
  flex: 1;
  padding: 10px;
  background-color: #f1f1f1;
  text-align: center;
}

/* Adjust for mobile view */
@media (max-width: 768px) {
  .container {
      flex-direction: column; /* Stack items vertically */
      align-items: stretch; /* Ensure full width on smaller screens */
  }
  
  .footer {
      text-align: left; /* Optional: Adjust alignment */
      padding: 15px; /* Add more padding for better spacing */
  }
}



  .navbar {
    min-height: 60px;
    /* padding-top: 5.5rem; */
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
    padding: 10px 15px;
  }

  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .navbar .logo {
    margin-left: 15px;
    width: 00px;
  }

  .nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #fff !important;
  }

  .nav-scroll .navbar-collapse .active,
  .light .navbar-collapse .active {
    color: #12c2e9 !important;
  }

  .navbar .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }

  .navbar .search .search-form {
    display: block;
    position: static;
    height: auto;
  }

  .navbar .search .search-form form {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .navbar .search .search-form form input {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }

  .navbar .search .icon,
  .navbar .search .search-form .close {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #0c0f16;
    text-align: center;
    color: #eee;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    color: #eee;
  }

  .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar .navbar-nav .nav-link:hover {
    color: #c17e3d;
  }

  .slider .parallax-slider .caption.dig {
    text-align: center;
  }

  .slider .parallax-slider .caption.dig h1 {
    font-size: 60px;
  }

  .slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 0;
  }

  .slider .parallax-slider .caption h1 {
    font-size: 50px;
    letter-spacing: 1px;
  }

  .slider .parallax-slider .caption h1 br {
    display: none;
  }

  .slider-stwo .img {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .slider-stwo:after {
    display: none;
  }

  .freelancre .img {
    margin-bottom: 50px;
  }

  .freelancre .states {
    position: relative;
    margin-top: 80px;
  }

  .freelancre .states ul.flex {
    display: block;
  }

  .freelancre .states ul.flex li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .freelancre .states ul.flex .mail-us {
    float: right;
    margin-bottom: 0;
  }

  .showcase-full .parallax-slider .caption h1 span {
    margin-left: 0;
  }

  .showcase-carus .caption h1,
  .showcase-carus .copy-cap h1 {
    font-size: 60px;
    left: auto;
    margin-left: 20px;
  }

  .circle-slide .swiper-slide .bg-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 380px !important;
    width: 380px !important;
    margin: auto !important;
  }

  .circle-slide .swiper-slide.swiper-slide-active .bg-img {
    opacity: 1;
    visibility: visible;
  }

  .showcase-carus.circle-slide .caption h1,
  .showcase-carus.circle-slide .copy-cap h1 {
    font-size: 65px;
  }

  .pages-header .cont h1 {
    font-size: 35px;
  }

  .works-header .capt h1 {
    font-size: 45px;
  }

  .sec-head h3 br {
    display: none;
  }

  .agency .imgsec {
    padding-right: 0;
  }

  .about-cr .img img {
    width: 100%;
    margin: 0;
  }

  .about-cr .cont h3 {
    margin-left: 0;
  }

  .about-cr .cont {
    padding-bottom: 120px;
  }

  .testimonials .item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .testimonials .container-fluid {
    width: auto;
    margin-left: 0;
  }

  #circle {
    display: none;
  }

  .block-sec .vid-area .cont,
  .about .content,
  .skills-box,
  .about-ar .img .hero-bg {
    margin-bottom: 50px;
  }

  .min-area .content,
  .min-area .img {
    padding: 120px 0;
  }

  .services .rtwo > div:nth-of-type(2),
  .services .rone > div:nth-of-type(2) {
    margin-bottom: 0px;
  }

  .services .step-item.xbottom,
  .services .step-item.xtop {
    bottom: auto;
    top: auto;
  }

  .services .step-item {
    margin: 25px 0;
  }

  .block-sec .testim-box {
    margin-bottom: 120px;
  }

  .block-sec .vid-area {
    display: none;
  }

  .portfolio .filtering {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .portfolio-frl .gallery .items,
  .portfolio .gallery .items {
    padding: 0 10px;
    margin: 10px 0;
  }

  .case-study .controls {
    top: 100px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .slider .parallax-slider .caption p {
    margin-left: 0;
  }

  .arch-slider .parallax-slider .explore {
    margin-left: 0;
    margin-top: 50px;
  }

  .blog-grid .item.active {
    margin: 50px 0;
  }

  .footer-half:after {
    width: 100%;
  }

  .footer-half .cont {
    margin-bottom: 50px;
  }

  .next-prog .box .caption h1,
  .next-prog .box .copy-cap h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }

  .sm-mb30 {
    margin-bottom: 30px;
  }

  .sm-mb40 {
    margin-bottom: 40px;
  }

  .sm-mb50 {
    margin-bottom: 50px;
  }

  .sm-mb60 {
    margin-bottom: 60px;
  }

  .sm-mb70 {
    margin-bottom: 70px;
  }

  .sm-mb80 {
    margin-bottom: 80px;
  }

  .sm-pb10 {
    padding-bottom: 10px;
  }

  .sm-pb20 {
    padding-bottom: 20px;
  }

  .sm-pb30 {
    padding-bottom: 30px;
  }

  .sm-pb40 {
    padding-bottom: 40px;
  }

  .sm-pb50 {
    padding-bottom: 50px;
  }

  .sm-pb60 {
    padding-bottom: 60px;
  }

  .sm-pb70 {
    padding-bottom: 70px;
  }

  .sm-pb80 {
    padding-bottom: 80px;
  }

  .container {
    max-width: 540px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }

  .navbar .logo {
    width: 70px;
  }

  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }

  .topnav .container-fluid {
    padding: 0 30px;
  }

  .topnav .logo {
    width: 40px;
  }

  .btn-curve {
    padding: 8px 15px;
  }

  .btn-curve span {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }

  .slider .parallax-slider .caption h1 br {
    display: none;
  }

  .slider .parallax-slider .swiper-slide-active .caption h1 {
    font-size: 30px;
  }

  .slider .social-icon {
    display: none;
  }

  .slider .setone.setwo .prev-ctrl {
    left: 15px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .slider .setone.setwo .next-ctrl {
    left: 70px;
    bottom: 15px;
    top: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .slider .swiper-pagination-fraction.top.botm {
    right: 15px;
    bottom: 15px;
  }

  .slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 40px;
  }

  .slider .parallax-slider .caption.dig h1 {
    font-size: 40px;
  }

  .particles .cont h1 {
    font-size: 55px;
  }

  .slider-stwo ul li div {
    display: block;
  }

  .slider-stwo ul li .cont {
    display: block;
    vertical-align: auto;
    padding-left: 0;
    margin-top: 15px;
  }

  .freelancre {
    padding-top: 200px;
    padding-bottom: 0;
    text-align: center;
  }

  .freelancre .img {
    margin-left: auto;
    margin-right: auto;
  }

  .freelancre:after,
  .freelancre .states ul.flex .mail-us {
    display: none;
  }

  .showcase-carus.circle-slide .caption {
    left: 0;
    text-align: center;
  }

  .showcase-carus.circle-slide .copy-cap {
    display: none;
  }

  .showcase-carus .swiper-slide .bg-img {
    margin: 0;
    height: 100vh;
    background-position: center center;
  }

  .showcase-carus.circle-slide .caption h1,
  .showcase-carus.circle-slide .copy-cap h1 {
    font-size: 50px;
    min-width: auto;
    margin: auto !important;
    left: 0;
  }

  .showcase-full .parallax-slider .caption .discover {
    width: 120px;
    height: 120px;
    letter-spacing: 2px;
    text-transform: capitalize;
  }

  .pages-header {
    padding: 120px 0 80px;
    overflow-x: hidden;
  }

  .works-header .capt h2 {
    font-size: 40px;
  }

  .slider.fixed-slider,
  .works-header.hfixd {
    position: static;
  }

  .main-content {
    margin-top: 0 !important;
  }

  .sub-title h6 {
    font-size: 12px;
  }

  .sec-head h3 {
    font-size: 30px;
  }

  .sec-head h6 {
    font-size: 15px;
    letter-spacing: 5px;
  }

  .agency .imgsec .exp {
    margin-bottom: 15px;
  }

  .about .img-mons .img1,
  .about .img-mons .img2,
  .about .img-mons .img3 {
    height: auto;
  }

  .about .img-mons .img1,
  .about .img-mons .img2,
  .about .img-mons .img3 {
    margin-bottom: 10px;
  }

  .about .img-mons .img3 {
    width: 100%;
    margin-top: 0;
  }

  .about-us .img .stauts .item {
    padding: 25px 15px;
    margin-right: 20px;
  }

  .about-us .img .stauts .item:last-of-type {
    margin-right: 0;
  }

  .about-us .img .stauts .item h4 {
    font-size: 30px;
  }

  .about-us .img .stauts .item h4 span {
    font-size: 20px;
  }

  .about-us .img {
    padding: 0;
  }

  .about-cr .cont h3 {
    font-size: 40px;
  }

  .services .step-item {
    padding: 60px 40px;
  }

  .skills-circle {
    padding-bottom: 0 !important;
  }

  .skills-circle .item {
    margin-bottom: 50px;
  }

  .team .navs {
    top: 20px;
  }

  .block-sec .vid-area .cont h3 {
    font-size: 34px;
  }

  .block-sec .testim-box:after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }

  .call-action .content h2 {
    font-size: 7vw;
  }

  .portfolio .filtering .filter {
    padding: 15px 5px;
    border-radius: 10px;
  }

  .portfolio .filtering span {
    margin: 5px 10px;
  }

  .portfolio .filtering span:after {
    display: none;
  }

  .portfolio-cr .items {
    width: 100% !important;
  }

  .team-crv .img-box .img.sizxl,
  .team-crv .img-box .img.sizmd,
  .team-crv .img-box .img.sizsm {
    width: 100%;
  }

  .blog-pg.blog-list .item .cont {
    padding-left: 15px;
  }

  .blog-pg.single .post .author .author-img,
  .blog-pg.single .post .author .info,
  .blog-pg.single .comments-area .item .comment-img,
  .blog-pg.single .comments-area .item .info {
    display: block;
  }

  .blog-pg.single .post .author .info,
  .blog-pg.single .comments-area .item .info {
    padding-left: 0;
    margin-top: 15px;
  }

  .intro-section .htit {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .hamenu .cont-info {
    display: none;
  }

  .hamenu .menu-links .main-menu > li {
    font-size: 20px;
    padding: 7px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 16px;
  }

  .topnav .container-fluid {
    padding: 0 15px;
  }

  .slider-bus .caption h1 {
    font-size: 50px;
  }

  .showcase-full .dots {
    display: none;
  }

  .slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
    right: 20px;
  }

  .slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: 20px;
  }

  .pages-header .cont .path {
    font-size: 15px;
  }

  .pages-header .cont .path span {
    margin: 0 10px;
  }

  .pages-header .capt h1 {
    font-size: 24px;
  }

  .page-header .cont h1 {
    font-size: 40px;
  }

  .slider .swiper-pagination-fraction.steps {
    bottom: 60px;
  }

  .particles .cont h1 {
    font-size: 30px;
    font-weight: 700;
  }

  .circle-slide .swiper-slide .bg-img {
    height: 280px !important;
    width: 280px !important;
  }

  .freelancre .cont h1 {
    font-size: 22px;
  }

  .freelancre .img {
    width: 200px;
    height: 200px;
  }

  .showcase-carus.circle-slide .caption h1,
  .showcase-carus.circle-slide .copy-cap h1 {
    font-size: 40px;
  }

  .works-header .capt h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }

  .pages-header .cont h1 {
    font-size: 20px;
  }

  .sec-head h3 {
    font-size: 20px;
  }

  .sec-head h2 {
    font-size: 55px;
  }

  .about-us .img .stauts {
    display: none;
  }

  .about-ar .img .hero-bg {
    width: 300px;
    height: 300px;
  }

  .about-ar .img .exp {
    width: 240px;
    height: 240px;
  }

  .about-ar .img .exp h2 {
    font-size: 100px;
  }

  .about-ar .content h3 {
    font-size: 35px;
  }

  .services.lficon .item-box {
    display: block;
  }

  .services.lficon .item-box .cont {
    padding-left: 0;
  }

  .min-area .content h4,
  .agency .content h4 {
    font-size: 28px;
  }

  .portfolio .gallery .items {
    padding: 0 15px;
    margin: 0 0 50px;
  }

  .portfolio .gallery .items.lg-mr {
    margin-top: 50px;
  }

  .portfolio .filtering.smplx span {
    margin: 5px 15px;
  }

  .case-study .swiper-slide .cont h4 {
    font-size: 25px;
  }

  .case-study .controls {
    top: 30px;
    right: 30px;
  }

  .case-study .controls .swiper-button-next,
  .case-study .controls .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .block-sec .vid-area .cont h3 {
    font-size: 28px;
  }

  .video .container .stauts {
    display: none;
  }

  .blog-crv .controls {
    display: none;
  }

  .blog-crv .item .content {
    padding: 30px 15px;
  }

  .blog-list .item {
    display: block;
  }

  .blog-list .item .img {
    width: 100%;
  }

  .blog-list .item .cont {
    padding-left: 0;
    margin-top: 30px;
  }

  .blog-pg.blog-list .item .cont {
    margin-top: 0;
  }

  .blog .item h5 {
    font-size: 20px;
  }

  .blog-pg.single .post .content .share-info {
    display: block;
  }

  .blog-pg.single .post .content .share-info .social,
  .blog-pg.single .post .content .share-info .tags {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
  }

  .blog-pg.single .post .content .share-info .tags {
    margin-top: 5px;
  }

  .blog-pg.single .comments-area .item.relped {
    margin-left: 30px;
  }

  .next-prog .box .bg-img {
    width: 240px;
    height: 240px;
  }

  .next-prog .box .caption h1,
  .next-prog .box .copy-cap h1 {
    font-size: 20px;
    font-weight: 600;
  }

  .next-prog .box .caption h1 .stroke,
  .next-prog .box .copy-cap h1 .stroke {
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
  }
}

/* ====================== [ End Responsive ] ====================== */

.navbar .social-icon {
  /* padding: 0 20px; */
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .social-icon a {
  color: #fff;
  margin: 0 10px;
  font-size: 13px;
}

/* ==================== [ about details ] ====================== */

.about-details {
  height: 80vh;
  background: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.4) 5%,
      rgb(0, 0, 0) 95%
    ),
    url(../img/new-img/gray-world-map-1.jpg);
  /* radial scrim and background image */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  /* background-attachment: fixed; */
}

.about-details .subtitle {
  color: #212529;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 70px;
  position: relative;
}

.about-details .subtitle:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 45%;
}

/* ==================== [ End about details ] ====================== */

.explore {
  margin-top: 10px;
  padding-left: 0%;
}

.explore a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

.explore a i {
  font-size: 12px;
  margin-left: 10px;
}

/* =================== [ Start slider About ] =================== */

/* =================== [ Start room ] =================== */

.rooms1 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 100%;
}

.rooms1 .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rooms1 .item:hover .con {
  bottom: 0;
}

.rooms1 .item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rooms1 .item .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  padding: 10px 3px;
  line-height: 1.5em;
}

.rooms1 .item .category a {
  color: #fff;
}

.rooms1 .item .category:hover {
  color: #fff;
}

.rooms1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.1) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.75) 90%
  );
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
  /* position: relative; */
  color: #c17e3d;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif;
  display: inline;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rooms1 .item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rooms1 .item .con p {
  color: #fff;
  font-size: 20px;
}

.rooms1 .item .con i {
  color: #fff;
  font-size: 12px;
}

.rooms1 .item .con i:hover {
  color: #fff;
  font-size: 12px;
}

.rooms1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #666;
  padding: 11px 30px;
}

.rooms1 .item .con .butn-light:hover {
  border-color: #aa8453;
}

/* line animation */

.rooms1 .item .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: #fff !important;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: auto 0 30px;
}

.rooms1 .item:hover .line {
  width: 100%;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

/* facilities */

.rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
  float: left;
}

.rooms1 .facilities ul li i {
  margin-right: 10px;
}

/* permalink */

.rooms1 .item .con .permalink {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
}

.rooms1 .item .con .permalink a {
  color: #fff;
  text-align: right;
  padding-top: 15px;
}

.rooms1 .item .con .permalink i {
  font-size: 10px;
  text-align: right;
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
  color: #aa8453;
}

/* =================== [ End room ] =================== */

/* =================== [ start sketch ] =================== */

.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
  margin: 2rem 0 20vw;
}

.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 72vh;
  overflow: hidden;
}

.home-showcase
  .home-showcaseSlider
  .swiper-wrapper
  .swiper-slide
  .swiper-image {
  padding: 5vw;
  width: 100%;
  height: calc(100% - (5vw * 2));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.home-showcase
  .home-showcaseSlider
  .swiper-wrapper
  .swiper-slide
  .swiper-image
  .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
  color: #000;
}

.home-showcase
  .home-showcaseSlider
  .swiper-wrapper
  .swiper-slide
  .swiper-image
  .text-container
  h3 {
  font-size: 55px;
}

.home-showcase
  .home-showcaseSlider
  .swiper-wrapper
  .swiper-slide
  .swiper-image
  .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}

.home-showcase
  .home-showcaseSlider
  .swiper-wrapper
  .swiper-slide-active
  .swiper-image
  .filter {
  opacity: 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 3.5% 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #8f9397;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
  top: 70%;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}

@media screen and (max-width: 992px) {
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    color: #c17e3d;
    border: 1px solid #c17e3d;
    padding: 10px 20px;
  }

  .home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide
    .swiper-image
    .text-container
    h3 {
    font-size: 33px;
  }

  .slide-categories {
    height: fit-content;
    width: 100% !important;
  }
}

.home-showcase
  .home-showcaseSlider
  .showcaseSlider-nav
  .showcaseSlider-prev.swiper-button-disabled,
.home-showcase
  .home-showcaseSlider
  .showcaseSlider-nav
  .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}

.home-showcase
  .home-showcaseSlider
  .showcaseSlider-nav
  .showcaseSlider-prev.swiper-button-disabled:after,
.home-showcase
  .home-showcaseSlider
  .showcaseSlider-nav
  .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}

.home-showcase
  .home-showcaseSlider
  .showcaseSlider-nav
  .showcaseSlider-prev::after,
.home-showcase
  .home-showcaseSlider
  .showcaseSlider-nav
  .showcaseSlider-next::after {
  font-size: 4vw;
}

.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}

.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}

.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}

.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s
    infinite normal forwards;
}

@media (min-width: 1024px) {
  .home-showcase {
    margin: 2rem 0 7.9vw;
  }

  .home-showcase .home-showcaseSlider {
    display: block;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: clamp(45rem, 75vh, 5000px);
  }

  .home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide
    .swiper-image {
    align-items: center;
  }

  .home-showcase
    .home-showcaseSlider
    .swiper-wrapper
    .swiper-slide
    .swiper-image
    .text-container {
    max-width: 75%;
    margin: 0;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
    border: 1px solid #c17e3d;
    padding: 10px 20px;
    color: #c17e3d;
  }

  .home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-prev::after,
  .home-showcase
    .home-showcaseSlider
    .showcaseSlider-nav
    .showcaseSlider-next::after {
    font-size: 1vw;
  }

  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }

  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
  }

  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite
      normal forwards;
  }
}

.home-showcase .text-container ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
}

.home-showcase .text-container ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.home-showcase .text-container ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}

.home-showcase .text-container ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.home-showcase .text-container ul.feat li:after {
  display: none;
}

.home-showcase .text-container ul.feat li h6 {
  margin-bottom: 5px;
}

.home-showcase .text-container ul.feat li h6 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
}

.home-showcase .text-container ul.feat li p {
  padding-left: 45px;
}

/* ========================= [ pop-up ] ============================ */

.rooms1 .item .read-more-cont {
  display: none;
}

.rooms1 .item .btn i {
  font-weight: bold !important;
  color: #fff !important;
  font-size: 14px;
}

.rooms1 .item .btn {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 15px;
  cursor: pointer;
  border-radius: 50%;
  display: block;
}

.rooms1 .item .con h6::before {
  content: "";
  height: 1px;
  width: 80px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.popup-box {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.popup-box.open {
  visibility: visible;
  opacity: 1;
}

.popup-box .popup-content {
  background-color: #ffffff;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-box .popup-header {
  padding: 15px 40px 15px 15px;
}

.popup-box .popup-header h3 {
  margin: 0;
  color: #000;
  font-size: 20px;
}

.popup-box .popup-header .popup-close-icon {
  position: absolute;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #555555;
  font-size: 28px;
  line-height: 30px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.popup-box .popup-body {
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.popup-box .popup-body img {
  width: 100%;
  display: block;
  margin-top: 15px;
}

.popup-box .popup-body p {
  font-size: 16px;
  color: #555555;
  margin: 0 0 15px;
  padding: 15px 10px;
}

.popup-box .popup-body a {
  position: relative;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
}

.popup-box .popup-footer {
  padding: 15px;
  border-top: 1px solid #dddddd;
  text-align: right;
}

.popup-box .popup-footer .btn {
  padding: 8px 15px;
  border: 1px solid #555555;
  color: #555555;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
}

.popup-box .popup-footer .btn:focus {
  outline: none;
}

/*responsive*/

@media (max-width: 767px) {
  .rooms1 .item {
    /* flex: 0 0 100%; */
    max-width: 100%;
  }

  .popup-box .popup-content {
    width: calc(100% - 30px);
  }
}

/* ===================== [ categories slider ] ===================== */

.categaori-swiper {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  min-height: 620px;
  overflow: visible;
}

@media screen and (min-width: 500px) {
  .swiper {
    display: grid;
    width: 100%;
    margin: 0 auto;
  }
}

.slide-categories {
  width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: height 0.5s ease-in-out !important;
  overflow: hidden;
  position: relative;
  background: url("../img/arch/furniture/1.jpg") no-repeat 50% 50% / cover;
}

.slide-categories:nth-of-type(2) {
  background: url("../img/arch/furniture/2.jpg") no-repeat 50% 50% / cover;
}

.slide-categories:nth-of-type(3) {
  background: url("../img/arch/furniture/3.jpg") no-repeat 50% 50% / cover;
}

.slide-categories:nth-of-type(4) {
  background: url("../img/arch/furniture/4.jpg") no-repeat 50% 50% / cover;
}

.slide-categories:nth-of-type(5) {
  background: url("../img/arch/furniture/7.jpg") no-repeat 50% 50% / cover;
}

.slide-categories:nth-of-type(6) {
  background: url("../img/arch/furniture/8.jpg") no-repeat 50% 50% / cover;
}

.slide-categories.active {
  height: 360px;
  overflow: visible;
}

.slide-categories:hover {
  height: 360px;
  overflow: visible;
}

.slide-categories .btn-more {
  cursor: pointer;
  background: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.slide-categories .btn-more svg {
  color: #111;
  width: 20px;
  height: 20px;
}

.slide-categories .swiper-content {
  background: #fff;
  color: #111;
  transform: translatey(140px);
  transition: transform 0.7s;
  overflow: hidden;
  visibility: hidden;
  box-shadow: 2px 20px 20px rgba(0, 0, 0, 0.16);
}

.slide-categories .swiper-content-inner {
  padding: 30px 15px;
}

.slide-categories .swiper-content span {
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
  font-size: 0.7rem;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slide-categories .swiper-content hr {
  width: 35px;
  margin: 10px auto;
}

.slide-categories .swiper-content h2 {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.5px;
}

.slide-categories .swiper-content p {
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.slide-categories.active .swiper-content {
  transform: translatey(137px);
  visibility: visible;
}

.slide-categories:hover .swiper-content {
  transform: translatey(137px);
  visibility: visible;
}

.slide-categories:hover .btn-more {
  opacity: 1;
  visibility: visible;
}

.slide-categories.active .btn-more {
  opacity: 1;
  visibility: visible;
}

/* modal popup */

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  pointer-events: none;
  display: grid;
  place-items: center;
}

.modalDialog > div {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding: 5px 20px 13px 20px;
  background: #fff;
  text-align: center;
  height: 600px;
  overflow: auto;
}

@media screen and (min-width: 992px) {
  .modalDialog > div {
    width: 50%;
    max-width: 100%;
    height: auto;
  }
}

.modalDialog > div .modal-content {
  max-width: 765px;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}

.modalDialog > div .modal-content h2 {
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 25px;
}

.modalDialog > div .modal-content p {
  text-align: left;
  line-height: 1.6;
}

.modalDialog > div img {
  width: 100%;
  max-height: 100%;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  margin: 60px auto 30px auto;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog .close {
  padding: 0;
  color: black;
  line-height: 25px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 30px;
  font-size: 2rem;
  text-decoration: none;
  background: none;
  font-weight: bold;
}

.modalDialog .close:hover {
  color: #c17e3d;
}

.product-inspirations-items
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .products
  .product-items
  li.product-item
  .product-item-info
  .new.product {
  width: 35px !important;
}

.cms-index-index
  .product-inspirations-items
  .product-inspirations-slide
  .product-inspirations-slide-image
  img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  /* primi due cancellabili dalle 18 */
  .cms-products
    .product-categories
    .pagebuilder-column-group
    .pagebuilder-column:nth-child(2)
    [data-content-type="text"]
    .product-child
    a {
    line-height: 14px !important;
    height: 40px;
  }

  .cms-products
    .four-products
    .product-items
    .product-item
    .product-item-info
    .product-item-details {
    padding: 35px 0 !important;
  }

  .product-inspirations-items
    .product-inspirations-slide
    .product-inspirations-slide-image
    .image {
    background-size: contain;
    min-height: 280px;
    background-repeat: no-repeat;
  }

  .custom-gallery .gallery-item .item-image-container {
    height: auto;
  }
}

/* ======================== [work carousel - project section ] =================== */

.work-carousel2 .swiper-slide {
  padding: 0px 10px 50px;
}

.work-carousel2 .swiper-slide .img {
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.work-carousel2 .swiper-slide-active .img {
  -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}

.work-carousel2 .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.work-carousel2 .swiper-slide-active .cont h6,
.work-carousel2 .swiper-slide-active .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.work-carousel2 .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: calc(50% - 120px);
  width: 240px;
  height: 2px;
  border-radius: 10px;
  background: #eee;
}

.work-carousel2
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #1e1e1e;
}

.work-carousel2 .swiper-button-next,
.work-carousel2 .swiper-button-prev {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.work-carousel2 .swiper-button-next:after,
.work-carousel2 .swiper-button-prev:after {
  display: none;
}

.work-carousel2:hover .swiper-button-next,
.work-carousel2:hover .swiper-button-prev {
  opacity: 1;
}

.work-carousel2 .content {
  position: relative;
}

.work-carousel2 .content .img {
  position: relative;
  line-height: 0;
}

.work-carousel2 .content .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.work-carousel2 .content .cont {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
}

.work-carousel2 .content .cont h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  color: #c17e3d;
}

.work-carousel2 .content .cont h4 {
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.work-carousel2.mcolumn .swiper-slide {
  padding: 0px;
}

.work-carousel2.mcolumn .swiper-slide .img {
  border-radius: 0;
}

.work-carousel2.mcolumn .swiper-slide-active .img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.work-carousel2.mcolumn .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.work-carousel2 span.imgio {
  width: 100%;
}

/* ======================= [slider-] ====================== */

.carousel-slider {
  min-height: 100vh;
  position: relative;
}

.carousel-slider .gallery-img .bg-img {
  height: 90vh;
  /* border-radius: 15px; */
  position: relative;
}

.carousel-slider .gallery-img .bg-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-slider .gallery-text {
  position: absolute;
  width: auto;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  margin: auto;
  z-index: 9;
}

.carousel-slider .gallery-text .swiper-container,
.carousel-slider .gallery-text .swiper-slide {
  height: 100px !important;
}

.carousel-slider .gallery-text .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
}

.carousel-slider .gallery-text .text {
  width: 100%;
  text-align: center;
  padding: 30px 100px;
  background: transparent;
  color: #000;
  transform: translate(20px);
  transition: transform 0.7s ease 0s;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 2px 20px 20px;
}

@media screen and (max-width: 992px) {
  .carousel-slider .gallery-text .text h4 {
    font-size: 14px !important;
  }

  .carousel-slider .gallery-text .text {
    padding: 30px 33px !important;
    transform: translate(5px) !important;
  }

  .carousel-slider .gallery-text .text h6 {
    font-size: 10px !important;
  }

  .carousel-slider .gallery-text .text h6 span {
    font-size: 12px !important;
  }

  .work-carousel2 .swiper-button-next,
  .work-carousel2 .swiper-button-prev {
    top: 90%;
    width: 40px;
    height: 40px;
    border: 1px solid #c17e3d;
    background-color: transparent;
    color: #c17e3d;
  }

  .carousel-slider .swiper-controls .swiper-button-prev,
  .carousel-slider .swiper-controls .swiper-button-next {
    display: none !important;
  }

  footer .item .logo img {
    width: 100%;
  }
}

.carousel-slider .gallery-text .text hr {
  width: 35px;
  margin: 6px auto;
  color: #fff;
}

.carousel-slider .gallery-text .text h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.carousel-slider .gallery-text .text h6 {
  color: #fff;
  margin-top: 5px;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.carousel-slider .gallery-text .text h6 span {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.carousel-slider .gallery-text .swiper-slide-active .text h6 span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.carousel-slider .swiper-controls {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.carousel-slider .swiper-controls .swiper-button-prev,
.carousel-slider .swiper-controls .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
}

.carousel-slider .swiper-controls .swiper-button-prev:after,
.carousel-slider .swiper-controls .swiper-button-next:after {
  display: none;
}

.carousel-slider .swiper-controls .swiper-button-prev span,
.carousel-slider .swiper-controls .swiper-button-next span {
  white-space: nowrap;
  color: #000;
  font-weight: 600;
}

.carousel-slider .swiper-controls .swiper-button-prev {
  left: 120px;
}

.carousel-slider .swiper-controls .swiper-nav-ctrl div {
  border-bottom: 1px solid #000;
}

.carousel-slider .swiper-controls .swiper-button-prev i {
  margin-right: 15px;
  color: #000;
}

.carousel-slider .swiper-controls .swiper-button-next {
  right: 120px;
}

.carousel-slider .swiper-controls .swiper-button-next i {
  margin-left: 15px;
  color: #000;
}

.carousel-slider .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.carousel-slider .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}

.carousel-slider .swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}

.carousel-slider .path {
  display: none;
}

.carousel-slider .swiper-slide .btn-more {
  cursor: pointer;
  background: #fff;
  display: inline-block !important;
  width: 50px;
  height: 50px;
  display: grid !important;
  place-content: center;
  border-radius: 50%;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  /* right: -35px; */
  right: -5px;
  z-index: 999;
  top: 57px;
  transition: 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.carousel-slider .swiper-slide:hover .btn-more {
  opacity: 1;
  visibility: visible;
}

.carousel-slider .swiper-slide.active .btn-more {
  opacity: 1;
  visibility: visible;
}

/*************************************************************************************************/

/* ====================== [ Start showcase ] ====================== */

.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.showcase-full .parallax-slider .caption h1 .stroke {
  margin-bottom: 10px;
}

.showcase-full .parallax-slider .caption h1 .bord {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  border: 0;
  opacity: 0.1;
}

.showcase-full .parallax-slider .caption .discover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

.showcase-full .parallax-slider .caption .discover span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 50px;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showcase-full .dots {
  bottom: 30px;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 5px;
  height: 5px;
  margin: 0 7px !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.showcase-carus {
  height: 100vh;
  padding-top: 10%;
}

.showcase-carus .swiper-container {
  height: 100%;
}

.showcase-carus .caption h1,
.showcase-carus .copy-cap h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 100vh;
  /*width: 100%; */
  /* border-radius: 50%; */
  margin: auto;
  background-position: center center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img:before {
  /* border-radius: 50%; */
}

.showcase-carus.circle-slide .caption,
.showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
}

.showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
  font-size: 70px;
  display: block;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showstyle {
  height: 100vh;
}

.showstyle .swiper-container {
  height: 100%;
}

.showstyle .swiper-slide .bg-img {
  height: 70vh;
  margin: 15vh 0 0;
}

.showstyle .caption h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showstyle .caption h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.showstyle .caption h1 span {
  margin-left: 200px;
}

.showstyle .caption .discover {
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showstyle .caption .discover i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.showstyle .caption .discover span {
  font-size: 13px;
  font-weight: 600;
}

.showcase-grid {
  height: 100vh;
}

.showcase-grid .swiper-container {
  height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #111;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #111;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */

.sub-bg .logo-ftr {
  text-align: center;
  margin-bottom: 5%;
}

.sub-bg .logo-ftr .social {
  text-align: center;
}

.sub-bg .copy-right {
  text-align: center;
  padding-top: 25px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.09);
}

.sub-bg .link-list {
  text-align: left;
}

.sub-bg .cont {
  margin-right: 20px;
}

footer .item li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
}

#particles-js {
  width: 100%;
  height: 80vh;
  position: absolute;
  /* z-index: 2222; 
    top: 0;
  left: 0; */
}

.showcase-full .swiper-slide .caption ul {
  margin: 0;
}

.showcase-full .swiper-slide .caption ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
  color: #fff;
}

.showcase-full .swiper-slide .caption ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.showcase-full .swiper-slide .caption ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}

.showcase-full .swiper-slide .caption ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.showcase-full .swiper-slide .caption ul.feat li:after {
  display: none;
}

.showcase-full .swiper-slide .caption ul.feat li h6 {
  margin-bottom: 5px;
}

.showcase-full .swiper-slide .caption ul.feat li h6 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
}

/* ====================== [ Start Testimonials ] ====================== */

/* 
.testimonials.grid .testim {
    position: relative;
}

.testimonials.grid .testim .slick-track {
    padding-top: 15px;
}

.testimonials.grid .item {
    position: relative;
    margin: 0 20px;
}

.testimonials.grid .item .quote-icon {
    position: absolute;
    top: -20px;
    right: 12%;
    width: 10%;
    z-index: 2;
}

.testimonials.grid .item .cont {
    padding: 50px 40px 40px;
    border: 10px solid #f7f7f7;
    border-top: 0;
    position: relative;
}

.testimonials.grid .item .cont:after,
.testimonials.grid .item .cont:before {
    content: '';
    position: absolute;
    height: 10px;
    background: #f7f7f7;
    top: 0;
}

.testimonials.grid .item .cont:after {
    width: 75%;
    left: 0;
}

.testimonials.grid .item .cont:before {
    width: 5%;
    right: 0;
}

.testimonials.grid .item .cont p {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #333;
}

.testimonials.grid .item .info {
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}

.testimonials.grid .item .info:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 25px solid #f7f7f7;
    border-right: 30px solid transparent;
    position: absolute;
    left: 100px;
    top: -30px;
}

.testimonials.grid .item .info .author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: table-cell;
}

.testimonials.grid .item .info .author img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonials.grid .item .info h6 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 16px;
}

.testimonials.grid .item .info h6 span {
    color: #b19777;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}

.testimonials.grid .lit-box .cont {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonials.grid .lit-box .info:after {
    border-top-color: #fff !important;
}

.testimonials.grid .navs {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.testimonials.grid .navs span {
    padding: 10px 20px;
    background: #f8f4f3;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials.grid .navs span:hover {
    background: #b19777;
    color: #fff;
}

.testimonials.grid .navs .next {
    left: auto;
    right: 0;
}

.testimonials.bg-img .item .cont {
    border-color: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .item .cont:after,
.testimonials.bg-img .item .cont:before {
    background: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .item .cont p {
    color: #fff;
}

.testimonials.bg-img .item .info:after {
    border-top-color: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .navs span {
    color: #b19777;
}

.testimonials.bg-img .navs span:hover {
    background: #b19777;
    color: #fff;
} */

.testimonials.grid .testim {
  position: relative;
}

.testimonials.grid .testim .slick-track {
  padding-top: 15px;
}

.testimonials.grid .item {
  position: relative;
  margin: 0 20px;
}

.testimonials.grid .item .quote-icon {
  position: absolute;
  top: -20px;
  right: 12%;
  width: 10%;
  z-index: 2;
}

.testimonials.grid .item .cont {
  padding: 50px 40px 40px;
  border: 10px solid #f7f7f7;
  border-top: 0;
  position: relative;
}

.testimonials.grid .item .cont:after,
.testimonials.grid .item .cont:before {
  content: "";
  position: absolute;
  height: 10px;
  background: #f7f7f7;
  top: 0;
}

.testimonials.grid .item .cont:after {
  width: 75%;
  left: 0;
}

.testimonials.grid .item .cont:before {
  width: 5%;
  right: 0;
}

.testimonials.grid .item .cont p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #333;
}

.testimonials.grid .item .info {
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
}

.testimonials.grid .item .info:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid #f7f7f7;
  border-right: 30px solid transparent;
  position: absolute;
  left: 100px;
  top: -30px;
}

.testimonials.grid .item .info .author {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
}

.testimonials.grid .item .info .author img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonials.grid .item .info h6 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 18px;
}

.testimonials.grid .item .info h6 span {
  color: #b19777;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

.testimonials.grid .lit-box .cont {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonials.grid .lit-box .info:after {
  border-top-color: #fff !important;
}

.testimonials.grid .navs {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}

.testimonials.grid .navs span {
  padding: 10px 20px;
  background: #f8f4f3;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials.grid .navs span:hover {
  background: #c17e3d;
  color: #fff;
}

.testimonials.grid .navs .next {
  left: auto;
  right: 0;
}

.testimonials.bg-img .item .cont {
  border-color: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .item .cont:after,
.testimonials.bg-img .item .cont:before {
  background: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .item .cont p {
  color: #fff;
}

.testimonials.bg-img .item .info:after {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .navs span {
  color: #c17e3d;
}

.testimonials.bg-img .navs span:hover {
  background: #c17e3d;
  color: #fff;
}

/* ================= [ Page Header ] =================== */

.works-header {
  min-height: 80vh;
}

.works-header.hfixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.09);
}

.works-header .capt h4 {
  font-weight: 200;
  font-size: 24px;
  line-height: 1.8;
}

.works-header .capt h1 {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.works-header .capt h1 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  color: #12c2e9;
}

.works-header .capt .bactxt {
  font-size: 30vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0.5;
}

/* ===================== [ container about ] =================== */

.container-fluid.about-out {
  position: relative;
  padding: 0px 0 90px;
  background-color: #000;
  /* border-bottom: 1px solid #2f2f2f; */
}

.container-fluid.about-out.inner-service {
  margin-top: 113px;
}

.container-fluid.about-out .container {
  max-width: 1400px;
}

@media screen and (max-width: 1500px) {
  .container-fluid.about-out .container {
    max-width: 1200px;
    /* padding: 0 30px; */
  }
}

.container-fluid.about-out .container .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-fluid.about-out .container .row .service-text {
  text-align: center;
}

.container-fluid.about-out .container .row .service-text .serv-txt-in {
  padding: 50px 100px;
  border: 1px solid #3c3c3c;
  background-color: #0e0e0e;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-fluid.about-out .container .row .service-text h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 50px;
  color: #b8a78d;
  font-family: "Conv_RopaSans-Regular";
}

.container-fluid.about-out .container .row .service-text p {
  color: #d2d2d2 !important;
}

.container-fluid.about-out .container .row .service-text p.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-fluid.about-out .container .row .service-text p.img span {
  display: inline-block;
  margin: 40px 0 25px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
}

.container-fluid.about-out .container .row .service-text p.img span img {
  max-width: 500px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.container-fluid.about-out .container .row .service-text p.img span:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.03);
}

.container-fluid.about-out .container .row .service-text p.img span:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.container-fluid.about-out .container .row .service-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  float: left;
}

.container-fluid.about-out .container .row .service-text ul li {
  color: #b8a78d;
  padding: 5px 10px;
  border: 1px solid #b8a78d;
  margin: 0 5px 10px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.container-fluid.about-out .container .row .service-text ul li:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  display: block;
  z-index: -1;
  background-color: #b8a78d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.container-fluid.about-out .container .row .service-text ul li:hover {
  color: #000;
}

.container-fluid.about-out .container .row .service-text ul li:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* =========================== [ h4 line ] ======================== */
.brand-value .container h4 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 30px;
  color: #c17e3d;
  font-family: "Conv_RopaSans-Regular";
  padding-bottom: 15px;
  position: relative;
}

.brand-value .container h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #c17e3d;
  right: 0;
  -webkit-animation: mover-right 1s linear infinite alternate;
  animation: mover-right 1s linear infinite alternate;
}

/* =========================== [ End h4 line ] ======================== */

.brand-value {
  background: #000;
  padding-top: 200px;
}

.btn-brand-value {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #c17e3d;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 0px;
}

@media screen and (max-width: 992px) {
  .brand-value {
    padding-top: 100px;
  }

  .container-fluid.about-out {
    padding-top: 100px;
  }
}

.container-fluid.about-out .container .row .aside-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
}

.container-fluid.about-out .container .row .aside-about .about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid.about-out .inner-left h4 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 30px;
  color: #c17e3d;
  font-family: "Conv_RopaSans-Regular";
  padding-bottom: 15px;
  position: relative;
}

.container-fluid.about-out h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #c17e3d;
  right: 0;
  -webkit-animation: mover-right 1s linear infinite alternate;
  animation: mover-right 1s linear infinite alternate;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-left
  .inner-left
  p {
  color: #d2d2d2 !important;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right {
  width: 100%;
  float: left;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-1 {
  float: right;
  position: relative;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-1:before {
  content: "";
  position: absolute;
  left: 65px;
  width: 1px;
  top: 0;
  background-color: #c17e3d;
  bottom: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0.4;
  -webkit-animation: mover 1s linear infinite alternate;
  animation: mover 1s linear infinite alternate;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-1.go:before {
  bottom: 80px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-1
  img {
  width: 100%;
  float: right;
  border: 10px solid #0e0e0e;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-2 {
  float: right;
  margin-top: -80px;
  padding-right: 0;
  position: relative;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-2:before {
  content: "";
  position: absolute;
  right: 65px;
  width: 1px;
  top: 100%;
  background-color: #b8a78d;
  opacity: 0.4;
  bottom: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-animation: mover-1 1s linear infinite alternate;
  animation: mover-1 1s linear infinite alternate;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-2.go:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  top: 80px;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right
  .img-2
  img {
  width: 80%;
  float: left;
  border: 10px solid #0e0e0e;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right:hover
  .img-1
  img {
  -webkit-transform: translateX(-62px);
  transform: translateX(-62px);
}

.container-fluid.about-out
  .container
  .row
  .aside-about
  .about-right
  .inner-right:hover
  .img-2
  img {
  -webkit-transform: translateX(62px);
  transform: translateX(62px);
}

.container-fluid.about-out .container .row .aside-about.commercial {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right {
  width: 100%;
  float: left;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-1 {
  float: left;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-1:before {
  content: "";
  position: absolute;
  right: 65px;
  left: inherit;
  width: 1px;
  top: 0;
  background-color: #b8a78d;
  bottom: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0.4;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-1.go:before {
  bottom: 80px;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-1
  img {
  width: 80%;
  float: left;
  border: 10px solid #0e0e0e;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-2 {
  float: left;
  margin-top: -80px;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-2:before {
  content: "";
  position: absolute;
  left: 65px;
  right: inherit;
  width: 1px;
  top: 100%;
  background-color: #b8a78d;
  opacity: 0.4;
  bottom: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-2.go:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  top: 80px;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right
  .img-2
  img {
  width: 80%;
  float: right;
  border: 10px solid #0e0e0e;
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right:hover
  .img-1
  img {
  -webkit-transform: translateX(62px);
  transform: translateX(62px);
}

.container-fluid.about-out
  .container
  .row
  .aside-about.commercial
  .about-right
  .inner-right:hover
  .img-2
  img {
  -webkit-transform: translateX(-62px);
  transform: translateX(-62px);
}

.container-fluid.about-out .container .row .list-contents {
  margin-top: 90px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-fluid.about-out .container .row .list-contents .full-text-out {
  margin-bottom: 30px;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .full-text-out
  .full-text-in {
  border: 1px solid rgba(184, 167, 141, 0.22);
  padding: 35px;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .full-text-out
  .full-text-in:hover {
  border: 1px solid rgba(184, 167, 141, 0.7);
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .full-text-out
  .full-text-in
  h4 {
  padding-bottom: 0;
  position: relative;
  text-align: left;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 10px;
  color: #b8a78d;
  font-family: "Conv_RopaSans-Regular";
  position: relative;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .full-text-out
  .full-text-in
  p {
  color: #d2d2d2 !important;
  text-align: justify;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .full-text-out
  .full-text-in
  p:last-child {
  margin-bottom: 0;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .full-text-out:last-child {
  margin-bottom: 30px;
}

.container-fluid.about-out .container .row .list-contents .cont-boxes {
  max-width: 70%;
  margin: auto;
  margin-bottom: 50px;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .cont-boxes:last-child {
  margin-bottom: 0;
}

.container-fluid.about-out .container .row .list-contents .cont-boxes h4 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 0;
  color: #b8a78d;
  font-family: "Conv_RopaSans-Regular";
  padding-bottom: 15px;
  position: relative;
}

.container-fluid.about-out .container .row .list-contents .cont-boxes p {
  color: #d2d2d2 !important;
}

.container-fluid.about-out
  .container
  .row
  .list-contents
  .cont-boxes
  p:last-child {
  margin-bottom: 0;
}

/* ================= [ team-section ] ================= */

.team .row.no-pad > div {
  padding: 0;
}

.team .item {
  position: relative;
}

.team .item .img {
  position: relative;
}

.team .item .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.team .item .info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #a1a1a1;
}

.team .item-join {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-left: 0;
  padding: 20px 60px;
}

.team .item-join .arrow svg {
  width: 80px;
  height: 80px;
}

/*------------------------------------
    product-detail
------------------------------------*/

.rs-product {
  background: #000;
  padding-top: 200px !important;
}

.rs-product .slick-list {
  padding: 0 0 15px 0 !important;
}

.rs-product.blog-main-home .slick-slide {
  margin: 0 15px;
}

.rs-product.blog-main-home .blog-inner-wrap {
  position: relative;
  margin-top: 15px;
}

.rs-product.blog-main-home .blog-inner-wrap .images-wrap {
  position: relative;
  transition: all 0.8s ease;
}

.rs-product.blog-main-home .blog-inner-wrap .images-wrap img {
  height: 462px;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content {
  position: absolute;
  margin: 0;
  padding: 60px 45px 60px;
  box-shadow: 0 5px 20px #eee;
  top: 0;
  transition: all 0.8s ease;
  bottom: 0;
  opacity: 1;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .blog-meta {
  color: #666;
  font-size: 15px;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .blog-meta .date i {
  margin-right: 6px;
  font-size: 13px;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .blog-meta .admin {
  margin-left: 12px;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .blog-meta .admin i {
  font-size: 14px;
  margin-right: 6px;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .title-name {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 15px;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .title-name a {
  color: #333333;
}

.rs-product.blog-main-home .blog-inner-wrap .blog-content .blog-desc {
  margin: 0 0 25px;
  color: #666;
}

.rs-product.blog-main-home
  .blog-inner-wrap
  .blog-content
  .blog-btn
  .readon.project.continue {
  color: #333333;
}

.rs-product.blog-main-home
  .blog-inner-wrap
  .blog-content
  .blog-btn
  .readon.project.continue:before {
  background-color: #333333;
}

.rs-product.blog-main-home .blog-inner-wrap.slick-current .images-wrap,
.rs-product.blog-main-home .blog-inner-wrap:hover .images-wrap {
  display: block;
}

.rs-product.blog-main-home .blog-inner-wrap.slick-current .images-wrap img,
.rs-product.blog-main-home .blog-inner-wrap:hover .images-wrap img {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.rs-product.blog-main-home .blog-inner-wrap.slick-current .blog-content,
.rs-product.blog-main-home .blog-inner-wrap:hover .blog-content {
  background: rgba(0, 0, 0, 0.6);
}

.rs-product.blog-main-home
  .blog-inner-wrap.slick-current
  .blog-content
  .blog-meta,
.rs-product.blog-main-home .blog-inner-wrap:hover .blog-content .blog-meta {
  color: #fff;
}

.rs-product.blog-main-home
  .blog-inner-wrap.slick-current
  .blog-content
  .title-name
  a,
.rs-product.blog-main-home .blog-inner-wrap:hover .blog-content .title-name a {
  color: #fff;
}

.rs-product.blog-main-home
  .blog-inner-wrap.slick-current
  .blog-content
  .blog-desc,
.rs-product.blog-main-home .blog-inner-wrap:hover .blog-content .blog-desc {
  color: #fff;
}

.rs-product.blog-main-home
  .blog-inner-wrap.slick-current
  .blog-content
  .blog-btn
  .readon.project.continue,
.rs-product.blog-main-home
  .blog-inner-wrap:hover
  .blog-content
  .blog-btn
  .readon.project.continue {
  color: #ffffff;
}

.rs-product.blog-main-home
  .blog-inner-wrap.slick-current
  .blog-content
  .blog-btn
  .readon.project.continue:before,
.rs-product.blog-main-home
  .blog-inner-wrap:hover
  .blog-content
  .blog-btn
  .readon.project.continue:before {
  background-color: #ffffff;
}

.rs-product.blog-home3-style .blog-item .blog-wrap .rs-articles {
  overflow: visible;
}

.rs-product.blog-home3-style .blog-item .blog-wrap .rs-articles .figure {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
}

/*
.rs-product.blog-home3-style .blog-item .blog-wrap .rs-articles .figure img{
  border: 1px solid rgba(255,255,255,.50);
}

.rs-product.blog-home3-style .blog-item .blog-wrap .rs-articles .figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: -82%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: skewX(-25deg);
}
*/
.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .figure:hover:before {
  animation: shine 0.95s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .article-content {
  /* background: #ffffff;
    box-shadow: 0 0 20px #eee; */
  padding: 2px 43px 28px;
  border: 1px solid rgba(255, 255, 255, 10%) !important;
}

.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .article-content
  .blog-name {
  font-size: 20px;
  font-weight: 600;
  min-height: 20px;
  line-height: 30px;
  margin: 25px 0px 15px 0px;
}

.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .article-content
  .blog-name {
  color: #fff;
}

.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .article-content
  p {
  margin-bottom: 25px;
}

.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .article-content
  .blog-meta
  .view {
  font-size: 14px;
  margin-right: 15px;
  cursor: pointer;
  color: #c17e3d;
}

.rs-product.blog-home3-style
  .blog-item
  .blog-wrap
  .rs-articles
  .article-content
  .blog-meta
  .view
  i {
  margin-right: 6px;
  font-size: 13px;
}

.rs-product .container h4 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 45px;
  color: #c17e3d;
  font-family: "Conv_RopaSans-Regular";
  padding-bottom: 15px;
  position: relative;
}

.rs-product .container h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #c17e3d;
  right: 0;
  -webkit-animation: mover-right 1s linear infinite alternate;
  animation: mover-right 1s linear infinite alternate;
}


*,
*::before,
*::after {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

:root {
  /*  FONTS  */
  --font-family: sans-serif;
  --font-reset: 62.5%;
  --font-size: 1.6rem;
  --line-height: base-line;
  /*  WIDTH  */
  --container-width: 1366px;
  /*  COLOR  */
  --light: #ffffff;
}

html {
  font-size: var(--font-reset);
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size);
  line-height: var(--line-height);
}

#header,
#main,
#footer {
  margin: 1.5rem 0rem 1.5rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: block;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0px auto;
  padding: 0rem 1rem;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

/* FRONT PAGE */
#title {
  text-align: center;
  padding: 1rem 0rem;
}

.contain-images {
  grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  gap: 3rem
}

.figure {
  width: 100%;
  min-height: 30rem;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.5rem 0.85rem rgba(0,0,0,0.25);
}

.figcap {
  width: 100%;
  padding: 1rem 0rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--light);
  background: rgba(0,0,0,0.3);
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
}

#signature {
  padding: 1rem 0rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}


.modalDialog .modal-content ul {
  margin: 0;
}

.modalDialog .modal-content ul li {
  margin-top: 25px;
  padding-left: 25px;
  position: relative;
  color: #999;
}

.modalDialog .modal-content ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.modalDialog .modal-content ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}

.modalDialog .modal-content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.modalDialog .modal-content ul.feat li:after {
  display: none;
}

.modalDialog .modal-content ul.feat li h6 {
  margin-bottom: 5px;
}

.modalDialog .modal-content ul.feat li h6 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
}

/* service page */

.container-fluid.service-out .service-text {
  padding-top: 150px;
}

.container-fluid.service-out .service-text h3.text-white {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 50px;
  font-family: "Conv_RopaSans-Regular";
}

.container-fluid.service-out .service-text p {
  padding: 0 15%;
  text-align: center;
  padding-bottom: 2%;
}

.container-fluid.service-out .service-text h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 50px;
  color: #b8a78d;
  font-family: "Conv_RopaSans-Regular";
}

.container-fluid.service-out .service-text p {
  color: #d2d2d2 !important;
}

.container-fluid.service-out .service-text p.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-fluid.service-out .service-text p.img span {
  display: inline-block;
  margin: 40px 0 25px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
}

.container-fluid.service-out .service-text p.img span img {
  max-width: 500px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.container-fluid.service-out .service-text p.img span:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.03);
}

.container-fluid.service-out .service-text p.img span:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.container-fluid.service-out .service-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  float: left;
  padding: 0 20% !important;
}

.container-fluid.service-out .service-text ul li {
  color: #c17e3d;
  padding: 5px 10px;
  border: 1px solid #c17e3d;
  margin: 0 5px 10px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.container-fluid.service-out .service-text ul li:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  display: block;
  z-index: -1;
  background-color: #c17e3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.container-fluid.service-out .service-text ul li:hover {
  color: #fff;
}

.container-fluid.service-out .service-text ul li:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

/* .container-fluid.service-out .container .row .list-contents {
    margin-top: 90px;
    
    display: flex;
    justify-content: center
    
} */

/* Contact Page */

.page-title.pt-dark {
  position: relative;
  background: #000;
  padding-top: 200px;
  padding-bottom: 80px;
  text-align: center;
}

.page-title.pt-dark .subheading {
  letter-spacing: 3.5px;
  padding-bottom: 2%;
}

#contact-link {
  padding: 100px 0;
  text-align: center;
  background: #fff;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9; /* Light background for contrast */
  border-radius: 12px; /* Rounded corners for the container */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  margin: 20px auto; /* Center the container */
  max-width: 90%; /* Ensure it doesn't stretch too wide on larger screens */
}

.map iframe {
  width: 100%; /* Full width of the container */
  height: 400px; /* Set a fixed height */
  border: none; /* Remove iframe border */
  border-radius: 10px; /* Rounded corners for the iframe */
}

.map:hover {
  transform: scale(1.02); /* Slight zoom effect */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}



.contact-head {
  /* text-transform: uppercase; */
  padding: 100px 0;
  background: #f7f7f7;
  text-align: center;
}

.contact-head .text-black {
  padding-bottom: 1%;
}

.contact-head .subheading {
  letter-spacing: 3.5px;
}

.map .responsive-map-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.map .responsive-map-container span {
  display: inline-block;
  margin: 40px 0 25px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  overflow: hidden;
  width: 100%;
}

.map .responsive-map-container span iframe {
  /* max-width: 500px; */
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}

.map .responsive-map-container span:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.03);
}

.map .responsive-map-container span:hover iframe {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Contact Form */
.contact-page {
  width: 100%;
  height: 100%;
  background: #000;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .contact-page {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
} */

.contact-page form input,
.contact-page form textarea {
  width: 97.4%;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.contact-page form input:focus,
.contact-page form textarea:focus {
  border: 1px solid #c17e3d;
  color: #999;
}

.contact-page form textarea {
  height: 150px;
}

.contact-page form .submit {
  width: 97.5%;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  background: #c17e3d;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #c17e3d;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.contact-page form .submit:hover {
  color: #fff;
  border: 1px solid #c17e3d;
  background: #000;
  cursor: pointer;
}

.contact-page form .required {
  color: #b43838;
}

@media screen and (max-width: 991px) {
  .contact-page {
    padding: 15% 5% !important;
  }

  .page-title.pt-dark {
    padding-top: 100px;
  }

  .cis-text {
    padding-bottom: 5%;
  }
}

/* map-popup */

.trigger-map {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: 2px solid #000;
  border-radius: 5px;
}

.trigger-map::before {
  content: url(../img/arch/logo/l-1.png);
  position: relative;
  left: 985px;
  top: 110px;
  z-index: 1;
}

.modal-map {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.map-location iframe {
  width: fit-content;
}

/* Google Map */
#map {
  height: 600px;
}

#map [tabindex="0"] > div:first-child {
  will-change: transform;
}

.gm-style-iw-t::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
}

.gm-style .gm-style-iw-t::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 11px solid #4353ff;
  background: transparent;
  box-shadow: none;
}

.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: #4353ff;
  border-radius: 0;
  padding: 8px 30px 20px 20px !important;
  box-shadow: none;
  color: white;
  max-width: 420px !important;
}

.gm-style-iw-d {
  overflow: auto !important;
  min-height: 55px;
  min-width: auto;
}

/* Google Map */
#map {
  height: 80vh;
  width: 100%;
  position: relative !important;
  z-index: 1;
}

.leaflet-top,
.leaflet-bottom {
  display: none;
}

.leaflet-container.leaflet-touch {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.4) 10%,
    rgb(0, 0, 0) 90%
  );
  box-shadow: 0 0 90px 45px #000 inset;
  position: relative;
  z-index: 999999;
}

/* .leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
  filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
} */

/* LogIn Form */
.container-fluid .list-contents form .form-group .form-control {
  background: transparent;
  width: 80%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  transition: none;
  box-shadow: none;
}

.container-fluid .list-contents form .form-group {
  margin-bottom: 2rem;
}

.container-fluid .list-contents form .form-group label {
  font-weight: 200;
}

.chb {
  visibility: hidden;
}

.chb + label {
  position: relative;
  /* padding-left: 5px; */
  font-size: 12px;
  color: #c17e3d;
}

.chb-3 + label::before {
  position: absolute;
  left: -20px;
  top: 3px;
  /*   text-align: center; */
  border: 1px solid #c17e3d;
  content: " ";
  width: 12px;
  height: 12px;
  transition: all 0.1s ease-in, border-color 0.05s ease-in;
}

.chb-3:checked + label::before {
  transform: rotate(40deg);
  border-top-color: transparent;
  border-left-color: transparent;
  top: 2px;
  left: -15px;
  width: 4px;
  height: 10px;
}

.btn-login {
  background: transparent;
  border-radius: 0;
  border-color: #c17e3d;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c17e3d;
  padding: 0.375rem 1.75rem;
}

.btn-login:hover {
  background: #c17e3d;
  color: #000;
}

/* onhover logo */

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: rgb(228, 68, 68);
  text-align: center;
  padding: 15px 0;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}

.popover__content1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -60px;
  transform: translate(0, 10px);
  background-color: #f9f9f9;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content1:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content1 {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  text-align: center;
}

.popover__wrapper .popover__title .img1 {
  position: relative;
  left: 136px;
  bottom: 0px;
  width: 14px;
}

.popover__wrapper .popover__title .img2 {
  position: relative;
  left: 211px !important;
  bottom: 65px;
  width: 14px;
}

.popover__wrapper .popover__title .img3 {
  position: relative;
  left: 425px;
  bottom: 0px;
  width: 14px;
}

.modal-area {
  width: 20rem;
}

.popover__content2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 20px;
  top: 12px;
  transform: translate(0, 10px);
  background-color: #f9f9f9;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content2:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content2 {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__content3 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 210px;
  transform: translate(0, 10px);
  background-color: #f9f9f9;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.popover__content3:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content3 {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

@media only screen and (max-width: 600px) {
  .popover__wrapper .popover__title .img1 {
    display: none;
  }

  .popover__wrapper .popover__content1 {
    display: none;
  }

  .popover__wrapper .popover__title {
    display: none;
  }

  .popover__wrapper .popover__title .img2 {
    display: none;
  }

  .popover__wrapper .popover__content2 {
    display: none;
  }

  .popover__wrapper .popover__title .img3 {
    display: none;
  }

  .popover__wrapper .popover__content3 {
    display: none;
  }
}

.modal-area p {
  font-size: 12px;
}

/* read more button */
.mybox1 { 
  display: none; 
}
#more {display: none;}

/* watermark */
.background-image {
  position: absolute;
  opacity: 0.2;
}

.text-overlay {
  position: absolute;
}
/* brand-value-img */
.brand-value-img .img-logo-mono{
  width: 500px;
}
.brand-value-img{
  display: flex;
  justify-content: center;
}

