/* ====================== [ Start Typography  ] ====================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    background: #000;
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: "Montserrat", sans-serif;
}
body.bd-dark {
    color: #fff;
}

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

p {
    color: #777;
    font-size: 15px;
    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: "Barlow Condensed", sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #3c3c3c;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 14px;
}

p b {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* ====================== [ 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: #75dab4 !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: #141414 !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: #75dab4 !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: #f7f7f7 !important;
}

.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: 120px 0;
}

.section-ptb {
    padding: 80px 0;
}

.section-label {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 255px;
  left: 67px;
  display: inline-block;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: hsla(0,0%,100%,.13);
  padding-left: 70px;
  line-height: 14px;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 1px;
  background-color: hsla(0,0%,100%,.14);
}
.section-title.centered {
  width: 43%;
  margin: 0 auto 140px;
}
.section-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}
.section-title p.section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  color: hsla(0,0%,100%,.6);
}
.section-title.text-dark h2 {
  color: #000;
}
.section-title.text-dark p.section-subtitle {
  color: #3a3e4b;
}
@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 24px;
    }
    .section-title p.section-subtitle {
        font-size: 12px;
        line-height: 20px;
    }
}
.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;
}

.flex-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}
/* ====================== [ 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: #fff;
}

.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-text {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #75dab4;
    font-family: "Teko", sans-serif;
    z-index: 9999;
}
.loading-text.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    background: #000;
    z-index: 9999999;
}

#preloader svg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#preloader #preloader-text {
    -webkit-transform: translate(24px,24px);
    transform: translate(24px,24px);
}

#preloader svg #bg rect{
  fill: none;
  stroke: #fff;
  stroke-width: 5px;
  stroke-dasharray: 1050;
  stroke-dashoffset: 1050;
  animation: rectan 9s forwards;
  animation-delay: 1s;
}
@keyframes rectan{
  from{
    stroke-dashoffset: 1050;
  }
  to{
    stroke-dashoffset: 0;
  }
}


#preloader svg #preloader-text{
  position: relative;
  fill: #fff;
}
#preloader svg #preloader-text path {
  animation: textDarkIn 2s forwards;
  animation-delay: 7s;
}
-moz-@keyframes textDarkIn{
  from{
    fill: #fff;
  }
  to{
    fill: #000;
  }
}
-webkit-@keyframes textDarkIn{
  from{
    fill: #fff;
  }
  to{
    fill: #000;
  }
}
@keyframes textDarkIn{
  from{
    fill: #fff;
  }
  to{
    fill: #000;
  }
}

.preload-dark-bg {
    background: #000;
    width: 244px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -15px;
    margin-right: -122px;
    /*transform: translate(-50%,-50%);*/
    z-index: 10;
    animation: fadeOutDark 4s forwards;
    animation-delay: 4s;
}
-moz-@keyframes fadeOutDark{
  from{
    width: 244px;
  }
  to{
    width: 0;
  }
}
-webkit-@keyframes fadeOutDark{
  from{
    width: 244px;
  }
  to{
    width: 0;
  }
}
@keyframes fadeOutDark{
  from{
    width: 244px;
  }
  to{
    width: 0;
  }
}
.preload-light-bg {
    background: #fff;
    width: 0;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -124px;
    z-index: 0;
    animation: fadeInLight 2s forwards;
    animation-delay: 7s;
}
-moz-@keyframes fadeInLight{
  from{
    width: 0;
  }
  to{
    width: 247px;
  }
}
-webkit-@keyframes fadeInLight{
  from{
    width: 0;
  }
  to{
    width: 247px;
  }
}
@keyframes fadeInLight{
  from{
    width: 0;
  }
  to{
    width: 247px;
  }
}
.overflow-y-hidden {
    overflow-y: hidden!important;
}



/* ====================== [ 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 ] ====================== */
body {
    /*cursor: none;*/
}

/*.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 {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: transparent;
    -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: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    -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:after {
  content: '';
  position: fixed;
  pointer-events: none;
  display: block;
  width: 359px;
  height: 359px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: overlay;
  -webkit-filter: blur(120px);
  filter: blur(120px);
  z-index: 6;
  -webkit-transform: matrix(1,0,0,1,-161,-161);
  transform: matrix(1,0,0,1,-161,-161);
  opacity: .4;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}*/
.light-cursor {
  position: fixed;
  top: -175px;
  left: -176px;
  pointer-events: none;
  display: block;
  width: 350px;
  height: 350px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: overlay;
  -webkit-filter: blur(141px);
  filter: blur(141px);
  z-index: 6;
  /*-webkit-transform: matrix(1,0,0,1,-161,-161);
  transform: matrix(1,0,0,1,-161,-161);*/
  opacity: .8;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.light-cursor-bg {
    z-index: 9999;

}
.cursor-inner.dark-cursor {
  background: #000;
}
.cursor-outer.dark-cursor {
  border-color: #000;
}
.cursor-inner.light-cursor-n {
  background: #fff;
}
.cursor-outer.light-cursor-n {
  border-color: #fff;
}
.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: #818181;
    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: #818181;
    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 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: rgba(0, 0, 0, 0.56);*/
    background-image: linear-gradient(125deg,rgba(0,0,0,.82),rgba(0,0,0,.16) 95%)
}

[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: .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: 1;
}

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

[data-overlay-dark="11"]:before,
[data-overlay-light="11"]:before {
    opacity: 1;
    
}
.fade-in-image { 
    -webkit-animation:  fadeIn 1.9s;
    animation: fadeIn 1.9s; 
}
.fade-in-image-two { 
    -webkit-animation:  fadeIn 2.1s;
    animation: fadeIn 2.1s;
}
-moz-@keyframes fadeIn {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
-webkit-@keyframes fadeIn {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.fade-in-opacity { 
    -webkit-animation: fadeInOpacity 1.9s; 
    animation: fadeInOpacity 1.9s; 
}
-moz-@keyframes fadeInOpacity {
  0% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 1; }
}
-webkit-@keyframes fadeInOpacity {
  0% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeInOpacity {
  0% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 1; }
}


/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
    position: relative;
    margin: 0 auto 80px;
}
.sec-head h6 {
    color: #75dab4;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin-bottom: 5px;
}
.sec-head h3 {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 8px rgba(0, 0, 0, 0.05);
}
.sec-head .tbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: 0.3;
}
.sec-head.tr-head {
    text-align: right;
    margin-bottom: 0;
}
.sec-head.tr-head .tbg {
    text-align: left;
}

.sub-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.sub-title h6 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.sub-title span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #75dab4;
    position: absolute;
    left: 6px;
    bottom: 5px;
}
.sub-title span:first-of-type {
    bottom: 11px;
}
.sub-title span:last-of-type {
    left: 0px;
}

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

.text-dark {
    color: #000!important;
}
.text-white {
    color: #fff!important;
}
а
.smore {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
}
.smore:after {
    content: "";
    width: 45%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    position: absolute;
    left: 0;
    top: 0;
}
.smore i {
    margin-left: 10px;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.btn-curve {
    background: transparent;
    padding: 13px 0;
    width: 183px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .06em;
    border: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-curve:focus {
    outline: none;
}
.btn-curve:hover {
    outline: none;
}
/*.btn-curve:hover:after {
    bottom: -30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}*/
.btn-curve:hover span {
    color: #fff;
}
/*.btn-curve:after {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: 130%;
    background: #1e1e1e;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}*/
.btn-curve span {
    font-size: 11px;
    letter-spacing: .06em;
    font-weight: 500;
    /*letter-spacing: 2px;*/
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.btn-curve.btn-lit {
    border-color: #fff;
    color: #fff;
}
.btn-curve.btn-lit:hover span {
    color: #75dab4;
}
.btn-curve.btn-lit:after {
    background: #fff;
}
.btn-curve.btn-blc {
    background: #fff;
}
.btn-curve.btn-blc:after {
    background: #fff;
}
.btn-curve.btn-blc span {
    color: #000;
}
.btn-curve.btn-blc:hover span {
    color: #1e1e1e;
}
.btn-curve.btn-blc.btn-dark {
    background: #000;
}
.btn-curve.btn-color {
    background: #000;
    border-color: #000;
}
.btn-curve.btn-color:after {
    background: #1c1c1c;
}
.btn-curve.btn-color span {
    color: #fff;
}
.btn-curve.btn-color:hover span {
    color: #fff;
}
.btn-curve.btn-lg {
    padding: 14px 40px;
}
.btn-curve.btn-lg span {
    font-size: 14px;
}
.btn-curve.btn-wit {
    background: #fff;
    border-color: #fff;
}
.btn-curve.btn-wit:after {
    background: #090909;
}
.btn-curve.btn-wit span {
    color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
    color: #fff;
}
.btn-curve.btn-radius {
    border-radius: 30px;
}
.btn1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-align: center;
    color: #3a3e4b;
}

.simple-btn {
    position: relative;
    padding: 7px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
}
.simple-btn:after {
    content: "";
    width: 45%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 0;
    top: 0;
}
.simple-btn.right:after {
    left: auto;
    right: 0;
}

.navbar .button-holder {
  padding-left: 15px;
}
.rect-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border: 1px solid hsla(0,0%,100%,.32);
  width: 183px;
  padding: 13px 0;
  -webkit-transition: background-color .3s ease,color .25s ease;
  transition: background-color .3s ease,color .25s ease;
}
.rect-btn:hover {
    color: #000;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .navbar .rect-btn {
        width: 120px;
        font-size: 12px;
        padding: 8px 0;
        font-weight: 600;
        line-height: normal;
        font-size: 11px;
        letter-spacing: .06em;
        text-align: center;
    }
}
/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 80px;
}
.navbar .navbar-toggler {
    border: 0;
    outline: 0;
}
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    margin: 10px 15px;
}
.navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -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: #75dab4;
}
.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #0c0f16;
    background: #fff;
    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: #0c0f16;
    -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: #75dab4;
    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 .logo {
    width: 120px;
    z-index: 99;
}
@media screen and (min-width: 992px) {
    .navbar .logo {
        width: 135px;
        height: 21px;
    }
}
.navbar .logo svg {
    width: 100%;
}
.navbar .logo.logo-dark svg path {
    fill: #000;
}
.navbar.navbar-light .logo svg path {
    fill: #000;
}
.navbar .logo.logo-light svg path {
    fill: #fff;
}
.navbar.nav-scroll.navbar-light.nav-dark {
    background: #000;
}
.navbar.nav-scroll.navbar-light.nav-dark .logo svg path {
    fill: #fff;
}
.navbar.light .navbar-nav .nav-link {
    color: #0c0f16;
}
.navbar .lang.menu-lang {
    display: flex;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}
