
/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography
        |- helper classes

    |--- SHORTCODES

        |- extra
        |- overlay
        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- contact-form
        |- footers

    |--- BASE

        |- responsive
	


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

body {
  color: #fff;
  background: #0c0f16;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
}

/*МОДАЛКА ГАЛЕРЕИ*/








/*МОДАЛКА ГАЛЕРЕИ*/



.video-responsive {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    padding: 0px 15px;
}


::-webkit-scrollbar {
  width: 4px;
  background-color: #f9f9fd;
}

::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #FF6D54;
}

::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);*/
  border-radius: 1px;
  background-color: #13161D;
}


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: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

p {
  color: #c8c8c8;
  font-size: 15px;
  font-weight: 400;
  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: 'Montserrat', sans-serif;
}

.bg-blc {
  background: #10141b;
  position: relative;
  z-index: 2;
}

.bg-blc:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern-bg.svg);
  opacity: .04;
  z-index: -1;
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.lrg-padding {
  padding-bottom: 240px !important;
}

.full-over {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100% !important;
}

.main-color {
  color: #ff6d54 !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: #ff6d54 !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: #13161d;
}

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

.cmd-padding {
  padding: 0 10px;
}

.csm-padding {
  padding: 0 5px;
}

.lg-padding {
  padding: 0 30px;
}

.head-pt {
  padding: 80px 0 0;
}

.head-pb {
  padding: 0 0 80px;
}