.navbar .lang-container {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,18px);
    transform: translate(-50%,18px);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease,-webkit-transform .5s ease;
    transition: opacity .3s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .3s ease;
    transition: transform .5s ease,opacity .3s ease,-webkit-transform .5s ease;
}
.navbar .lang-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 7.5px 0;
    text-transform: capitalize;
    color: hsla(0,0%,100%,.64);
    /*-webkit-transition: color .5s ease;*/
    /*transition: color .5s ease;*/
}
.navbar .lang-item:hover,
.navbar .lang-item-active {
    color: #fff;
}
.navbar .lang:hover .lang-container {
    -webkit-transform: translate(-50%,28px);
    transform: translate(-50%,28px);
    opacity: 1;
    pointer-events: all;
    z-index: 99;
}
.navbar .lang .lang-container.active {
    -webkit-transform: translate(-50%,28px);
    transform: translate(-50%,28px);
    opacity: 1;
    pointer-events: all;
    z-index: 99;
}
.navbar.nav-scroll .lang-item,
.navbar.nav-scroll .lang-item:hover,
.navbar.nav-scroll .lang-item-active {
    color: #000;
}
.navbar.nav-scroll.transparent .lang-item,
.navbar.nav-scroll.transparent .lang-item:hover,
.navbar.nav-scroll.transparent .lang-item-active {
    color: #fff;
}


.nav-scroll {
    background-color: #fafafa;
    border-bottom: 1px solid #f2f2f2;
    border-color: transparent;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*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 .rect-btn {
  color: #000;
  border: 1px solid hsl(0deg 0% 0% / 32%);
}
.nav-scroll .rect-btn:hover {
    color: #fff;
    background: #000;
}
.nav-scroll .navbar-nav .nav-link {
    color: #0c0f16;
}
.nav-scroll .search {
    color: #0c0f16;
    border-color: #ccc;
}
.nav-scroll .icon-bar {
    color: #0c0f16;
}
.navbar.navbar-light .navbar-toggler {
    border: 0!important;
    outline: 0!important;
}
.navbar.navbar-light .navbar-nav .nav-link,
.navbar.navbar-light .navbar-nav .nav-link,
.navbar.navbar-light .lang-item:hover,
.navbar.navbar-light .lang-item-active,
.navbar.navbar-light .lang-item {
    color: #000;
}
.navbar.navbar-light .navbar-collapse.collapse.show .nav-link{
    color: #fff!important;
}
.navbar.navbar-light .rect-btn {
    color: #000;
    border-color: #000;
}
.navbar.navbar-light .rect-btn:hover {
    color: #fff;
    background: #000;
}
.navbar.navbar-light.nav-scroll {
    border-color: rgb(0 0 0 / 20%);
}
.navbar.nav-scroll.navbar-light.nav-dark {
    background: #000;
}
.navbar.nav-scroll.navbar-light.nav-dark .rect-btn {
    background: transparent;
    color: #fff;
    border: 1px solid hsla(0,0%,100%,.32)
}
.navbar.nav-scroll.navbar-light.nav-dark .rect-btn:hover {
    background: #fff;
    color: #000;
}
.navbar.nav-scroll.navbar-light.nav-dark .navbar-nav .nav-link,
.navbar.nav-scroll.navbar-light.nav-dark .navbar-nav .nav-link,
.navbar.nav-scroll.navbar-light.nav-dark .lang-item:hover,
.navbar.nav-scroll.navbar-light.nav-dark .lang-item-active,
.navbar.nav-scroll.navbar-light.nav-dark .lang-item {
    color: #fff;
}
.navbar.nav-scroll .button_container span {
    background: #000;
}

.navbar.transparent .lang-item,
.navbar.transparent .button-holder {
    z-index: 99;
}
.navbar.transparent {
    background: transparent!important;
}
.navbar.transparent .rect-btn {
    background: transparent;
    color: #fff;
    border: 1px solid hsla(0,0%,100%,.32);
}
.navbar.transparent .rect-btn:hover {
    background: #fff;
    color: #000;
}

.button_container {
  /*position: fixed;
  top: 5%;
  right: 2%;*/
  position: relative;
  margin: 0 0.75rem;
  height: 20px;
  width: 25px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container.active .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #fff!important;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff!important;
}
.button_container.active .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #fff!important;
}
.button_container span {
  background: #fff;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
.navbar.navbar-light.nav-dark .button_container span {
    background: #000;
}
.navbar.nav-scroll.navbar-light.nav-dark .button_container span {
    background: #fff;
}
@media only screen and (min-width: 992px) {
    .button_container {
        display: none;
    }
}

.menu-overlay {
  position: fixed;
  background: rgba(26,27,32,.98);
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.menu-overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.menu-overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.menu-overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.menu-overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.menu-overlay nav {
  position: relative;
  top: 50%;
  left: 211px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: left;
}
.menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.menu-overlay ul li {
  display: block;
  position: relative;
  opacity: 0;

}
.menu-overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    float: left;
    clear: both;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 34px;
    color: hsla(0,0%,100%,.5);
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.menu-overlay ul li a.active {
    color: #fff;
}
.menu-overlay ul li a:hover:after, .menu-overlay ul li a:focus:after, .menu-overlay ul li a:active:after {
  width: 100%;
}
.menu-overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.menu-overlay .socials-holder {
    position: absolute; 
    left: 20px;
    bottom: 40px;
    z-index: 8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-overlay .socials-holder .contacts-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right;
}
.menu-overlay .social-icon {
    margin-right: 50px;
}
.menu-overlay .social-icon a {
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
}
.menu-overlay .social-icon a.tiktok svg {
    -webkit-: translateY(2px);
    transform: translateY(2px);
    fill: #fff;
    width: 13px;
}
.menu-overlay .location-block {
    margin: 0 80px;
}
.menu-overlay .location-block .location-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: hsla(0,0%,100%,.5);
    border-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 88px;
    padding: 2px 20px;
}
.menu-overlay .location-block span {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}
.menu-overlay .phone-block {
    margin-right: 80px;
}
.menu-overlay .phone-block a,
.menu-overlay .email-block a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: .06em;
}
@media only screen and (max-width: 992px) {
    .menu-overlay .socials-holder {
        left: 20px;
    }
    .menu-overlay .location-block {
        margin: 0 20px;
    }
    .menu-overlay .phone-block {
        margin-right: 20px;
    }
    .navbar .lang {
        opacity: 0;
        visibility: hidden;
    }
    .navbar.transparent .lang {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 767px) {
    .menu-overlay nav {
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      font-size: 50px;
      font-weight: 400;
      text-align: center;
    }
    .menu-overlay ul li a {
        display: block;
        font-size: 26px;
        float: none;
        margin-bottom: 28px;
        letter-spacing: .3px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu-overlay .socials-holder {
        left: 0;
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .menu-overlay .socials-holder .contacts-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 14px;
        margin-right: 15px;
    }
    .menu-overlay .social-icon {
        display: none;
    }
    .menu-overlay .phone-block {
        margin-right: 0;
        text-align: right;
    }
    .menu-overlay .location-block .location-inner {
        background-color: transparent;
    }
}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.topnav .container,
.topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topnav .container-fluid {
    padding: 0 50px;
}
.topnav .logo {
    width: 150px;
}
.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer;
}
.topnav .menu-icon:hover .text .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));
}
.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.topnav .menu-icon .text:after {
    content: "close";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.topnav .menu-icon .text .word {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.topnav .menu-icon .text.open .word {
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.topnav .menu-icon .text.open:after {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.topnav .menu-icon .icon {
    display: table-cell;
}
.topnav .menu-icon .icon i {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
}
.topnav.dark .menu-icon {
    color: #000;
}
.topnav.dark .menu-icon .icon i {
    background: #000;
}
.topnav.dark.navlit .menu-icon {
    color: #fff;
}
.topnav.dark.navlit .menu-icon .icon i {
    background: #fff;
}

.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #11141b;
    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;
    display: flex;
    flex-direction: row;
}
.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.slider .swiper-slide-active {
    z-index: 3;
}
.slider .parallax-slider {
    position: relative;
    width: calc(100% - 222px);
}
.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;
    background-position: bottom center;
}
.slider .parallax-slider .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 .parallax-slider .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 .parallax-slider .swiper-slide .caption .rect-btn {
    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;
}
.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .btn-curve,
.slider .parallax-slider .swiper-slide-active .caption p,
.slider .parallax-slider .swiper-slide-active .caption .rect-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .rect-btn:hover {
    background: transparent;
}
.slider .rect-btn:hover span {
    color: #fff;
}
.slider .parallax-slider .caption .thin {
    color: #75dab4;
    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: #75dab4;
}
.slider .parallax-slider .caption h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 600;
    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 .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 .btn-curve {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid;
    line-height: 2;
}
.slider .parallax-slider .caption .btn-curve span {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider .parallax-slider .caption .btn-curve:hover span {
    color: #0c0f16;
}
.slider .parallax-slider .caption.dig {
    max-width: 600px;
    margin-left: 60px;
}
.slider .parallax-slider .caption.dig h1 {
    font-weight: 600;
    font-size: 61px;
    /*text-transform: uppercase;*/
}
.slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 80px;
}
.slider .parallax-slider .caption.dig h1 .whitespace {
    width: 20px;
}
.slider .rect-btn {
    background: #fff;
}
.slider .rect-btn span {
    color: #000;
    text-transform: uppercase;
}
.slider .setone .swiper-nav-ctrl {
    color: #fff;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin: 0;
    position: static;
}
.slider .setone .swiper-nav-ctrl:after {
    display: none;
}
.slider .setone.setwo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider .setone.setwo .next-ctrl {
    margin: 0 7px;
}
.slider .setone.setwo .prev-ctrl {
    margin: 0 7px;
}
.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 .slider-setting {
    position: absolute;
    top: 50%;
    left: calc(100% - 422px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider .swiper-pagination-fraction.top {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-weight: 300;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    color: #fff;
}
.slider .swiper-pagination-fraction.top .swiper-pagination-total {
    font-weight: 300;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    color: #fff;
}
.slider .swiper-pagination-fraction.top.botm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.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 .swiper-progress {
    width: 186px;
    height: 1px;
    background-color: hsla(0,0%,100%,.32);;
    z-index: 5;
}
.slider .swiper-progress-line {
    position: relative;
    width: 0;
    height: 1px;
    left: 0;
    background-color: #fff;
    animation-name: progress;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

-moz-@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
-webkit-@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slider .socials-holder {
    position: absolute; 
    left: 60px;
    bottom: 40px;
    z-index: 8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider .social-icon {
    margin-right: 50px;
}
.slider .social-icon a {
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    margin: 0 5px;
}
.slider .social-icon a.tiktok svg {
    -webkit-: translateY(2px);
    transform: translateY(2px);
    fill: #fff;
    width: 13px;
}
.slider .socials-holder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right;
}
.slider .socials-holder .contacts-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right;
}
.slider .location-block {
    margin: 0 80px;
}
.slider .location-block .location-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: hsla(0,0%,100%,.5);
    border-color: #f6f6f6;
    border: 1px solid #fff;
    border-radius: 88px;
    padding: 2px 20px;
}
.slider .location-block span {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}
.slider .phone-block {
    margin-right: 80px;
}
.slider .phone-block a,
.slider .email-block a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: .06em;
}

.gallery-thumbs {
    position: relative;
    width: 222px;
    height: 100vh;
    box-sizing: border-box;
}
.gallery-thumbs .swiper-slide:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background: #000;
   opacity: .6;
}
.gallery-thumbs .swiper-slide {
    width: 100%;
    height: 100%;
    background-image: url('../img/slid/02.jpg');
    background-size: cover;
    background-position: 50%;
}
.gallery-thumbs .swiper-slide.first {
    background-position: 26%;
}
.gallery-thumbs .swiper-slide.second {
    background-position: 81%;
}
.gallery-thumbs .swiper-slide-container {
    position: absolute;
    bottom: 0;
    left: 92px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: 10;
}
.gallery-thumbs .swiper-slide-container span {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    cursor: default;
}
.gallery-thumbs .swiper-slide-container h3 {
    color: #fff;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 48px;

    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    text-shadow: none;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    z-index: 10;
    cursor: default;
}
.gallery-thumbs .swiper-slide:hover h3 {
   color: #fff;
}
.navbar-toggler {
    line-height: 0;
}
.navbar-toggler svg {
    fill: #fff;
}
.navbar.navbar-light .navbar-toggler svg {
    fill: #000;
}

@media only screen and (max-width: 1200px) {
    .slider .parallax-slider {
        width: calc(100% - 150px);
    }
    .gallery-thumbs {
        width: 150px;
    }
    .gallery-thumbs .swiper-slide-container {
        left: 72px;
    }
    .gallery-thumbs .swiper-slide-container h3 {
        font-size: 38px;
        line-height: 38px;
    }
    .slider .slider-setting {
        left: calc(100% - 320px);
    }
    .slider .swiper-progress {
        width: 146px;
    }
    .slider .parallax-slider .caption.dig h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 992px) {
    .slider .parallax-slider .caption.dig {
        margin-left: 20px;
    }
    .slider .socials-holder {
        left: 20px;
    }
    .slider .location-block {
        margin: 0 20px;
    }
    .slider .phone-block {
        margin-right: 20px;
    }
    .navbar .logo {
        margin-left: 20px;
        width: 120px;
        margin-right: auto;
    }
    .navbar .button-holder {
        padding: 0;
        margin: 0 15px;
    }
    .navbar .lang.menu-lang {
       margin: 0 15px;
    }
    .slider .slider-setting {
        margin-top: -150px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar .lang.menu-lang {
        margin: 0 10px;
    }
    .navbar .button-holder {
        margin: 0 10px;
    }
    .gallery-thumbs {
        display: none;
    }
    .slider .parallax-slider .container {
        max-width: 100%;
    }
    .slider .parallax-slider {
        width: 100%;
    }
    .slider .parallax-slider .caption.dig {
        margin-left: 0;
        height: 295px;
    }
    .slider .socials-holder {
        left: 0;
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .slider .socials-holder .contacts-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 14px;
        margin-right: 15px;
    }
    .slider .phone-block {
        margin-right: 0;
    }
    .slider .slider-setting {
        margin-top: -180px;
        left: 20px;
    }
    .slider .swiper-progress {
        width: 130px;
    }
    .slider .social-icon {
        display: none;
    }
    .slider .setone.setwo .prev-ctrl {
        line-height: 45px;
    }
    .slider .setone.setwo .next-ctrl {
        line-height: 45px;
    }
    .slider .parallax-slider .caption.dig h1 {
        font-size: 40px!important;
    }
}


header.simpl {
    min-height: 100vh;
}
header.simpl .caption h6 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
header.simpl .caption h1 {
    font-size: 68px;
    font-weight: 700;
}
header.simpl .caption p {
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
}
header.simpl .caption .btn-curve {
    padding: 15px 40px;
    border-radius: 30px;
}

.cta__slider-wrapper {
    position: relative;
    width: 100%;
    height: 105vh;
    overflow: hidden;
}
.cta__slider-wrapper .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.cta__slider {
    min-height: 105vh;
}
.cta__slider .swiper-slide {
    overflow: hidden;
}

.cta__slider-arrows {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.cta__slider-arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    cursor: pointer;
}
.cta__slider-arrow.cta__slider-arrow--previous {
    left: 0;
}
.cta__slider-arrow.cta__slider-arrow--next {
    left: 50%;
}

.cta__slider-item {
    position: relative;
}
.cta__slider-item .media-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cta__slider-item .media-wrapper .bg-img {
    position: absolute;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
}
.cta__slider-item .container {
    position: relative;
    z-index: 4;
}
.cta__slider-item .caption {
    position: relative;
}
.cta__slider-item .caption .top-corn,
.cta__slider-item .caption .bottom-corn {
    position: absolute;
    left: -60px;
    top: -60px;
    opacity: 0.3;
}
.cta__slider-item .caption .top-corn:after,
.cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:after,
.cta__slider-item .caption .bottom-corn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #75dab4;
}
.cta__slider-item .caption .top-corn:after,
.cta__slider-item .caption .bottom-corn:after {
    width: 30px;
    height: 1px;
}
.cta__slider-item .caption .top-corn:before,
.cta__slider-item .caption .bottom-corn:before {
    width: 1px;
    height: 30px;
}
.cta__slider-item .caption .bottom-corn {
    top: auto;
    bottom: -60px;
}
.cta__slider-item .caption .bottom-corn:before {
    top: auto;
    bottom: 0;
}
.cta__slider-item .caption h1 {
    font-size: 75px;
    font-weight: 500;
    text-transform: uppercase;
    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;
}
.cta__slider-item .caption .thin {
    color: #75dab4;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 12px;
    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;
}
.cta__slider-item .caption p {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    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;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.4s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.cta__slider-item .caption .btn-curve {
    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;
}
.cta__slider-item.swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
}
.cta__slider-item.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));
}
.cta__slider-item.swiper-slide-active .caption .btn-curve,
.cta__slider-item.swiper-slide-active .caption .thin,
.cta__slider-item.swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.curve-bg {
    position: absolute;
    top: 0;
    left: -10%;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.pages-header {
    height: 100vh;
}
.pages-header .cont {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}
.pages-header .cont h1 {
    font-size: 42px;
    line-height: 1.46;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 700;
}
.page-header .cont p {
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.pages-header .cont .path {
    color: #fff;
    font-size: 17px;
}
.pages-header .cont .path .active {
    color: #75dab4;
}
.pages-header .cont .path span {
    margin: 0 20px;
    font-size: 10px;
}

.page-header .cont {
    padding: 120px 0 50px;
}
.page-header .cont h6 {
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.page-header .cont h4 {
    line-height: 1.6;
}
.page-header .cont h4 .stroke {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
    color: transparent;
}

.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: 100vh;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%!important;
    z-index: 1;
}
.page-header.proj-det.bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.82)),to(rgba(0,0,0,.16)));
    background-image: linear-gradient(125deg,rgba(0,0,0,.82),rgba(0,0,0,.16) 95%);
    z-index: -1;
}
.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;
}
.page-header.proj-det .cont {
    max-width: 500px;
}
.page-header.proj-det .cont h2 {
    margin-bottom: 30px;
}
.page-header.proj-det .cont p {
    font-size: 14px;
}

.thanks-header.page-header {
    height: 100vh;
}
.thanks-header.page-header h2 {
    margin-bottom: 10px;
}
.thanks-header.page-header .rect-btn span {
    transition: all .3s ease-in;
}
.thanks-header.page-header .rect-btn:hover span {
    color: #000;
}
@media only screen and (max-width: 992px) {
    .next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
        min-width: unset!important;
    }
}
@media only screen and (max-width: 767px) {
    .page-header.proj-det .cont p {
        font-size: 13px;
    }
}

.all-proj .proj-det {
    padding-top: 180px;
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 60px;
}
.all-proj .proj-det .text {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
    color: #3a3e4b;
}
.all-proj .proj-det .filter {
    text-align: left;
}
.all-proj .proj-det .filter span {
    position: relative;
    color: #828282;
    cursor: pointer;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    text-align: left;
    margin-right: 30px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.all-proj .proj-det .filter span:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #3a3e4b;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.all-proj .proj-det .filter span.active:before {
    width: 100%;
}
.all-proj .proj-det .filter span.active {
    color: #3a3e4b!important;
}
.all-proj .proj-det .filter span:hover:before {
    width: 100%;
}
.all-proj .page-header.proj-det {
    background: #fff;
}
.all-proj .page-header.proj-det.bg-img {

}
.all-proj .projects-portfolio {
    background: #fff;
}
.all-proj .projects-portfolio .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all-proj .projects-portfolio .item-img {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}
.all-proj .projects-portfolio .gallery .item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.all-proj .projects-portfolio .gallery .item-img > a {
    display: block;
}
.all-proj .projects-portfolio .gallery .item-img:hover .cont {
    opacity: 1;
}
.all-proj .projects-portfolio .gallery .item-img {
    height: 520px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.all-proj .projects-portfolio .gallery .item-img {
    width: 50%;
    height: 520px;
    width: calc(50% - 2px);
    margin-bottom: 4px;
}

.all-proj .projects-portfolio .gallery .item-img:nth-child(3n+3) {
    width: 100%;
    height: 520px;
}
.all-proj .projects-portfolio .gallery .item-img.is-filtering {
    width: calc(50% - 2px);
}
.all-proj .projects-portfolio .gallery .item-img.is-filtering.fullwidth {
    width: 100%!important;
}
.is-fading {
    opacity: 0;
}
.is-visible {
    visibility: hidden;
}
.all-proj .projects-portfolio .gallery .item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all-proj .projects-portfolio .gallery .item-img .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: left;
    padding-left: 30px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.all-proj .projects-portfolio .gallery .item-img .cont h6 {
    color: #fff;
}
.all-proj .projects-portfolio .gallery .item-img .cont span {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif;
}
.all-proj .projects-portfolio .gallery .item-img .cont span a {
    margin: 0 10px 0 0;
}
.all-proj .projects-portfolio .gallery .item-details {
    position: absolute;
    top: 40px;
    left: 46px;
    z-index: 10;
}
.all-proj .projects-portfolio .gallery .item-details .detail {
    color: #fff;
    display: inline-block;
    margin-right: 24px;
}
.all-proj .projects-portfolio .gallery .item-details .detail:last-child {
    margin: 0;
}
.all-proj .projects-portfolio .gallery .item-title {
    color: #fff;
    position: absolute;
    bottom: 33px;
    left: 46px;
    max-width: 186px;
    text-align: left;
    opacity: 0;
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    z-index: 6;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.all-proj .projects-portfolio .gallery .item-img:hover .item-title {
    opacity: 1;
}
.all-proj .projects-portfolio .gallery .cont {
    margin-top: 30px;
    text-align: center;
}
.all-proj .projects-portfolio .gallery .cont h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.all-proj .projects-portfolio .gallery .cont span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif;
}
.all-proj .projects-portfolio .gallery .cont span a {
    margin: 0 5px;
}
.all-proj .projects-portfolio .gallery .bords .item-img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}
.all-proj .projects-portfolio .gallery .bords .cont {
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 0;
    border-top: 0;
    padding: 10px;
}
.fade-out-image-three { 
    animation: fadeOutImage 1s; 
}
@keyframes fadeOutImage {
  0% { 
    opacity: 1;
    visibility: visible;
  }
  100% { 
    opacity: 0;
    visibility: hidden;
  }
}
.fade-in-image-three { 
    animation: fadeInImage 1s; 
}
@keyframes fadeInImage {
  0% { 
    opacity: 0;
    visibility: hidden;
  }
  100% { 
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1200px) {
    .all-proj .proj-det {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .all-proj .proj-det .container-fluid,
    .all-proj .projects-portfolio .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .all-proj .page-header.proj-det {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    .all-proj .proj-det .allproj-title {
        margin-bottom: 20px;
    }
    .all-proj .proj-det .text {
        font-size: 12px;
    }
    .all-proj .proj-det .filter span {
        margin-right: 20px;
    }
    .all-proj .projects-portfolio .gallery {
        margin: 0 5px;
    }
    .projects-portfolio .gallery .items {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 3px;
    }
    .all-proj .projects-portfolio .gallery .item-img {
        height: 366px!important;
        width: 100%!important;
    }
    .all-proj .projects-portfolio .gallery .item-title {
        font-size: 18px;
        bottom: 15px;
        left: 20px;
        max-width: 250px;
    }
    .all-proj .projects-portfolio .gallery .item-details {
        top: 15px;
        left: 20px;
    }
    .all-proj .projects-portfolio .gallery .item-title {
        opacity: 1;
    }
}
/* ====================== [ Start Work ] ====================== */
.projects-portfolio {
    position: relative;
    padding-bottom: 60px;
}
.projects-portfolio .gallery .items {
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 3px;
}
.projects-portfolio .gallery .items.lg-mr {
    margin-top: 100px;
}
.projects-portfolio .gallery .items .item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.projects-portfolio .gallery .items .item-img > a {
    display: block;
}
.projects-portfolio .gallery .items .item-img:hover .cont {
    opacity: 1;
}
.projects-portfolio .gallery .items .item-img {
    height: 520px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.projects-portfolio .gallery .items .item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.projects-portfolio .gallery .items .item-img .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: left;
    padding-left: 30px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.projects-portfolio .gallery .items .item-img .cont h6 {
    color: #fff;
}
.projects-portfolio .gallery .items .item-img .cont span {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif;
}
.projects-portfolio .gallery .items .item-img .cont span a {
    margin: 0 10px 0 0;
}
.projects-portfolio .gallery .items .item-details {
    position: absolute;
    top: 40px;
    left: 46px;
    z-index: 10;
}
.projects-portfolio .gallery .items .item-details .detail {
    color: #fff;
    display: inline-block;
    margin-right: 24px;
}
.projects-portfolio .gallery .items .item-details .detail:last-child {
    margin: 0;
}
.projects-portfolio .gallery .items .item-title {
    color: #fff;
    position: absolute;
    bottom: 33px;
    left: 46px;
    max-width: 186px;
    text-align: left;
    opacity: 0;
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    z-index: 6;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.projects-portfolio .gallery .items .item-img:hover .item-title {
    opacity: 1;
}
.projects-portfolio .gallery .items .cont {
    margin-top: 30px;
    text-align: center;
}
.projects-portfolio .gallery .items .cont h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.projects-portfolio .gallery .items .cont span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif;
}
.projects-portfolio .gallery .items .cont span a {
    margin: 0 5px;
}
.projects-portfolio .gallery .bords .item-img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}
.projects-portfolio .gallery .bords .cont {
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 0;
    border-top: 0;
    padding: 10px;
}

.projects-portfolio.full-bg {
    position: relative;
}
.projects-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;
}
.projects-portfolio.full-bg .cluom.current {
    background: rgba(0, 0, 0, 0.3);
}
.projects-portfolio.full-bg .cluom:hover .info {
    color: inherit;
}
.projects-portfolio.full-bg .cluom:hover .info:after {
    height: 100%;
}
.projects-portfolio.full-bg .cluom:hover .more {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.projects-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;
}
.projects-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;
}
.projects-portfolio.full-bg .cluom .info h6 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.projects-portfolio.full-bg .cluom .info h5 {
    font-size: 21px;
}
.projects-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;
}
.projects-portfolio.full-bg .cluom .more i {
    font-size: 10px;
    margin-left: 2px;
}
.projects-portfolio.full-bg .glry-img,
.projects-portfolio.full-bg .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.projects-portfolio.full-bg .glry-img {
    overflow: hidden;
}
.projects-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;
}
.projects-portfolio.full-bg .glry-img .bg-img.current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .projects-portfolio .gallery .items {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 3px;
    }
    .projects-portfolio .gallery .items .item-img {
        height: 366px;
    }
    .projects-portfolio .gallery .items .item-title {
        font-size: 18px;
        bottom: 15px;
        left: 20px;
        max-width: 250px;
    }
    .projects-portfolio .gallery .items .item-details {
        top: 15px;
        left: 20px;
    }
    .projects-portfolio .gallery .items .item-img .item-title {
        opacity: 1;
    }
}