.rounded {
  border-radius: 5px;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

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

.fz-15 {
  font-size: 15px !important;
}

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

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

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

.fz-22 {
  font-size: 22px !important;
}

.fz-25 {
  font-size: 25px !important;
}

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

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

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

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
  line-height: 10px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-55 {
  line-height: 55px;
}

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

.line-height-65 {
  line-height: 65px;
}

.line-height-70 {
  line-height: 70px;
}

.line-height-75 {
  line-height: 75px;
}

.line-height-80 {
  line-height: 80px;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 90px;
}

.line-height-95 {
  line-height: 95px;
}

.line-height-100 {
  line-height: 100px;
}

.line-height-110 {
  line-height: 110px;
}

.line-height-120 {
  line-height: 120px;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0px !important;
}

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

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.ls10 {
  letter-spacing: 10px !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */
/* ====================== [ Start Preloader ] ====================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ff6d54;
  pointer-events: none;
  z-index: 9999999999999;
}

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

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

.loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #10141b;
}

.count {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15vw;
  color: #fff;
  font-weight: 800;
  text-align: right;
}

/* ====================== [ 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 .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: #ff6d54;
  -webkit-transition: width .4s ease-in-out,
 height .4s ease-in-out,
 margin .4s ease-in-out,
 opacity .4s ease-in-out;
  -o-transition: width .4s ease-in-out,
 height .4s ease-in-out,
 margin .4s ease-in-out,
 opacity .4s ease-in-out;
  transition: width .4s ease-in-out,
 height .4s ease-in-out,
 margin .4s ease-in-out,
 opacity .4s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #ff6d54;
  opacity: .2;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ff6d54;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out;
  display: none;
}

.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: #ff6d54;
  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: #ff6d54;
  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: #02050b;
}

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

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

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

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

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

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

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

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

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

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

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
  position: relative;
  margin: 0 auto 80px;
}

.sec-head h6 {
  color: #ff6d54;
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 14px;
  margin-bottom: 5px;
}

.sec-head h3 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}

.sec-head.tr-head {
  text-align: right;
  margin-bottom: 0;
}

.sec-head.tr-head .tbg {
  text-align: left;
}

.bg-blc .sec-head h3, [data-overlay-dark] .sec-head h3 {
  color: #fff;
  text-shadow: 0 8px rgba(255, 255, 255, 0.05);
}

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

.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: 12px 35px;
  border: 1px solid #10141b;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.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: #10141b;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.btn-curve span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}

.btn-curve.btn-lit:hover span {
  color: #ff6d54;
}

.btn-curve.btn-lit:after {
  background: #fff;
}

.btn-curve.btn-blc {
  background: #10141b;
}

.btn-curve.btn-blc:after {
  background: #fff;
}

.btn-curve.btn-blc span {
  color: #fff;
}

.btn-curve.btn-blc:hover span {
  color: #10141b;
}

.btn-curve.btn-color {
  background: #ff6d54;
  border-color: #ff6d54;
}

.btn-curve.btn-color:after {
  background: #fff;
}

.btn-curve.btn-color span {
  color: #0c0f16;
}

.btn-curve.btn-color:hover span {
  color: #ff6d54;
}

.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: #ff6d54;
}

.btn-curve.btn-wit span {
  color: #10141b;
}

.btn-curve.btn-wit:hover {
  border-color: #ff6d54;
}

.btn-curve.btn-wit:hover span {
  color: #fff;
}

.btn-curve.btn-radius {
  border-radius: 30px;
}

.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(255, 109, 84, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.simple-btn.right:after {
  left: auto;
  right: 0;
}

.simple-btn:hover:after {
  width: 100%;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
  min-height: 80px;
}

.navbar .icon-bar {
  font-size: 1.8rem;
  color: #fff;
  padding: 10px;
}

.navbar .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  color: #fff;
  padding: 15px 3px;
  margin: 10px 15px;
}


.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  color: #fff;
  background: #1a1e25;
  min-width: 120px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 13px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding: 10px 25px;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: '';
  width: 0px;
  height: 1px;
  background: #ff6d54;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
  padding-left: 30px;
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:hover:after, .navbar .dropdown-menu .dropdown-item:focus:after {
  width: 10px;
}

.navbar .logo {
  width: 30%;
  text-decoration: none !important;
}
.logo_hs {
  font-size: 25px;
  display: block;
}
.logo_hs_2 {
  font-size: 15px;
  display: block;
}
.logo_hs2 {
  font-size: 9px;
  display: block;
}


.nav-scroll {
  background: #131821;
  -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;
  top: -80px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}

.nav-scroll .icon-bar {
  color: #fff;
}

.nav-scroll .navbar-nav .nav-link {
  color: #fff;
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
  position: relative;
}

.slider.fixed-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
  -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-active .caption .btn-dis,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption h1 {
  font-size: 40px;
  font-weight: 200;
  /*letter-spacing: 2px;*/
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}


.slider .parallax-slider .caption p {
  color: #ccc;
  font-weight: 300;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.slider .parallax-slider .caption .btn-dis {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .parallax-slider .caption .btn-dis:after {
  content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #fff;
}

.slider .control-text {
  position: absolute;
  bottom: 20px;
  right: 60px;
  z-index: 8;
}

.slider .control-text .swiper-nav-ctrl {
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-left: 50px;
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
}

.slider .control-text .swiper-nav-ctrl .arrow {
  position: relative;
}

.slider .control-text .swiper-nav-ctrl .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  height: 1px;
  width: 25px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(to right, transparent, #fff);
  line-height: 1;
}

.slider .control-text .swiper-nav-ctrl .arrow:before {
  content: '';
  position: absolute;
  right: -30px;
  top: 8px;
  background: #fff;
  height: 1px;
  width: 8px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  line-height: 1;
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:after {
  top: 50%;
  left: -30px;
  right: auto;
  background: #fff;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(right, transparent, #fff);
  background: -o-linear-gradient(right, transparent, #fff);
  background: linear-gradient(to left, transparent, #fff);
}

.slider .control-text .swiper-nav-ctrl .arrow.prv:before {
  left: -30px;
  right: auto;
  top: 13px;
  background: #fff;
}

.slider .control-text .swiper-nav-ctrl:after {
  display: none;
}

.slider .swiper-pagination-bullets {
  bottom: 20px;
}

.slider .swiper-pagination-bullet {
  background: #fff;
  opacity: .4;
}

.slider .swiper-pagination-bullet-active {
  background: #ff6d54;
  opacity: 1;
}

.slider .social-icon {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 8;
}

.slider .social-icon a {
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}


.static {
  position: static;
}

.page-header {
  color: #fff;
}

.page-header .cont {
  padding: 220px 0 120px;
}

.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: #ff6d54;
  color: transparent;
}

.page-header1 .cont h4 {
  line-height: 1.6;
  /*font-size: 1.4rem;*/
}

.page-header1 .cont h4 .stroke {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff6d54;
  color: transparent;
}

.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

@media (max-width: 480px) {
   .page-header .img-wrapper {
      min-height: 50vh;
      background-position: 27%;
  }
}

.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 .title2 {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-align: left;
  -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: #ff6d54;
  color: transparent;
  /*color: #ff6d54;*/
}

.page-header .img-wrapper .title2 h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff6d54;
  color: transparent;
  /*color: #ff6d54;*/
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.page-header.blg .cont {
  padding: 220px 0;
}

.page-header.blg .cont h2 {
  line-height: 1.6;
  margin-bottom: 10px;
}

.page-header.blg .cont .info a {
  margin: 0 10px;
  font-size: 13px;
  font-family: 'Roboto Mono', monospace;
  color: #aaa;
}

.pages-header {
  height: 65vh;
}

.pages-header .cont h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 100;
}

.pages-header .cont .path {
  color: #fff;
  font-size: 17px;
}

.pages-header .cont .path .active {
  color: #ff6d54;
}

.pages-header .cont .path span {
  margin: 0 20px;
  font-size: 10px;
}

.work-header .cont {
  padding: 220px 0 50px;
}

.work-header .cont h6 {
  color: #ccc;
  font-weight: 100;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.work-header .cont h2 {
  font-weight: 600;
  font-size: 60px;
}

.work-header .cont h4 {
  line-height: 1.6;
}

.work-header .cont h4 .stroke {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  color: transparent;
}

.work-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

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

.work-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.work-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-header.proj-det.bg-img {
  min-height: 85vh;
  padding-bottom: 100px;
  /*overflow: hidden;*/
}


#bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;


}

.work-header.proj-det.bg-img .item h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-header.proj-det.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.work-header.proj-det.bg-img .item p a {
  margin: 0 7px;
}

.work-header.proj-det.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.work-header.proj-det.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.work-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.main-content {
  background: #11141b;
  position: relative;
  z-index: 3;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.slide-full .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}

.slide-full .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.slide-full .capt {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.slide-full .capt h1 {
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}

.slide-full .capt h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slide-full .capt h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slide-full .capt .tag {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.slide-full .social-icon {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 8;
}

.slide-full .social-icon a {
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.slide-full .swiper-slide-active .capt h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.slide-full .swiper-slide-active .capt 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));
}

.slide-full .swiper-slide-active .capt h1, .slide-full .swiper-slide-active .capt .tag {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.slide-full .swiper-slide-active .capt .tag {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

.slider-portfolio .swiper-slide {
  min-height: 100vh;
}

.slider-portfolio .swiper-slide .bg-img {
  height: 65vh;
  margin-top: 20vh;
  background-size: cover;
  background-position: center center;
}

.slider-portfolio .swiper-slide .caption {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}

.slider-portfolio .swiper-slide .caption h1 {
  font-size: 60px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,
 visibility .5s;
  -o-transition: opacity .5s,
 visibility .5s;
  transition: opacity .5s,
 visibility .5s;
}

.slider-portfolio .swiper-slide .caption h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.slider-portfolio .swiper-slide .caption .tag {
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.slider-portfolio .swiper-slide.swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.slider-portfolio .swiper-slide.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-portfolio .swiper-slide.swiper-slide-active .caption h1, .slider-portfolio .swiper-slide.swiper-slide-active .caption .tag {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.slider-portfolio .swiper-slide.swiper-slide-active .caption .tag {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.slide-controls .swiper-pagination-fraction {
  position: absolute;
  right: 50px;
  left: auto;
  bottom: 20px;
  top: auto;
  width: auto;
  color: #fff;
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 20px;
  position: relative;
}

.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: '/';
  position: relative;
  margin: 0 10px;
  font-size: 12px;
}

.slide-controls .swiper-pagination-bullets {
  bottom: 20px;
}

.slide-controls .swiper-pagination-bullets span {
  background: #fff;
  margin: 0 7px !important;
}

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
  display: none;
}

.slide-controls .swiper-button-next:before,
.slide-controls .swiper-button-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-right-color: transparent;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  border-radius: 50%;
}

.slide-controls .swiper-button-next:hover,
.slide-controls .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.1);
}

.slide-controls .swiper-button-next i,
.slide-controls .swiper-button-prev i {
  position: absolute;
  top: 16px;
  left: 22px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.slide-controls .swiper-button-next i:after,
.slide-controls .swiper-button-prev i:after {
  content: '';
  width: 35px;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.slide-controls .swiper-button-next:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

.slide-controls .swiper-button-next:hover {
  right: 45px;
}

.slide-controls .swiper-button-next:hover i {
  left: 30px;
}

.slide-controls .swiper-button-next:hover i:after {
  width: 20px;
}

.slide-controls .swiper-button-next:hover:before {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.slide-controls .swiper-button-next i:after {
  top: 6px;
  right: 5px;
}

.slide-controls .swiper-button-prev {
  right: auto;
  left: 50px;
}

.slide-controls .swiper-button-prev:hover {
  left: 45px;
}

.slide-controls .swiper-button-prev:hover i {
  left: 10px;
}

.slide-controls .swiper-button-prev:hover i:after {
  width: 20px;
}

.slide-controls .swiper-button-prev:hover:before {
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.slide-controls .swiper-button-prev i {
  left: 18px;
}

.slide-controls .swiper-button-prev i:after {
  top: 6px;
  left: 5px;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.about .main-tit h2 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  color: #171B23;
}

.about {
  background-color: #fff;
}

.about .main-tit h2 .whitespace {
  width: 10px;
}

.about .content .exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.about .content .exp h3 {
  font-size: 80px;
  font-weight: 900;
  background: url(../img/main/stata.webp) no-repeat;
  background-size: 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.about .content .exp h5 {
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 30px;
  margin-top: -20px;
}

.about .office {
  margin-top: 70px;
}

.about .office .item {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 50px;
}

.about .office .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #020519;
  opacity: .2;
}

.about .office .item .num {
  position: absolute;
  bottom: -10px;
  left: 10px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  z-index: 4;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, transparent), to(#fff));
  background: -webkit-linear-gradient(left top, transparent 10%, #fff);
  background: -o-linear-gradient(left top, transparent 10%, #fff);
  background: linear-gradient(to right bottom, transparent 10%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 3;
}

.about .office .item .tit {
  position: absolute;
  bottom: 0px;
  right: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 900;
  z-index: 3;
  text-shadow: 2px 2px rgba(0,0,0, .3);
}

.intro-section .htit {
  font-size: 28px;
  font-weight: 500;
}

.intro-section .htit span {
  font-size: 17px;
  font-weight: 300;
  color: #ff6d54;
  margin-right: 5px;
}

.intro-section .item h6 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

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

.min-area .img {
  padding: 120px 0 120px 80px;
  position: relative;
  z-index: 3;
}

.abstext {
  position: absolute;
  z-index: 4;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  margin: 40% auto;
  text-shadow: 4px 4px rgba(0,0,0, .2);
}



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

.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 {
  margin-bottom: 5px;
}

.min-area .content ul.feat li h6 span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
}

.min-area .content ul.feat li p {
  padding-left: 45px;
}

.video-wrapper {
  min-height: 500px;
}

.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 .5s;
  -o-transition: all .5s;
  transition: all .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);
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
.services .item {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}

.services .item:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-image: -webkit-linear-gradient(315deg, #e9e9e9 8.33%, transparent 8.33%, transparent 50%, #e9e9e9 50%, #e9e9e9 58.33%, transparent 58.33%, transparent 100%);
  background-image: -o-linear-gradient(315deg, #e9e9e9 8.33%, transparent 8.33%, transparent 50%, #e9e9e9 50%, #e9e9e9 58.33%, transparent 58.33%, transparent 100%);
  background-image: linear-gradient(135deg, #e9e9e9 8.33%, transparent 8.33%, transparent 50%, #e9e9e9 50%, #e9e9e9 58.33%, transparent 58.33%, transparent 100%);
  background-size: 8.49px 8.49px;
  opacity: .05;
  z-index: -2;
}

.services .item:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #171b23;
  z-index: -1;
}

.services .item .icon {
  color: #aaa;
  font-size: 30px;
  margin-top: 50px;
}

.services .item h6 {
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services .item .letr {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center center;
}

.services .item .more {
  float: right;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 50px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services .item .more:hover {
  color: #ff6d54;
}

.services .item .more i {
  font-size: 20px;
  top: 5px;
  position: relative;
}

.services.serv-pg .item {
  overflow: hidden;
}

.services.serv-pg .item .icon {
  float: right;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.clients-brand.box .item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
  margin: 0 25px;
}

.clients-brand .brands:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients-brand .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients-brand .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients-brand .item {
  position: relative;
  text-align: center;
}

.clients-brand .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.clients-brand .img {
  max-width: 85px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */
.work-carousel.cstm-padding {
  padding-bottom: 120px;
}

.work-carousel .swiper-slide {
  padding: 0px 30px;
}

.work-carousel .swiper-slide-active .content .item-img:after {
  opacity: .8;
}

.work-carousel .swiper-slide-active .content .cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.work-carousel .content {
  position: relative;
  margin-bottom: 50px;
}

.work-carousel .content .item-img {
  position: relative;
  height: 480px;
  line-height: 0;
}

.work-carousel .content .item-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(to top, rgba(16, 20, 27, 0.8) 10%, rgba(16, 20, 27, 0.5) 30%, rgba(16, 20, 27, 0.2) 50%, transparent 70%);
  background: -webkit-linear-gradient(to top, rgba(16, 20, 27, 0.8) 10%, rgba(16, 20, 27, 0.5) 30%, rgba(16, 20, 27, 0.2) 50%, transparent 70%);
  background: -o-linear-gradient(to top, rgba(16, 20, 27, 0.8) 10%, rgba(16, 20, 27, 0.5) 30%, rgba(16, 20, 27, 0.2) 50%, transparent 70%);
  background: linear-gradient(to top, rgba(16, 20, 27, 0.8) 10%, rgba(16, 20, 27, 0.5) 30%, rgba(16, 20, 27, 0.2) 50%, transparent 70%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.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: absolute;
  bottom: 30px;
  left: 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.work-carousel .content .cont h6 {
  color: #ff6d54;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.work-carousel .content .cont h4 {
  font-size: 17px;
  color: #fff;
}

.work-carousel .swiper-nav-ctrl {
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.work-carousel .swiper-nav-ctrl .arrow {
  position: relative;
  right: 50px;
}

.work-carousel .swiper-nav-ctrl .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  height: 1px;
  width: 25px;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(to right, transparent, #fff);
  line-height: 1;
}

.work-carousel .swiper-nav-ctrl .arrow:before {
  content: '';
  position: absolute;
  right: -30px;
  top: 8px;
  background: #fff;
  height: 1px;
  width: 8px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  line-height: 1;
}

.work-carousel .swiper-nav-ctrl .arrow.prv {
  left: 50px;
  right: auto;
}

.work-carousel .swiper-nav-ctrl .arrow.prv:after {
  top: 50%;
  left: -30px;
  right: auto;
  background: #fff;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(right, transparent, #fff);
  background: -o-linear-gradient(right, transparent, #fff);
  background: linear-gradient(to left, transparent, #fff);
}

.work-carousel .swiper-nav-ctrl .arrow.prv:before {
  left: -30px;
  right: auto;
  top: 13px;
  background: #fff;
}

.work-carousel .swiper-nav-ctrl:after {
  display: none;
}

.work-carousel .set-control {
  position: relative;
  height: 20px;
}

.work-carousel .swiper-pagination-progressbar {
  top: auto;
  bottom: 10px;
  left: calc(50% - 200px);
  width: 400px;
  height: 3px;
  background: rgba(200, 200, 200, 0.15);
  border-radius: 10px;
}

.work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 10px;
}

.work-carousel .activeslide,
.work-carousel .totalslide {
  color: #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 230px);
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1;
}

.work-carousel .totalslide {
  left: auto;
  right: calc(50% - 230px);
}






.portfolio .filtering {
  margin-bottom: 20px;
  padding: 15px;
  background: #13161d;
  text-align: center;
}

.portfolio .filtering span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}

.portfolio .filtering span.active {
  color: #ff6d54;
}

.portfolio .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 40%;
}

.portfolio .filtering span:last-of-type:after {
  display: none;
}

.portfolio .gallery .items {
  margin-top: 14px;
  padding: 0 7px;
}

.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
}

.portfolio .gallery .items .item-img > a {
  display: block;
}

.portfolio .gallery .items .item-img:hover .item-img-overlay {
  opacity: .95;
  visibility: visible;
}

.portfolio .gallery .items .item-img:hover .overlay-info {
  opacity: 1;
}

.portfolio .gallery .items .item-img:hover .overlay-info .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(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.portfolio .gallery .items .item-img:hover .overlay-info .txt .char {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.portfolio .gallery .items .item-img img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.portfolio .gallery .items .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #13161d;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.portfolio .gallery .items .overlay-info {
  opacity: 0;
}

.portfolio .gallery .items .overlay-info h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfolio.gutter .filtering {
  margin-bottom: 0;
}

.portfolio.gutter .gallery .items {
  margin-top: 80px;
  padding: 0 40px;
}

.portfolio.gutter .gallery .items .item-img {
  border-radius: 0;
}

.portfolio.gutter .gallery .items .overlay-info h5 {
  font-size: 28px;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start services ] ====================== */
.process .coulmn {
  position: relative;
}

.process .coulmn:after {
  position: absolute;
  content: '';
  width: 75px;
  border-top: 2px dashed #ff6d54;
  top: 75px;
  right: -35px;
}

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

.process .item .bg-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}

.process .item .bg-img:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 150px;
  position: relative;
  z-index: 3;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
.skills-circle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-circle .skill {
  position: relative;
}

.skills-circle .skill span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50px) translateY(-50px);
  -ms-transform: translateX(-50px) translateY(-50px);
  transform: translateX(-50px) translateY(-50px);
  font-size: 20px;
  font-weight: 300;
}

.skills-circle .cont {
  padding-top: 25px;
  padding-left: 25px;
}

.skills-circle .cont span {
  font-size: 12px;
  font-weight: 300;
  opacity: .9;
  margin-bottom: 10px;
}

.skills-circle .cont h6 {
  font-size: 15px;
  font-weight: 500;
}

.skills-box .skill-item {
  margin-bottom: 50px;
}

.skills-box .skill-item:last-of-type {
  margin-bottom: 0;
}

.skills-box h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.skills-box .skill-progress {
  height: 7px;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}

.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #ff6d54;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -45px;
  padding: 7px 15px;
  border-radius: 5px;
  background: #ff6d54;
  color: #111;
  font-size: 12px;
  font-weight: 600;
}

.skills-box .skill-progress .progres:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #ff6d54;
  position: absolute;
  right: 15px;
  bottom: 14px;
}

/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.smp-list {
  margin: 0;
}

.smp-list li {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}

.smp-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background: #ff6d54;
}

.smp-list .laast:after {
  content: none;
  position: absolute;
}

.smp-list2 li {
  font-weight: 300;
  padding-left: 30px;
  position: relative;
}

.smp-list2 li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 1px;
  background: #ff6d54;
  margin-left: 20px;
}

/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Team ] ====================== */
.team {
  position: relative;
  padding-bottom: 240px;
}

.team .team-container {
  width: 130%;
  position: relative;
}

.team .item {
  padding: 0 50px 0 0;
}

.team .item:nth-of-type(even) {
  margin-top: 50px;
}

.team .item .img {
  position: relative;
}

.team .item .img .social {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  padding-left: 20px;
}

.team .item .img .social a {
  font-size: 20px;
  margin: 0 8px;
  color: #ff6d54;
  display: inline-block;
  margin-bottom: 10px;
}

.team .item .info {
  padding: 15px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team .item .info h5 {
  font-size: 22px;
}

.team .item .info span {
  font-size: 13px;
}

.team .item:hover .img .social {
  opacity: 1;
}

.team .navs .prev, .team .navs .next {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: static;
}

.team .slick-dots {
  bottom: -40px;
  width: 80%;
}

.team .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 15px;
  border-radius: 50%;
  border: 0;
  background: #ccc;
}

.team .slick-dots li.slick-active {
  background: #ff6d54;
  height: 12px;
  width: 12px;
}

.team .slick-dots li button {
  display: none;
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */
.testimonials .box {
  position: relative;
  margin-top: -120px;
  background: #171b23;
  padding: 120px 80px;
  -webkit-box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.03);
}

.testimonials .box .qoute-icon {
  position: absolute;
  top: 30px;
  right: -60px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #ff6d54;
}

.testimonials .box .qoute-icon img {
  width: 60px;
}

.testimonials .item {
  margin: 10px;
  padding: 40px 30px;
  border-radius: 5px;
  border: 5px solid rgba(255, 255, 255, 0.03);
  position: relative;
}

.testimonials .item .qoute-img {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 40px;
}

.testimonials .item p {
  font-size: 13px;
  font-weight: 300;
}

.testimonials .item .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials .item .info .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ff6d54;
  overflow: hidden;
  margin: 0 0 20px;
}

.testimonials .item .info .cont {
  padding-left: 25px;
}

.testimonials .item .info .author-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
}

.testimonials .item .info .author-details {
  font-size: 13px;
  color: #999;
}

.testimonials .slick-dots {
  bottom: -30px;
}

.testimonials .slick-dots li {
  width: 20px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background: #ccc;
}

.testimonials .slick-dots li.slick-active {
  background: #ff6d54;
  height: 5px;
}

.testimonials .slick-dots li button {
  display: none;
}

.testimonials .arrows .next, .testimonials .arrows .prev {
  position: absolute;
  right: -50px;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #eee;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.testimonials .arrows .next:hover, .testimonials .arrows .prev:hover {
  border-color: #ff6d54;
}

.testimonials .arrows .prev {
  right: auto;
  left: -50px;
}

.testimonials:hover .arrows .next, .testimonials:hover .arrows .prev {
  opacity: 1;
  right: 0;
}

.testimonials:hover .arrows .prev {
  left: 0;
}

.clients-brand .item a {
  width: 80px;
  opacity: .5;
}

.clients-brand .item a:hover {
  opacity: 1;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog-grid .item {
  padding: 40px;
  position: relative;
}

.blog-grid .item .cont {
  position: relative;
  z-index: 2;
}

.blog-grid .item .cont .date {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.blog-grid .item .cont .date i {
  font-size: 30px;
  font-style: normal;
  display: block;
}

.blog-grid .item .cont .info {
  margin-bottom: 20px;
}

.blog-grid .item .cont .info .author {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
}

.blog-grid .item .cont .info .tag {
  color: #ff6d54;
  /*margin-left: 10px;*/
}

.blog-grid .item .cont h6 {
  line-height: 1.7;
  margin-bottom: 40px;
}

.blog-grid .item.list {
  padding: 0;
}

.blog-grid .item.list:after {
  display: none;
}

.blog-grid .item.list .cont {
  background: #151921;
  padding: 30px;
  position: relative;
}

.blog-grid .item.list .cont .date {
  position: absolute;
  top: -40px;
  right: 15px;
  padding: 5px 15px;
  background: #ff6d54;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}

.blog-grid .item.list .cont .date i {
  font-size: 20px;
}

.blog-grid .item.list .cont .date:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.blog-pg .posts .item .img {
  position: relative;
}

.blog-pg .posts .item .img .info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
}

.blog-pg .posts .item .img .info .date {
  text-align: center;
  color: #ff6d54;
}

.blog-pg .posts .item .img .info .date .num {
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.blog-pg .posts .item .img .info .date .num:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}

.blog-pg .posts .item .img .info .date h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-pg .posts .item .content {
  padding-top: 25px;
}

.blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
}

.blog-pg .posts .item .content .tags a {
  font-size: 12px;
  font-weight: 500;
  color: #ff6d54;
  padding-right: 20px;
  position: relative;
}

.blog-pg .posts .item .content .tags a:after {
  content: '';
  width: 8px;
  height: 2px;
  background: #eee;
  position: absolute;
  right: 4px;
  top: 50%;
}

.blog-pg .posts .item .content .tags a:last-of-type {
  padding-right: 0;
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}

.blog-pg .posts .item .content h4 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}

.blog-pg .posts .item .content .more {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.blog-pg .posts .item .content .more:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #090909;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.blog-pg .posts .item .content .more:hover {
  padding-left: 40px;
}

.blog-pg .posts .item .content .more:hover:after {
  width: 30px;
}

.blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 2px;
}

.blog-pg .posts .pagination span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  font-size: 18px;
}

.blog-pg .posts .pagination span.active a {
  border-color: #ff6d54;
  color: #ff6d54;
}

.blog-pg.single .post .title-head {
  text-align: center;
  margin-bottom: 50px;
}

.blog-pg.single .post .title-head h2 {
  margin-bottom: 10px;
}

.blog-pg.single .post .title-head a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 10px;
}

.blog-pg.single .post .main-img .simpleParallax {
  height: 70vh;
  max-height: 600px;
}

.blog-pg.single .post .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-pg.single .post .content p {
  color: #555;
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}

.blog-pg.single .post .content ul li {
  margin: 10px 0;
}

.blog-pg.single .post .content ul li span {
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
}

.blog-pg.single .post .content .quotes {
  background: #fafafa;
  padding: 30px;
  margin: 30px 0;
}

.blog-pg.single .post .content .quotes p {
  color: #111;
  font-size: 18px;
  font-style: italic;
}

.blog-pg.single .post .content .spacial p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}

.blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-right: 20px;
}

.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}

.blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px;
}

.blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: #fafafa;
}

.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}

.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 40px;
}

.blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}

.blog-pg.single .post .author .info h6 span {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}

.blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}

.blog-pg.single .post .author .info .social a {
  margin-right: 15px;
}

.blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}

.blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}

.blog-pg.single .comments-area {
  margin-top: 80px;
}

.blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}

.blog-pg.single .comments-area .item.relped {
  margin-left: 100px;
}

.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}

.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}

.blog-pg.single .comments-area .item .info h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-pg.single .comments-area .item .info h6 span {
  display: block;
  color: #ff6d54;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 15px;
}

.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
}

.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 5px;
}

.blog-pg.single .comment-form {
  margin-top: 80px;
}

.blog-pg.single .comment-form form {
  margin-top: 50px;
}

.blog-pg.single .comment-form form input, .blog-pg.single .comment-form form textarea {
  width: 100%;
  padding: 17px;
  background: #fafafa;
  border: 0;
}

.blog-pg.single .comment-form form textarea {
  height: 140px;
}

.blog-pg.single .comment-form form button {
  cursor: pointer;
}

.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 .content h6 {
  color: #ff6d54;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.call-action .content h6 span {
  color: #ff6d54;
}