.works-header {
    min-height: 80vh;
}
.works-header.hfixd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.works-header .capt h4 {
    font-weight: 200;
    font-size: 24px;
    line-height: 1.8;
}
.works-header .capt h2 {
    font-size: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.works-header .capt h2 span {
    display: block;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    color: #606060;
}
.works-header .capt .bactxt {
    font-size: 30vw;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}

.static {
    position: static;
}

.main-content {
    background: #fff;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .works-header .capt .bactxt {
        display: none;
    }
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start Team ] ====================== */
.team {
    position: relative;
    background: #fff;
    min-height: 550px;
    overflow: hidden;
    padding-bottom: 100px;
}
.team .container-fluid {
    padding-right: 0;
}
.team .wrapper {
    padding-left: 200px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 444px;
}
.team .wrapper .content {
    margin-top: 50px;
}
.team .wrapper .content .poster-title {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px;
    font-size: 30px;
    color: #080808;
}
.team .team-wrapper {
    position: absolute;
    right: -552px;
    width: 1130px;
    overflow: hidden;
}
.slick-slider .slick-list {
    margin: 0 -6px;
    padding: 0;
    padding-left: 6px;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-slider .slick-list, .slick-slider .slick-slide, .slick-slider .slick-track {
    height: 100%;
}
.slick-initialized .slick-slide {
    display: block;
}

.team .slick-slide {
    /*padding: 0 15px;*/
    float: left;
    height: 100%;
    min-height: 1px;
}
.team .item-slide {
    position: relative;
    display: inline-block;
    width: 552px;
    height: 444px;
    background-size: cover;
    background-position: 50%;
}
.team .navs .prev,
.team .navs .next {
    color: #777;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: static;
}
.team .slick-dots {
    bottom: -40px;
}
.team .slick-dots li.slick-active button {
    background: #75dab4;
}
.team .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.8;
}
.team .slick-dots li button:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    line-height: 1;
    background: #75dab4;
    opacity: 1;
}
@media only screen and (max-width: 1500px) {
    .team .wrapper {
        padding-left: 100px;
    }
}
@media only screen and (max-width: 1400px) {
    .team .wrapper {
        /*padding-left: 0;*/
    }
}
@media only screen and (max-width: 1200px) {
    .team .wrapper {
        padding-left: 50px;
    }
    .team .team-wrapper {
        width: 710px;
        right: -360px;
    }
    .team .item .item-slide {
        height: 420px;
        width: 347px!important;
    }
    .team .wrapper {
        padding-right: 0;
    }

}
@media only screen and (max-width: 992px) {
    .team {
        min-height: unset;
        padding: 50px 0;
    }
    .team .row {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .team .wrapper {
        padding-left: 0;
    }
    .team .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .team .navs {
        position: absolute;
        top: 40px;
        right: 15px;
        margin-top: 0!important;
    }
    .team .navs .prev, .team .navs .next {
        border: none;
        width: 30px;
        height: 30px;
    }
    .team .wrapper {
        height: 100%;
        padding-bottom: 30px;
    }
    .team .item .item-slide {
        width: 552px!important;
        height: 444px;
    }
    .team .team-wrapper {
        position: relative;
        width: 100%;
        top: unset;
        right: unset;
        right: 0;
        width: 1130px;
    }
}
@media only screen and (max-width: 767px) {
    .team .item .item-slide {
        width: 318px!important;
        height: 322px;
    }
    .team .team-wrapper {
        width: 646px;
        right: 0;
    }
    .team .navs {
        top: 0;
        right: 5px;
    }
    .team .wrapper .content .poster-title {
        font-size: 26px;
    }
}
/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Info ] ====================== */
.info-section {
    position: relative;
    background: #fff;
}
.info-section .banner-corner {
    max-width: 196px;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.info-section .container {
    max-width: 1300px;
}
.info-section .banner-holder {
    padding-right: 50px;
}
.info-section .banner-holder img {
    width: 100%;
}
.info-section .stats-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 4vw;
    margin-top: 90px;
}
.info-section .stats-wrapper:last-child {
    margin-top: 0;
}
.info-section .stats-wrapper .stats-block {
    display: flex;
    flex-direction: column;
    margin-right: 8vw;
    margin-bottom: 3vw;
    width: 25%;
}
.info-section .stats-wrapper .stats-block .stats-quantity {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 56px;
    color: #3a3e4b;
    margin-bottom: 0;
}
.info-section .stats-wrapper .stats-block .stats-description {
    width: 80%;
    font-weight: 200;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    color: #3a3e4b;
}
/* ====================== [ Start CEO Section ] ====================== */
.ceo-section {
    background: #fff;
}
.ceo-section .ceo-inner {
    padding-top: 70px;
}
.ceo-section .ceo-title {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 36px;
    color: #080808;
}
.ceo-section .ceo-subtitle {
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    color: #3a3e4b;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 56px;
}
.ceo-section .ceo-description {
    position: relative;
    font-size: 17px;
    line-height: 28.13px;
    color: #080808;
    font-weight: 200;
    font-style: normal;
    max-width: 500px;
}
.ceo-section .ceo-description:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -50px;
    background: url('../img/about/quote.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
}
.ceo-section .banner-holder {
    padding-right: 70px;
}
/* ====================== [ Start Info Block Section ] ====================== */
.info-block-section {
    background: #fff;
    padding-top: 50px;
}
.info-block-section .banner-holder {
    position: absolute;
    max-width: 306px;
    top: 50px;
    left: -25px;
}
.info-block-section .valign {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.info-block-section .stats-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 150px;
}
.info-block-section .stats-wrapper .stats-block {
    display: flex;
    flex-direction: column;
    margin-right: 8vw;
    margin-bottom: 3vw;
    width: 25%;
}
.info-block-section .stats-wrapper .stats-block .stats-quantity {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 56px;
    color: #3a3e4b;
    margin-bottom: 0;
}
.info-block-section .stats-wrapper .stats-block .stats-description {
    width: 100%;
    font-weight: 200;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    color: #3a3e4b;
}
.info-block-section .info-description {
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .info-section .stats-wrapper {
        margin-left: 0;
        margin-top: 50px;
    }
    .info-section .stats-wrapper .stats-block {
        margin-bottom: 24px;
    }
    .info-section .stats-wrapper .stats-block .stats-quantity,
    .info-block-section .stats-wrapper .stats-block .stats-quantity {
        font-size: 40px;
    }
    .info-section .banner-corner {
        max-width: 130px;
        right: 56px;
        bottom: 50px;
    }
    .ceo-section .ceo-inner {
        padding-left: 50px;
    }
    .info-block-section .banner-holder {
        max-width: 220px;
        top: 50px;
        left: 25px;
    }
}
@media only screen and (max-width: 992px) {
    .info-section,
    .ceo-section {
        padding: 50px 0;
    }
    .info-section .banner-holder,
    .ceo-section .banner-holder {
        padding-right: 0;
    }
    .ceo-section .row {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .info-block-section .banner-holder {
        max-width: 100%;
        position: relative;
        margin-bottom: 30px;
        left: 0;
    }
    .info-block-section .stats-wrapper {
        margin-top: 50px;
        text-align: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .info-block-section .stats-wrapper .stats-block {
        width: 33.3%;
    }
}
@media only screen and (max-width: 767px) {
    .info-section .banner-corner {
        display: none;
    }
    .ceo-section .ceo-inner {
        padding-left: 0;
        padding-top: 50px;
    }
    .ceo-section .ceo-title {
        font-size: 26px;
    }
    .ceo-section .ceo-description {
        font-size: 18px;
        max-width: 100%;
    }
    .ceo-section .ceo-description:before {
        left: 0;
        top: -15px;
    }
    .info-section .stats-wrapper .stats-block .stats-quantity, .info-block-section .stats-wrapper .stats-block .stats-quantity {
        font-size: 32px;
    }
    .info-section .stats-wrapper .stats-block {
        width: 50%;
    }
    .info-block-section {
        padding-top: 50px!important;
    }
    .pages-header {
        background-position: 30%!important;
    }
    .pages-header .cont h1 {
        font-size: 31px;
    }
}

/* ====================== [ Start About Section ] ====================== */
.about .content .co-tit {
    color: #75dab4;
    font-weight: 400;
    margin-bottom: 30px;
    font-style: normal;
    color: #3a3e4b;
}

.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 .blc-img .bimg {
    -webkit-box-shadow: -10px -10px 20px -5px rgba(52, 60, 70, 0.1);
    box-shadow: -10px -10px 20px -5px rgba(52, 60, 70, 0.1);
    position: relative;
}
.about .blc-img .bimg:after {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 150px;
    background-image: url(../img/dots.png);
    opacity: 0.4;
    z-index: -1;
}
.about .blc-img .bimg img {
    border-radius: 15px;
    overflow: hidden;
}

.about .blc-img .skills-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f7;
    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 .ftbox ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about .ftbox ul li {
    width: 100%;
    padding: 35px 25px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
}
.about .ftbox ul li.space {
    margin: 0 10px;
}
.about .ftbox ul li .icon {
    color: #75dab4;
    font-size: 30px;
    margin-bottom: 20px;
}
.about .ftbox ul li h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about .ftbox ul li .dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #eee;
    position: absolute;
    right: 10px;
    bottom: 12px;
    opacity: 0.1;
}
.about .ftbox ul li .dots span:first-of-type {
    bottom: 18px;
}
.about .ftbox ul li .dots span:last-of-type {
    right: 16px;
}


/* ====================== [ Start Services Section ] ====================== */
.section-background {
    width: 100%;
    min-height: 600px;
}
.section-background.cover-bg {
    background-position: 50% 80%;
}

.services .page-header {
    height: 75vh;
    background-position: bottom;
}
.services-page-section .service-title {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
    max-width: 500px;
}
.services-page-section .service-description p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #d1d1d1;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: .03em;
}
.services-page-section .service-description p span {
    font-weight: 600;
    font-size: 18px;
}
.services-page-section .service-divider {
    position: relative;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
    padding-left: 50px;
    opacity: .8;
}
.services-page-section .service-divider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #fff;
    opacity: .8;
}

.service {
    position: relative;
    /*background: #0a0a0a;*/
}
.service .section-title h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}
.service .service-wrap {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #9d9d9d;
}
.service .service-wrap .service-counter {
    position: absolute;
    display: inline-block;
    top: 35%;
    left: auto;
    right: 0;
    line-height: 1;
    opacity: .1;
    transform: translate3d(0, -50%, 0);
    font-family: 'Noto Serif JP', serif;
    font-size: calc(42px + 6vw);
    font-weight: 600;
}
.service .service-info {
    padding-left: 100px;
    max-width: 700px;
}
.service .service-image figure {
    width: 280px;
    overflow: hidden;
}
.service .service-image figure img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
}
.service .service-info .service-title {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px), #000 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
    background-image: -ms-linear-gradient(transparent 96%, #000 2px);
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
}
.service .service-info .service-title:hover {
    background-size: 100% 96%;
}

.service .service-info .learn-more {
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    display: flex;
    align-items: center;
}
.service .service-info .learn-more span {
    margin-left: 10px;
}
.service .service-info .learn-more:hover span {
    margin-left: 15px;
    transition: 0.6s cubic-bezier(.215,.61,.355,1);
}
.service .service-info .learn-more span svg {
    width: 20px;
    margin-top: 5px;
}
.service .service-info .learn-more span svg path {
    fill: #6a6a6a;
}
.service .service-wrap:hover .service-image figure img {
    transform: scale(1.05);
}

/*@media only screen and (min-width: 992px) {
    .section-background.cover-bg {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .section-background.cover-bg {
        margin-left: 100px;
    }
}*/
@media only screen and (max-width: 1200px) {
    .services-page-section .container {
        max-width: 900px;
    }
    .service .service-info {
        max-width: 500px;
    }
    .service .service-info .service-title {
        font-size: 28px;
    }
}
@media only screen and (max-width: 992px) {
    .services .page-header {
        height: 65vh;
        background-position: 25% 50% !important;
    }
    .services-page-section .service-title {
        max-width: 100%;
    }
    .services-page-section .service-description {
        margin-top: 30px;
    }
    .service .service-image figure {
        width: 200px;
    }
    .service .service-info {
        max-width: 400px;
    }
    .service .service-info .service-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .services-page-section .service-title {
        font-size: 26px;
    }
    .services-page-section .service-description p span {
        font-size: 16px;
    }
    .service .service-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
         -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .service .service-wrap .service-counter {
        display: none;
    }
    .service .service-image figure {
        max-width: 100%;
        width: 100%;
    }
    .service .service-info {
        max-width: 100%;
        padding-left: 0;
    }
    .service .service-info .service-title {
        line-height: 1.2;
        margin-bottom: 3px;
    }
    .service .service-info .learn-more {
        font-size: 14px;
    }
    .service .service-info .learn-more span svg {
        width: 17px;
        margin-top: 7px;
    }
    .service .service-wrap {
        border-bottom: 0;
    }
    .service .section-padding {
        padding: 50px 0;
    }
    .section-background.cover-bg {
        display: none;
    }

}
/* ------------------------------------------------------------- *
 * tt-Section
/* ------------------------------------------------------------- */

.tt-section {
    overflow: hidden;
    position: relative;
    background: rgb(255 255 255 / 3%);
    padding: 120px 0;
}
@media (max-width: 991px) {
    .tt-section {
        padding: 10% 0;
    }
}
@media (max-width: 767px) {
    .tt-section {
        padding: 10% 0;
    }
}
@media (max-width: 480px) {
    .tt-section {
        padding: 15% 0;
    }
}
/* tt-section inner 
==================== */
.tt-section-inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
/* ------------------------------------------------------------- *
 * Scrolling text
/* ------------------------------------------------------------- */