.call-action .content h2 {
  font-weight: 800;
  font-size: 3vw;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.call-action .content h2 span {
  color: transparent;
}

.call-action .content h2 b {
  font-weight: 800;
}

.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}

.call-action .content h3 {
  color: #ff6d54;
}

.call-action .content h3 a {
  text-decoration: underline;
}

.call-action .btn-curve {
  border: 2px solid;
  line-height: 2;
}

.call-action .btn-curve span {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}

.call-action .btn-curve:hover span {
  color: #0c0f16;
}

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

.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 .5s;
  -o-transition: all .5s;
  transition: all .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: .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;
}

/* ====================== [ 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: .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: .05;
  z-index: -1;
}

.number-sec .item h3 {
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.number-sec .item p {
  color: #fff;
  letter-spacing: 1px;
}

/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start Price ] ====================== */
.price .item {
  padding: 50px 30px;
  color: #fff;
  background: #131821;
}

.price .item .type {
  margin-bottom: 15px;
}

.price .item .type h5 {
  font-weight: 300;
  letter-spacing: 2px;
}

.price .item .amount {
  margin-bottom: 30px;
}

.price .item .amount h2 {
  position: relative;
  font-weight: 300;
  display: inline-block;
}

.price .item .amount h2 span {
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: -20px;
  top: 0;
}