.tt-scrolling-text {
    display: flex;
    position: relative;
    pointer-events: none;
}
.tt-scrolling-text-inner {
    padding-left: 2vw;
    font-size: calc(16px + 6vw);
    line-height: 1;
    font-weight: bold;
    font-weight: 600;
    color: #CCC;
    white-space: nowrap;
    animation-name: tt_scrolling_text; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-play-state: running;
    /* animation-duration is handled by js. */
}
.tt-scrolling-text-inner:after {
    content: attr(data-text);
}

@keyframes tt_scrolling_text {
    0% { transform: translateX(0) }
    100% { transform: translateX(-50%) }
}

/* Animation direction reverse. */
.tt-scrolling-text.scr-text-reverse .tt-scrolling-text-inner {
    animation-direction: reverse;
}


/* Scrolling text styles 
========================= */
/* Style stroke */
.tt-scrolling-text.scr-text-stroke .tt-scrolling-text-inner {
    font-weight: bold;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #CCC;
    -webkit-text-fill-color: transparent;
}



.hero-sec .skills-box {
    padding-left: 30px;
}
.hero-sec .skills-box .skill-item {
    margin-bottom: 80px;
}

.simpl-intro .img {
    position: relative;
}
.simpl-intro .img img {
    border-radius: 10px;
}
.simpl-intro .img .vid-icon {
    position: absolute;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #75dab4;
    -webkit-box-shadow: 0px 10px 50px rgba(52, 60, 70, 0.05);
    box-shadow: 0px 10px 50px rgba(52, 60, 70, 0.05);
}
.simpl-intro .img .vid-icon:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: #000;
    opacity: 0.05;
    z-index: -1;
}

.simpl-intro .cont p:last-of-type {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-section .htit {
    font-size: 28px;
    font-weight: 500;
}
.intro-section .htit span {
    font-size: 17px;
    font-weight: 300;
    color: #75dab4;
    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;
}
.projdtal {
    padding-top: 120px;
}
.projdtal figure {
    margin: 0 0 4px;
}
.projdtal .projdtal-container-2,
.projdtal .projdtal-container-2sb,
.projdtal .projdtal-container-2bs,
.projdtal .projdtal-container-3,
.projdtal .projdtal-container-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
/* 50% | 50% row */
.projdtal .projdtal-container-2 figure {
    width: calc(50% - 2px);
}
/* 30% | 70% row */
.projdtal .projdtal-container-2sb figure:nth-child(1) {
    width: calc(30% - 2px);
}
.projdtal .projdtal-container-2sb figure:nth-child(2) {
    width: calc(70% - 2px);
}
/* 70% | 30% row */
.projdtal .projdtal-container-2bs figure:nth-child(1) {
    width: calc(70% - 2px);
}
.projdtal .projdtal-container-2bs figure:nth-child(2) {
    width: calc(30% - 2px);
}
.projdtal .projdtal-container-2sb figure img,
.projdtal .projdtal-container-2bs figure img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.projdtal .projdtal-container-3 figure {
    width: calc(33.3% - 2px);
}
.projdtal .projdtal-container-4 figure {
    width: calc(25% - 2px);
}
@media only screen and (max-width: 767px) {
    .projdtal .projdtal-container-2 figure,
    .projdtal .projdtal-container-2bs figure,
    .projdtal .projdtal-container-2sb figure,
    .projdtal .projdtal-container-3 figure,
    .projdtal .projdtal-container-4 figure {
        width: 100%!important;
    }
}

.extra-text {
    font-size: 22px;
}

.video-wrapper {
    min-height: 500px;
    background-image: url('../img/slid/01.jpg');
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #212529;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 17px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.js-scroll__content {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    will-change: transform;
}

/* ====================== [ End Intro ] ====================== */
.min-area {
    position: relative;
}
.min-area .section-label {
    z-index: 10;
    color: hsl(0deg 0% 0% / 13%);
}
.min-area .section-label:before {
    background: hsl(0deg 0% 0% / 13%);
}
.min-area .img {
    padding: 120px 0 120px 80px;
    position: relative;
    z-index: 3;
}
.min-area .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 120px;
    bottom: 0;
    left: -300px;
    background: #efefef;
    z-index: -1;
}

.min-area .content {
    padding-left: 40px;
}
.min-area .content h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.min-area .content ul {
    margin: 0;
}
.min-area .content ul li {
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
}
.min-area .content ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.min-area .content ul.feat li {
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.min-area .content ul.feat li:last-of-type {
    padding: 0;
    border: 0;
}
.min-area .content ul.feat li:after {
    display: none;
}
.min-area .content ul.feat li h6 {
    font-weight: 500;
    margin-bottom: 5px;
}
.min-area .content ul.feat li h6 span {
    color: #75dab4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #75dab4;
    border-radius: 50%;
    margin-right: 10px;
}
.min-area .content ul.feat li p {
    font-size: 13px;
    padding-left: 45px;
}
.min-area .content .button-holder {
    margin-top: 40px;
}
.min-area .content .button-holder .btn-curve {
    background-color: transparent;
}
.min-area .content .button-holder .btn-curve.btn-blc:hover span {
    color: #fff;
}
.min-area .content .button-holder .btn-curve.btn-blc:hover {
    background: #000;
}
.bord-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
    .min-area .content {
        padding-left: 0;
    }
}


/* ====================== [ End services ] ====================== */
/* ====================== [ Start Work ] ====================== */
.portfolio {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%,#0f0f0f 0,#080808 100%);
}
.portfolio .section-title h2 {
  text-transform: uppercase;
}
.portfolio .section-title p {
  color: #8c8c8c;
}
.portfolio .filtering .filter {
    padding: 15px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 30px;
    display: inline-block;
}
.portfolio .filtering span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}
.portfolio .filtering span.active {
    color: #75dab4;
}
.portfolio .filtering span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #75dab4;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}
.portfolio .filtering span:last-of-type:after {
    display: none;
}
.portfolio .filtering.smplx .filter {
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: inline-block;
}
.portfolio .filtering.smplx span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}
.portfolio .filtering.smplx span.active {
    color: #75dab4;
}
.portfolio .filtering.smplx span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #75dab4;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}
.portfolio .filtering.smplx span:last-of-type:after {
    display: none;
}

.h7 {
    font-weight: 400;
    line-height: 17px;
    font-size: 10px;
}
.portfolio .gallery .items {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 6px;
}
.portfolio .gallery .items img {
  max-width: 100%;
  width: 100%;
}
.portfolio .gallery .project:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.63)),to(rgba(0,0,0,.24)));*/
    background: linear-gradient(0deg,rgba(0,0,0,.63) 0,rgba(0,0,0,.24));
    z-index: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.portfolio .gallery .project-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}
.portfolio .gallery .project-wrapper .project-details {
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 46px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.portfolio .gallery .project-wrapper .project-details .detail-item {
    display: inline-block;
    color: #fff;
    margin-right: 16px; 
}
.portfolio .gallery .project-wrapper .project-details .detail-item:last-child {
    margin-right: 0;
}
.portfolio .gallery .project-wrapper .project-title {
    font-family: 'Montserrat' , sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    position: absolute;
    z-index: 2;
    margin-bottom: 0;
    left: 46px;
    bottom: 33px;
    color: #fff;
    max-width: 200px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.portfolio .gallery .project-wrapper .project-link {
    position: absolute;
    z-index: 2;
    right: 111px;
    bottom: 40px;
    margin-left: 1px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.portfolio .gallery .project-wrapper:hover .project-details,
.portfolio .gallery .project-wrapper:hover .project-btn,
.portfolio .gallery .project-wrapper:hover .project-title,
.portfolio .gallery .project-wrapper:hover:after {
  opacity: 1;
}
.portfolio .gallery .all-projects-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  font-size: 22px;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

.portfolio .gallery .items.lg-mr {
    margin-top: 100px;
}
.portfolio .gallery .items .item-img {
    overflow: hidden;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio .gallery .items .item-img > a {
    display: block;
}
.portfolio .gallery .items .item-img:hover {
    -webkit-clip-path: inset(5px 10px);
    clip-path: inset(5px 10px);
}
.portfolio .gallery .items .item-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.portfolio .gallery .items .item-img:hover .cont {
    opacity: 1;
}
.portfolio .gallery .items .item-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio .gallery .items .item-img .cont {
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: left;
    padding-left: 30px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.portfolio .gallery .items .item-img .cont h6 {
    color: #fff;
}
.portfolio .gallery .items .item-img .cont span {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif;
}
.portfolio .gallery .items .item-img .cont span a {
    margin: 0 10px 0 0;
}
.portfolio .gallery .items .cont {
    margin-top: 30px;
    text-align: center;
}
.portfolio .gallery .items .cont h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.portfolio .gallery .items .cont span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif;
}
.portfolio .gallery .items .cont span a {
    margin: 0 5px;
}
.portfolio .gallery .bords .item-img {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.03);
}
.portfolio .gallery .bords .cont {
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 0;
    border-top: 0;
    padding: 10px;
}

.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;
}
@media only screen and (max-width: 767px) {
    .portfolio .section-label {
        display: none;
    }
    .section-title.centered {
        width: 100%;
        margin: 0 auto 60px;
    }
    .portfolio .container-fluid {
        padding: 0 30px;
    }
    .portfolio .gallery .project-wrapper .project-details,
    .portfolio .gallery .project-wrapper .project-title,
    .portfolio .gallery .project-wrapper .project-link {
        opacity: 1;
    }
    .portfolio .gallery .project-wrapper .project-link {
        right: 20px;
        bottom: 30px;
    }
    .portfolio .gallery .project-wrapper .project-title {
        left: 20px;
        bottom: 30px;
        max-width: 200px;
    }
    .portfolio .gallery .project-wrapper .project-details {
        top: 30px;
        left: 20px;
    }
    .portfolio .gallery .project:after {
        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: #0c0f16;
    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;
    border-radius: 10px 10px 0 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 {
    color: #75dab4;
    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(0, 0, 0, 0.03);
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: calc(50% - 17px);
    right: 15px;
}
.work-carousel .content .bgbox {
    background: #efefef;
    padding: 20px 20px 20px 30px;
    border-radius: 0 0 10px 10px;
}

.work-carousel.caroul .content .item-img {
    height: 400px;
}

.work-carousel.caroul.simpl .content {
    position: relative;
}
.work-carousel.caroul.simpl .content .item-img {
    border-radius: 0px;
    height: 480px;
    position: relative;
}
.work-carousel.caroul.simpl .content .item-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#13161d));
    background: -webkit-linear-gradient(top, transparent, #13161d);
    background: -o-linear-gradient(top, transparent, #13161d);
    background: linear-gradient(180deg, transparent, #13161d);
    opacity: 0.6;
}
.work-carousel.caroul.simpl .content .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #fff;
}

.work-carousel .noraidus .item-img {
    height: 480px;
    border-radius: 0;
}

.work-carousel .noraidus .cont {
    position: relative;
    text-align: center;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.work-carousel .noraidus .cont h6 {
    color: #75dab4;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.work-carousel .noraidus .cont h4 {
    font-size: 17px;
}

.half-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    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 .caption a:hover .stroke {
    color: #fff;
}
.next-prog .box .copy-cap {
    z-index: -1;
}

/* ====================== [ End Work ] ====================== */
.block-sec .video-box .img {
    position: relative;
}
.block-sec .video-box .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.block-sec .vid-area .vid-icon .vid {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: relative;
}
.block-sec .vid-area .vid-icon .vid:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.1;
}
.block-sec .vid-area .vid-icon .vid span {
    font-size: 30px;
    color: #75dab4;
}

.block-sec .vid-area .cont {
    margin-top: 40px;
}
.block-sec .vid-area .cont h6 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 15px;
}
.block-sec .vid-area .cont h3 {
    font-size: 45px;
    font-weight: 700;
}

.block-sec {
    background: #fff;
}

.block-sec .showreel .video-box {
    margin-top: 200px;
    position: relative;
    margin-bottom: -100px;
    z-index: 2;
}
.block-sec .showreel .video-box:after,
.block-sec .showreel .video-box:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    opacity: 0.2;
    z-index: 3;
}
.block-sec .showreel .video-box:after {
    left: 20%;
}
.block-sec .showreel .video-box:before {
    right: 20%;
}
.block-sec .showreel .video-box .tit-text {
    position: absolute;
    top: -100px;
    width: 100%;
    text-align: center;
    z-index: -1;
}
.block-sec .showreel .video-box .tit-text h3 {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}
.block-sec .showreel .video-box .vid {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 70px);
    z-index: 4;
}
.block-sec .showreel .video-box .img {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
    box-shadow: 0px 10px 30px -5px rgba(52, 60, 70, 0.5);
    border-radius: 5px;
    overflow: hidden;
}

/* ====================== [ End Testimonials ] ====================== */
.next-project {
    position: relative;
    padding: 80px 0;
    margin-top: 90px;
    background: #fafafa;
    z-index: 2;
    overflow: hidden;
}
.next-project:before {
    display: none;
}
.next-project:after {
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    bottom: auto;
    right: 0;
    top: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #f5f5f5;
    z-index: -1;
}
.next-project:hover:after {
    height: 100%;
    bottom: 0;
    top: auto;
}
.next-project .content {
    width: 100%;
}
.next-project .content h2 {
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.next-project .content p {
    font-size: 18px;
    color: #555;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.call-action {
  position: relative;
  background: #000;
  padding: 180px 0;
  overflow: hidden;
}
.ball {
  pointer-events: none;
  position: absolute; 
  display: block;
  top: 0;
  left: 0;
  width: 280px;
  height: 200px;
  /*border-radius: 50%; */
  /*background: gray;*/
  background-image: url('../img/slid/01.jpg');
  background-size: cover;
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: 1;
  transform: scale(1) rotate(-10.5deg);
}
@keyframes implode {
    100%
    {
        opacity: 0;
        transform: scale(0) rotate(-10.5deg)
    }
}
.call-action .content h6 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.call-action .content h6 span {
    color: #fff;
}

.call-action .section-title h2 {
    /*font-family: 'Montserrat', sans-serif;*/
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.call-action .content h2 span {
    color: transparent;
}

.call-action .content p {
    font-size: 17px;
    font-weight: 300;
}
.call-action .button-holder p {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 30px;
    color: #fff;
}

.call-action .btn-curve {
    border: 1px solid #fff;
}
.call-action .btn-curve span {
    color: #000;
    text-transform: capitalize;
}
.call-action .btn-curve:hover {
    background: transparent;
    border: 1px solid #fff;
}
.call-action .btn-curve:hover span {
    color: #fff;
}

.call-action .tlink {
    margin-left: auto;
    border-bottom: 1px solid #0c0f16;
}

.call-action.next {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.call-action.next:after {
    display: none;
}
.call-action.next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #0a0a0a;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.call-action.next .content h2 {
    font-size: 5vw;
    font-weight: 700;
}
.call-action.next .content h2 b {
    font-weight: 700;
}
.call-action.next .nxt-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}
.call-action.next:hover:before {
    opacity: 0.9;
}
.call-action.next:hover .nxt-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 10s linear;
    -o-transition: all 10s linear;
    transition: all 10s linear;
}
@media only screen and (max-width: 1200px) {
    .call-action .section-label {
        top: 140px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .call-action .container {
        width: 100%;
        padding-right: 60px;
        padding-left: 60px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) {
    .section-label {
        left: 15px;
        padding-left: 50px;
    }
    .section-label:before {
        width: 35px;
    }
    .call-action {
        padding: 60px 0;
    }
    .call-action .section-label {
        top: -40px;
    }
    .call-action .container {
        padding: 0 15px;
    }
}

/* ====================== [ End Call To Action  ] ====================== 
/* ====================== [ Start Numbers & Counter  ] ====================== */
.number-sec .item {
    text-align: center;
    position: relative;
    z-index: 2;
}
.number-sec .item:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.05;
}
.number-sec .item.no-bord:after {
    display: none;
}
.number-sec .item .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 70px;
    width: 100%;
    opacity: 0.05;
    z-index: -1;
}
.number-sec .item h3 {
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.number-sec .item p {
    color: #0c0f16;
    letter-spacing: 1px;
}

/* ====================== [ End Numbers & Counter  ] ====================== */

/* ====================== [ Start Justified Gallery ] ====================== */
/*.justified-gallery.top-0 > a:first-child {
    top: 0!important;
}
.justified-gallery.four-row > a {
    top: 0!important;
}*/
/* ====================== [ End Justified Gallery ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-header {
    background: #fff;
}
.contact-sec .form .form-group {
    margin-bottom: 30px;
}
.contact-sec .form .form-group input,
.contact-sec .form .form-group textarea {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    font-family: "Barlow Condensed", sans-serif;
}

.contact-sec .form button {
    font-size: 17px;
    background: transparent;
    border: 0;
}

.contact .form input,
.contact .form textarea {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.contact .form textarea {
    padding: 15px;
    min-height: 140px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.contact .cont-info h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}


.contact .cont-info .item h5 {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    margin: 10px 0;
}

.contact .cont-info .item h6 {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    line-height: 1.7;
}

.contact .cont-info .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
}

.contact .cont-info .social a.tiktok svg {
    fill: #000;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.map {
    width: 100%;
    height: 60vh;
}

/* ====================== [ End contact ] ====================== */
/* ====================== [ Start Footer ] ====================== */
.footer-half .section-title p.section-subtitle {
  max-width: 390px;
  margin-bottom: 60px;
}
.footer-half .geo-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer-half .geo-info .geo-block {
  width: 50%;
  margin-bottom: 60px;
}
.footer-half .geo-info .geo-block h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-half .geo-info .geo-block a,
.footer-half .geo-info .geo-block a span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    color: hsla(0,0%,100%,.6);
    letter-spacing: .06em;
}
.footer-half .email-holder {
  text-align: right;
}
.footer-half .email-holder a {
    text-align: left;
    color: #fff;
    line-height: 20px;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
}
.footer-half {
    color: #fff;
    background-color: #1c1d23 !important;
    position: relative;
    z-index: 2;
}
.footer-half:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0f0f0f;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: 50%;
    background-blend-mode: multiply;
}
.footer-half .stit {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}
.footer-half .cont .logo {
    width: 55px;
    margin-bottom: 30px;
}
.footer-half .cont .con-info li {
    margin-top: 10px;
    font-weight: 200;
}
.footer-half .cont .con-info li span {
    margin-right: 10px;
    font-weight: 500;
}
.footer-half .cont .social-icon {
    text-align: right;
}
.footer-half .cont .social-icon .social a {
    width: 18px;
    margin-right: 5px;
    font-size: 13px;
}
.footer-half .cont .social-icon .social a.tiktok svg {
    width: 12px;
    fill: #fff;
}
.footer-half .subscribe p {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}
.footer-half .subscribe form .form-group {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-half .subscribe form input {
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.01);
    border: 0;
    color: #fff;
}
.footer-half .subscribe form button {
    border: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.02);
    color: #75dab4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer;
}
.footer-half .insta .insta-gallary a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
}
.footer-half .insta .insta-gallary a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.footer-half .copyrights {
    margin-top: 50px;
    padding: 30px 0;
}
.footer-half .copyrights p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: hsla(0,0%,100%,.6);
    margin-bottom: 0;
}
.footer-half .copyrights p a {
    color: hsla(0,0%,100%,.6);
}
.footer-half .btn-curve:hover {
    background: transparent;
    border: 1px solid #fff;
}
.footer-half .btn-curve:hover span {
    color: #fff;
}