.price .item .amount h2 i {
  font-size: 13px;
  color: #aaa;
}

.price .item .feat {
  margin-bottom: 30px;
}

.price .item .feat ul {
  margin: 0;
}

.price .item .feat ul li {
  line-height: 2;
  color: #c8c8c8;
  font-size: 15px;
  font-weight: 400;
}

.price .item .feat ul li .icon {
  color: #ff6d54;
}

/* ====================== [ End Price ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-sec .form .form-group {
  margin-bottom: 50px;
}

.contact-sec .form .form-group input, .contact-sec .form .form-group textarea {
  color: #fff;
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  background: transparent;
}

.contact-sec .form .form-group textarea {
  min-height: 160px;
}

.contact-sec .form button {
  color: #fff;
  font-size: 17px;
  background: transparent;
  border: 0;
  outline: none;
}

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

.contact .form input::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.contact .form input:-ms-input-placeholder, .contact .form textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.contact .form input::-ms-input-placeholder, .contact .form textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}

.contact .form input::placeholder, .contact .form textarea::placeholder {
  color: #fff;
  font-size: 13px;
}

.contact .form textarea {
  height: 160px;
}

/* ====================== [ End contact ] ====================== */
/* ====================== [ Start Footer ] ====================== */
.footer {
  background: #13161d;
  padding: 0 0 0;
  color: #fff;
}