.modal-dialog {
    max-width: 100%;
    width: calc(100% - 394px);
    /*height: 713px;*/
    /*height: calc(100vh - 150px);*/
    padding: 56px 123px;
    overflow: auto;
    background: #f2f2f2;
    -webkit-box-shadow: 0 2px 24px rgb(0 0 0 / 4%);
    box-shadow: 0 2px 24px rgb(0 0 0 / 4%);
    margin: 5.75rem auto 0;
}
.modal-content {
    /*padding: 44px 70px;*/
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0,.04);
}
.modal-body {
    padding: 0;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-header {
    text-align: center;
    padding: 44px 70px 0 70px;
    background: #fff;
}
.modal-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    font-size: 22px;
    color: #3a3e4b;
    text-align: center;
}
.modal .close {
    position: absolute;
    top: 17px;
    right: 18px;
    padding: 20px;
    opacity: 1;
}
.modal .close span {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
    z-index: 999;
    opacity: 1;
}
.request .request__content {
    background: #fff;
    padding: 44px 70px;
    /*border: 1px solid rgba(0,0,0,.04);*/
}
.request .request-inputs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.request .fieldset {
    position: relative!important;
    margin-bottom: 18px;
    z-index: 0;
    -webkit-transition: border-color .4s ease;
    transition: border-color .4s ease;
}
.request .fieldset {
    display: inline-block;
    width: calc(50% - 18px);
    margin-bottom: 26px;
}
.request .fieldset:nth-child(2n) {
    margin-left: 36px;
}
.request .fieldset input,
.request .fieldset textarea {
    display: block;
    width: 100%!important;
    background: transparent;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
    resize: none;
    border-bottom: 1px solid hsla(0,0%,100%,.4);
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
}
.request .ui-input {
    width: 100%;
    position: relative;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 7px;
    border-bottom: 1px solid hsla(0,0%,83.9%,.3);
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
}
.request .ui-input:hover {
    border-color: hsla(0,0%,51%,.32);
}
.request .ui-input__name {
    color: #828282;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-1px) translateY(5px);
    transform: translateX(-1px) translateY(5px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.request .ui-input__name, 
.request .ui-input input {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 11px;
    color: #828282;
    letter-spacing: .06em;
    border: 0;
    outline: none;
}
.request .ui-input_active .ui-input__name {
    -webkit-transform: translateX(-1px) translateY(-7px) scale(.86);
    transform: translateX(-1px) translateY(-7px) scale(.86);
}
.request .ui-input input:focus+.ui-input__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 10px;
    letter-spacing: .06em;
    -webkit-transform: translateX(-1px) translateY(-7px) scale(.86);
    transform: translateX(-1px) translateY(-7px) scale(.86);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.request .ui-input_active input {
    color: #3a3e4b;
}
.request__content_second {
    margin-top: 6px;
}
.request__content_second .request__title {
    text-align: left;
    margin-bottom: 41px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 11px;
    letter-spacing: .06em;
    color: #3a3e4b;
}
sub, sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.request__choices {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 56px
}

.request__choices:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: hsla(0, 0%, 83.9%, .3)
}
.request .label-container {
    display: inline-block;
    position: relative;
    padding: 9px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.request .label-container .label {
    position: absolute;
    top: -20px;
    left: 50%;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 9px;
    text-align: center;
    letter-spacing: .06em;
    white-space: nowrap;
    color: rgba(58, 62, 75, .45);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.request .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    outline: none
}

.request .label-container:hover input~.checkmark {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    border: 1px solid #fff;
    background-color: #1d1f26;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.request .label-container:hover input~.checkmark:before {
    background-color: #fff;
    border: 0
}

.request .label-container:hover .label {
    color: #3a3e4b
}

.request .label-container input:checked~.checkmark {
    -webkit-box-sizing: initial;
    box-sizing: initial;
    border: 1px solid #fff;
    background-color: #1d1f26;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
}

.request .label-container input:checked~.checkmark:before {
    background-color: #fff;
    border: 0
}

.request .label-container input:checked .label {
    color: #3a3e4b
}

.request .label-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f7f7f6;
    border-radius: 50%;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    outline: none
}

.request .label-container .checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background-color: #afb0b2;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.request .label-container:last-child {
    margin-right: 0
}
.request .request__btn {
    text-align: right;
}
.request .request__btn button {
    border: 0;
    outline: 0;
}
.request .request__btn button .btn-curve {
    font-size: 11px;
}
.request .request__btn button .btn-curve:after {
    content: none;
}

@media only screen and (max-width: 1200px) {
   .footer-half  .section-label {
        top: 80px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .footer-half .container {
        width: 100%;
        padding-right: 60px;
        padding-left: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .modal-dialog {
        padding: 32px 50px;
        width: calc(100% - 216px);
    }
}
@media only screen and (max-width: 992px) {
    .footer-half .email-holder,
    .footer-half .cont .social-icon {
        text-align: left;
    }
    .request .request__content {
        padding: 24px 60px;
    }
    .request .request__btn button .btn-curve {
        padding: 9px 30px;
    }
    .request-inputs {
        display: grid;
        grid-template-rows: 1fr
    }
    .request-inputs .fieldset:nth-child(4) {
        grid-row-start: 3;
        grid-row-end: 4
    }
    .request-inputs .fieldset:nth-child(6) {
        grid-row-start: 4;
        grid-row-end: 5
    }
    .request__choices {
        display: grid;
        grid-template-rows: 70px 30px;
        grid-template-columns: 20px 20px 20px 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
        margin-bottom: 24px;
        z-index: 0
    }
    .request__choices>* {
        z-index: 1
    }
    .request__choices:before {
        top: 10px
    }
    .request__choices:after,
    .request__choices:before {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    .request__choices:after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: hsla(0, 0%, 83.9%, .3);
        z-index: 0
    }
    .request .labe-lcontainer {
        width: 20px
    }
}
@media only screen and (max-width: 767px) {
    .footer-half .container {
        padding: 0 15px;
    }
    .request .fieldset:nth-child(2n) {
        margin-left: 0;
    }
    .request .form .fieldset {
        width: 100%;
        margin-bottom: 28px;
    }
    .modal .close {
        right: 0;
    }
    .modal-header {
        padding: 34px 30px 0 34px;
    }
    .modal-dialog {
        width: calc(100% - 48px);
        padding: 0;
    }
    .request .request__content {
        padding: 34px 30px;
    }
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
    .bg-img {
        background-position: center !important;
    }
    .pages-header {
        background-position: 30%!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 {
        max-width: 720px;
    }
    .navbar {
        min-height: 60px;
    }
    .navbar .navbar-collapse {
        position: absolute;
        top: 60px;
        width: 100%;
        max-height: 340px;
        overflow: auto;
        background: rgb(0 0 0 / 90%);
        text-align: center;
        padding: 10px 15px;
    }
    .navbar .nav-link {
        margin: 10px auto !important;
    }
    .nav-scroll .navbar-collapse .nav-link,
    .light .navbar-collapse .nav-link {
        color: #fff !important;
    }
    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
        color: #75dab4 !important;
    }
    .nav-scroll .navbar-toggler svg {
        fill: #000!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: #75dab4;*/
    }
    .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;
    }
    .showcase-full .parallax-slider .caption h1 .stroke {
        display: inline-block;
    }
    .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;
    }
    .curve-bg {
        display: none;
    }
    .about .img-mons,
    .number-sec .item,
    .block-sec .vid-area .cont,
    .about .content,
    .skills-box {
        margin-bottom: 50px;
    }
    .simpl-intro .img .vid-icon {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .about .blc-img .skills-circle {
        right: 0;
    }
    .about .blc-img .skills-circle .item {
        width: 50%;
    }
    .hero-sec .skills-box {
        padding-left: 0;
        margin-top: 50px;
    }
    .team {
        position: relative;
    }
    .min-area .content,
    .min-area .img {
        padding: 120px 0;
    }
    .sec-head.tr-head {
        text-align: center;
        margin-bottom: 55px;
    }
    .block-sec .testim-box {
        margin-bottom: 120px;
    }
    .block-sec .showreel {
        background: #13161d;
    }
    .number-sec {
        padding-bottom: 70px;
    }
    .sec-head h3 br {
        display: none;
    }
    .sec-head.mb-0 {
        margin-bottom: 80px !important;
    }
    .blog-grid .item {
        margin-bottom: 50px;
    }
    .blog-grid {
        padding-bottom: 70px;
    }
    .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;
    }
    .min-area .content,
    .min-area .img {
        padding: 60px 0;
    }
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
    .navbar .logo {
        width: 105px;
        margin-left: 15px;
    }
    .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: 13px;
    }
    .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-bus .caption h1 {
        font-size: 70px;
    }
    .freelancer .cont h1 {
        font-size: 60px;
    }
    .slider-bus .setone {
        bottom: 20px;
        right: 20px;
    }
    .slider-bus .swiper-pagination-fraction {
        left: 20px;
        bottom: 20px;
    }
    .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;
    }
    .works-header .capt h2 {
        font-size: 40px;
    }
    .slider.fixed-slider,
    .works-header.hfixd {
        position: static;
    }
    .main-content {
        margin-top: 0 !important;
    }
    .about .img-mons .img1,
    .about .img-mons .img2,
    .about .img-mons .img3 {
        margin-bottom: 10px;
    }
    .about .img-mons .img3 {
        width: 100%;
        margin-top: 0;
    }
    .sec-head h3 {
        font-size: 45px;
    }
    .sec-head h6 {
        font-size: 15px;
        letter-spacing: 5px;
    }
    .skills-circle {
        padding-bottom: 0 !important;
    }
    .skills-circle .item {
        margin-bottom: 50px;
    }
    .block-sec .vid-area .cont h3 {
        font-size: 34px;
    }
    .call-action .content h2 {
        font-size: 7vw;
    }
    .portfolio .filtering span {
        margin: 5px 15px;
    }
    .team-crv .img-box .img.sizxl,
    .team-crv .img-box .img.sizmd,
    .team-crv .img-box .img.sizsm {
        width: 100%;
    }
    .team-crv .img-box .img.sizmd {
        margin-bottom: 30px;
    }
    .footer-half .copyrights p {
        font-size: 8px;
    }
}

@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;
    }
    .pages-header .cont .path {
        font-size: 15px;
    }
    .pages-header .cont .path span {
        margin: 0 10px;
    }
    header.simpl .caption h1 {
        font-size: 40px;
    }
    header.simpl .caption p {
        font-size: 17px;
    }
    .slider .swiper-pagination-fraction.steps {
        bottom: 60px;
    }
    .circle-slide .swiper-slide .bg-img {
        height: 280px !important;
        width: 280px !important;
    }
    .works-header .capt h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .sec-head h3 {
        font-size: 35px;
    }
    .about .blc-img .skills-circle {
        display: block;
        padding-bottom: 30px !important;
    }
    .about .blc-img .skills-circle .item {
        width: 100%;
    }
    .about .blc-img .skills-circle .item:last-of-type {
        margin-left: 0;
    }
    .portfolio {
        padding: 60px 0!important;
    }
    .portfolio .gallery .items {
        margin: 0 0 15px;
    }
    .portfolio .gallery .items.lg-mr {
        margin-top: 50px;
    }
    .portfolio .filtering.smplx span {
        margin: 5px 15px;
    }
    .block-sec .vid-area .cont h3 {
        font-size: 28px;
    }
    .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 ] ====================== */