.footer .logo {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.footer .logo img {
  width: 60px;
}

.footer .address p {
  color: #fff;
  font-size: 13px;
}

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

.footer .social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #ff6d54;
  border-radius: 50%;
  margin: 0 10px;
}

.footer .social a:hover {
  background: rgba(255, 109, 84, 0.05);
}

.footer .info {
  text-align: right;
}

.footer .info ul {
  margin: 0;
}

.footer .info li {
  margin: 0 0 15px;
  font-size: 13px;
}

.footer .info li span {
  font-weight: 600;
  margin-right: 15px;
}

.footer .sub-footer {
  padding: 40px 0;
  background: #11141b;
  /*margin-top: 100px;*/
}

.footer .sub-footer .copy {
  font-size: 12px;
}

.footer .sub-footer .copy a {
  color: #ff6d54;
}

.footer .sub-footer .text-right a {
  font-size: 12px;
  font-weight: 300;
  margin-left: 15px;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {

  .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 {
    max-height: 340px;
    overflow: auto;
    background: #11141b;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .logo {
    padding: 15px;
    margin-left: 15px;
    width: 50px;
  }
  .nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active,
  .light .navbar-collapse .active {
    color: #ff6d54 !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: #ff6d54;
  }
  .slider.fixed-slider {
    position: static;
  }
  .main-content {
    margin-top: 0 !important;
  }
  .lg-padding {
    padding: 0 15px;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 70px;
  }
  .slide-controls .swiper-button-next {
    right: 10px;
  }
  .slide-controls .swiper-button-next:hover {
    right: 10px;
  }
  .slide-controls .swiper-button-prev {
    left: 10px;
  }
  .slide-controls .swiper-button-prev:hover {
    left: 10px;
  }
  .slider-portfolio .swiper-slide .caption h1 {
    font-size: 40px;
    font-weight: 600;
  }
  .intro-section .htit {
    margin-bottom: 30px;
  }
  .min-area .content {
    padding: 120px 0;
  }
  .min-area .img {
    padding: 0;
  }
  .work-carousel .swiper-pagination-progressbar {
    left: calc(50% - 150px);
    width: 300px;
  }
  .work-carousel .activeslide {
    left: calc(50% - 180px);
  }
  .work-carousel .totalslide {
    right: calc(50% - 180px);
  }
  .team .team-container {
    width: 100%;
  }
  .team .item {
    padding: 0 20px;
  }
  .team .slick-dots {
    width: 100%;
  }
  .testimonials .box {
    margin: 0;
  }
  .testimonials .box .qoute-icon {
    display: none;
  }
  .testimonials .item .qoute-img {
    right: 20px;
    width: 30px;
  }
  .testimonials .item .info .cont {
    padding-left: 15px;
  }
  .sec-head {
    text-align: center;
    margin-bottom: 80px !important;
  }
  .sec-head h3 {
    font-size: 40px;
  }
  .sec-head h3 br {
    display: none;
  }
  .sec-head h6 {
    letter-spacing: 8px;
  }
  .call-action .content h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb60 {
    margin-bottom: 60px;
  }
  .sm-mb70 {
    margin-bottom: 70px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .container {
    max-width: 540px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .navbar .logo {
    width: 70%;
  }
  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }
  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }
  .topnav .container-fluid {
    padding: 0 30px;
  }
  .topnav .logo {
    width: 40px;
  }
  .btn-curve {
    padding: 8px 15px;
  }
  .btn-curve span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption h1 br {
    display: none;
  }
  .slider .social-icon {
    display: none;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 40px;
  }
  .slider-portfolio .swiper-slide .caption h1 {
    font-size: 34px;
  }
  .section-padding,
  .min-area .content {
    padding: 100px 0;
  }
  .section-head {
    margin-bottom: 60px !important;
  }
  .extra-title,
  .min-area .content h4 {
    font-size: 30px;
  }
  .work-carousel .swiper-pagination-progressbar {
    left: calc(50% - 100px);
    width: 200px;
  }
  .work-carousel .activeslide {
    left: calc(50% - 130px);
  }
  .work-carousel .totalslide {
    right: calc(50% - 130px);
  }
  .footer ul li:last-of-type {
    margin-bottom: 0;
  }
  .footer .info {
    text-align: left;
    margin-top: 30px;
  }
  .footer .sub-footer .copy {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .sub-footer .text-right {
    text-align: center !important;
  }
  .footer .sub-footer .text-right a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .slider-bus .caption h1 {
    font-size: 50px;
  }
  .sec-head h3 {
    font-size: 20px;
  }
  .about .main-tit h2 {
    font-size: 40px;
  }
  .extra-title,
  .min-area .content h4 {
    font-size: 22px;
  }
  .page-header .img-wrapper .title h3 {
    font-size: 40px;
  }
  .call-action .content h2 {
    font-size: 38px;
  }
  .testimonials .box {
    padding: 120px 20px;
  }
  .work-carousel .swiper-pagination-progressbar,
  .work-carousel .activeslide,
  .work-carousel .totalslide {
    display: none;
  }
}

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


.payment_text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
  margin-bottom: 10px;
}

.payment_inp {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255, .2);
  font-size: 20px;
  padding: 15px;
  width: 100%;
}

#sidebar {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 999;
  background: #24262a;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #141618;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #0d0d0f;
  color: #ff6d54;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none !important;
}

/* SIDEBAR ----------------------------*/
#sidebar .sidebar-header {
  padding: 20px;
  background: #24262a;
}

#sidebar ul.components {
  padding: 20px 0 50px 0;
/*  border-bottom: 1px solid #FF6D54;*/
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 12px;
  padding-left: 40px;
  font-size: 1.5em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 500;
}

/*#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}*/

 #sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #FF6D54;
  /*background: #6d7fcc;*/
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

/*.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}*/

#sidebar ul ul a {
  font-size: 0.9em !important;
  padding-left: 12% !important;
  background: transparent;
  /*color: #FF6D54;*/
}

#sidebar ul.CTAs {
  padding: 20px;
}

#sidebar ul.CTAs a {
  text-align: center;
  font-size: 1.3em !important;
  display: block;
  /*border-radius: 5px;*/
  margin-bottom: 10px;
}

#sidebar a.button_1 {
  background: #fff;
  color: #7386D5;
}

#sidebar a.button_2,
#sidebar a.button_2:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/*.mobmenu_icons {
  font-size: 55px;
}*/


.product_label {
  padding: 0px 4px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}


.tabs {
  font-family: 'Montserrat', sans-serif;
  max-width: 100%; /* Максимальная ширина блока для лучшей визуализации, можно изменить */
  margin: auto;
}

.tab-headers {
  display: flex;
  justify-content: center; /* Выравниваем кнопки по центру */
  margin-bottom: 10px;
}

.tab-header {
  flex-grow: 1; /* Каждая кнопка занимает равное пространство */
  padding: 10px;
  cursor: pointer;
  border: 1px solid #000;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease; /* Плавное изменение фона */
  font-size: 16px; /* Начальный размер шрифта */
  width: 100%;
}

.tab-header:hover, .tab-header.active {
  background-color: #ff6d54; /* Цвет при наведении и активном состоянии */
}

.tab-content {
  display: none;
  opacity: 0;
  border: 1px solid #ff6d54;
  padding: 20px;
  transition: opacity 0.5s ease; /* Анимация появления */
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease forwards; /* Анимация появления контента */
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Медиазапросы для адаптивности */
@media (max-width: 768px) {
  .tab-header {
    font-size: 14px; /* Уменьшаем размер шрифта на меньших экранах */
  }
}

@media (max-width: 480px) {
  .tab-header {
    font-size: 12px; /* Еще меньше размер шрифта для очень маленьких экранов */
    padding: 8px; /* Уменьшаем отступы, чтобы сохранить место */
  }
}





.uniform-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}
.uniform-img:hover {
  transform: scale(1.03);
}
