@charset "UTF-8";
/*
Template Name: Aprt - Digital Agency & Multipurpose HTML Template
*/
/*================================================
1. Default CSS
2. Header Menu CSS
3. Hero CSS
4. Brand CSS
5. About CSS
6. Showcase CSS
7. Choose CSS
8. Testimonial CSS
9. Team CSS
10. Blog CSS
11. Instagram CSS
12. Footer CSS
13. Service CSS
14. Cta Slider CSS
15. Cta Video CSS
16. Pricing CSS
17. Partner CSS
18. Work Process CSS
19. Counter CSS
20. Details Page CSS
21. Error CSS
22. Contact CSS





=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");
/* Font Variable */
/* Color Variable */
a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Value Sans Pro";
  color: #071311;
}

h1 {
  font-weight: 700;
}

.syne-font-700 {
  font-family: "Syne", sans-serif !important;
  font-weight: 700 !important;
}

.syne-font-600 {
  font-family: "Syne", sans-serif !important;
  font-weight: 600 !important;
}

.syne-font {
  font-family: "Syne", sans-serif !important;
}

html, body {
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #5B5B5B;
}

p {
  margin-bottom: 0;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.mt-120 {
  margin-top: 120px;
}

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

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

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

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

.pt-120 {
  padding-top: 120px;
}

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

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

.pt-96 {
  padding-top: 96px;
}

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

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

.background-dark {
  background-color: #121417;
}

.background-dark-medium {
  background-color: #191A20;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preloader .spinner-wrap {
  width: 140px;
  height: 140px;
  position: relative;
}

.preloader .preloader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #FBAE3D;
  border-top: 3px solid #00C4B3;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
  color: #6440FA;
}

.back-to-top-btn i {
  color: #183B56;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
/* Cursor */
.cursor {
  position: fixed;
  background-color: #FBAE3D;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.hovered {
  opacity: 1;
}

.cursor-follower {
  position: fixed;
  border: 0.5px solid #FA3458;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(3);
          transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 1;
}

/* Cursor End */
.common-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.common-btn .common-btn_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.common-btn .common-btn_inner {
  color: #071311;
  background-color: #FBAE3D;
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 16px;
  padding: 8px 24px;
  -webkit-transition: .7s;
  transition: .7s;
  z-index: 100;
  display: block;
}

.common-btn .common-btn_inner:hover {
  color: #fff;
}

.common-btn .common-btn_inner .button_text_container {
  position: relative;
  z-index: 10;
}

.common-btn.style-border .common-btn_inner {
  color: #071311;
  background-color: unset;
  border: 1px solid #FBAE3D;
}

.common-btn.style-border .common-btn_inner:hover {
  color: #fff;
}

.common-btn.style-two {
  overflow: unset;
  background-color: #191A20;
  color: #FBAE3D;
  border: 1.5px solid;
  border-image-source: linear-gradient(117.77deg, #FBAE3D 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #FBAE3D 100%);
  border-image-slice: 1;
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 18px;
  padding: 11px 31px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.common-btn.style-two:hover {
  background-color: #FBAE3D;
  color: #fff;
}

.common-btn.style-three {
  -webkit-transition: all .5s;
  transition: all .5s;
  font-family: "Value Sans Pro";
  font-weight: 500;
}

.common-btn.style-three svg, .common-btn.style-three i {
  margin-left: 14px;
}

.common-btn.style-four {
  border-radius: 30px;
}

.common-btn.style-four .common-btn_inner {
  color: #fff;
  background-color: #00C4B3;
  border: unset;
}

.common-btn.style-four .common-btn_inner:hover {
  color: #fff;
}

.common-btn.style-five .common-btn_inner {
  color: #fff;
  background-color: #FA3458;
  border: unset;
  font-family: "Syne", sans-serif;
}

.common-btn.style-five .common-btn_inner:hover {
  color: #fff;
}

.explode-circle {
  -webkit-animation: explode 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: explode 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.desplode-circle {
  -webkit-animation: desplode 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: desplode 0.6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(64, 89, 153, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #00b8a8;
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(64, 89, 153, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #00b8a8;
  }
}

@-webkit-keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #00b8a8;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #33ffee;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #00b8a8;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #33ffee;
  }
}

.section-title span {
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 18px;
  color: #FBAE3D;
  margin-bottom: 5px;
}

.section-title h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
}

.section-title h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
}

.section-title h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 60px;
}

.section-title p {
  margin-top: 5px;
}

.section-title.section-title-style-two span {
  color: #00C4B3;
}

.slider-control .slide-pagination {
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 35px;
  margin: 0 20px;
}

.slider-control .prev, .slider-control .next {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.slider-control .prev:hover, .slider-control .next:hover {
  color: #FBAE3D;
}

.slider-control.slider-control-white .slide-pagination {
  color: #071311;
}

.slider-control.slider-control-white .prev, .slider-control.slider-control-white .next {
  color: #071311;
}

.img-wrap-box {
  padding: 20px;
  background-color: #191A20;
  z-index: 1;
}

.img-wrap-box.img-wrap-box-dark img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.img-wrap-box::before {
  position: absolute;
  left: -35px;
  bottom: -35px;
  content: "";
  width: 120px;
  height: 135px;
  border: 12px solid;
  border-image-source: linear-gradient(138.82deg, rgba(156, 165, 191, 0.08) -22.41%, rgba(156, 165, 191, 0) 78.83%);
  border-image-slice: 1;
  z-index: -1;
}

.img-wrap-box.img-wrap-box-video::before {
  left: auto;
  right: -35px;
  bottom: -35px;
}

.img-wrap-box.img-wrap-box-white {
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
          box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
}

.img-wrap-box.img-wrap-box-white::before {
  border: 12px solid #FFE6C2;
  border-image-source: unset;
}

.trigger-hero {
  top: 50px;
  left: 50px;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
  max-width: 90px;
  width: 100%;
}

.trigger-hero-2 {
  left: 125px;
}

.trigger-hero-3 {
  left: 198px;
  top: 122px;
  max-width: 63px;
}

.index-plus-one {
  z-index: 1;
}

.index-minus-one {
  z-index: -1;
}

.breadcrumb-area {
  background-image: url(../images/ubrand-hub-banner-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 245px 0 180px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(107.09deg, #03020D 0%, #03020D 17.56%, rgba(3, 2, 13, 0.18) 95.68%);
  opacity: 0.6;
  z-index: -1;
  content: "";
}

.breadcrumb-area .breadcrumb-info span {
  color: #FBAE3D;
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.breadcrumb-area .breadcrumb-info span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #FBAE3D;
  content: "";
}

.breadcrumb-area .breadcrumb-info h2 {
  font-size: 50px;
  line-height: 70px;
  margin-top: 5px;
}

/*================================================
2. Header Menu CSS
=================================================*/
.logo, .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  margin-top: 10px;
  display: none;
  z-index: 1;
}

.hamburger span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FA3458;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

.hamburger.h-active span.h-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.hamburger.h-active span.h-middle {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}

.hamburger.h-active span.h-bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}

.main-nav > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 42px;
  padding: 30px 0;
}

.main-nav > ul > li:last-child {
  margin-right: 0;
}

.main-nav > ul > li.has-child-menu:after {
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "boxicons";
  content: "";
  font-size: 17px;
  color: #ffffff6b;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-nav > ul > li:hover.has-child-menu:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.main-nav > ul > li > a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav > ul > li > a.active {
  position: relative;
}

.main-nav > ul > li:hover > a {
  color: #FBAE3D;
}

.main-nav > ul > li:hover > a::before {
  width: 100%;
}

.main-nav > ul > li:hover > a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  top: 69px;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: perspective(300px) rotateY(30deg);
          transform: perspective(300px) rotateY(30deg);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  background: #fff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
          box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 4px;
  border: 1px solid #ddd;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu > li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu > li a {
  display: block;
  padding: 15px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu > li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu > li a:hover {
  color: #FBAE3D;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav > ul > li:hover > .sub-menu, .main-nav ul li .sub-menu li:hover > .sub-menu, .main-nav ul li .sub-menu li .sub-menu li:hover > .sub-menu {
  -webkit-transform: perspective(300px) rotateY(0deg);
          transform: perspective(300px) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}

.menu-phone {
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}

.menu-phone svg, .menu-phone i {
  margin-right: 7px;
  height: 24px;
  width: 24px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu-phone:hover {
  color: #fff;
}

.menu-phone:hover svg {
  color: #FBAE3D;
}

.header-menu-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #494949;
  z-index: 9;
}

.header-menu-area.sticky {
  position: fixed !important;
  top: 0;
  background: #272727;
  border-bottom: 1px solid #000;
  z-index: 999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border: none;
}

.header-menu-area.header-menu-area-two .main-nav > ul > li:hover > a, .header-menu-area.header-menu-area-two .main-nav ul li .sub-menu > li a:hover, .header-menu-area.header-menu-area-two .menu-phone:hover svg {
  color: #00C4B3;
}

.header-menu-area.header-menu-area-three .main-nav > ul > li > a, .header-menu-area.header-menu-area-three .menu-phone {
  color: #071311;
  font-family: "Syne", sans-serif;
}

.header-menu-area.header-menu-area-three .main-nav > ul > li:hover > a, .header-menu-area.header-menu-area-three .main-nav ul li .sub-menu > li a:hover, .header-menu-area.header-menu-area-three .menu-phone:hover svg {
  color: #FA3458;
}

.header-menu-area.header-menu-area-three .main-nav > ul > li.has-child-menu:after {
  color: #fa345878;
}

.header-menu-area.header-menu-area-three.sticky {
  background: #ddd;
}

/*================================================
3. Hero CSS
=================================================*/
.hero-area {
  padding: 300px 0 200px;
}

.hero-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../images/shape/hero-bg-sp-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-area.hero-two {
  padding: 200px 0 250px;
}

.hero-area.hero-two::before {
  background: linear-gradient(97.63deg, #003033 7.32%, rgba(0, 48, 51, 0.54) 33.78%, rgba(0, 48, 51, 0) 76.3%);
}

.hero-area.hero-two .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-area.hero-two .hero-content-sp {
  top: 0;
  left: -57px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-area.hero-two .hero-two-btn {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  font-size: 16px;
  padding: 7px 23px;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
}

.hero-area.hero-two .hero-two-btn:hover {
  background-color: #00C4B3;
  border: 1px solid #00C4B3;
}

.hero-area.hero-three {
  padding: 154px 0 300px;
  background: #121417;
    clip-path: unset;
}

.hero-area.hero-three::before {
  display: none;
}

.hero-area.hero-three .hero-three-img-wrap {
  border-radius: 100px 100px 0 100px;
}

.hero-video {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.hero-content .hero-welcome {
  font-family: "Value Sans Pro";
  font-weight: 500;
}

.hero-content h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  margin: 16px 0 16px;
}

.hero-video-button {
  right: 30%;
  z-index: 2;
  position: relative;
  border-radius: 50%;
  background-color: #FBAE3D;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-video-button .hero-video-icon-wrap {
  color: #FBAE3D;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.hero-video-button .hero-video-icon-wrap svg, .hero-video-button .hero-video-icon-wrap i {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hero-video-button .hero-video-icon-wrap svg.active, .hero-video-button .hero-video-icon-wrap i.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-video-button .hero-video-icon-wrap:hover {
  color: #FBAE3D;
}

.hero-video-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #FBAE3D;
  -webkit-animation: ripple-1 2s infinite ease-in-out;
          animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.hero-video-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #FBAE3D;
  z-index: -1;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
          animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hero-video-button.cta-video-button {
  background-color: #00C4B3;
}

.hero-video-button.cta-video-button .hero-video-icon-wrap {
  color: #00C4B3;
}

.hero-video-button.cta-video-button .hero-video-icon-wrap svg, .hero-video-button.cta-video-button .hero-video-icon-wrap i {
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hero-video-button.cta-video-button .hero-video-icon-wrap svg.active, .hero-video-button.cta-video-button .hero-video-icon-wrap i.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-video-button.cta-video-button::before {
  border: 1px solid #00C4B3;
}

.hero-video-button.cta-video-button::after {
  border: 1px solid #00C4B3;
}

@-webkit-keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0;
  }
}

.hero-slider .hero-content h1 {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.hero-slider .hero-content .hero-welcome {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.hero-slider .hero-content .hero-two-btn-wrap {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.hero-slider .hero-content .hero-content-sp {
  opacity: 0;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.hero-slider .image-layer {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.hero-slider .swiper-slide-active .hero-content h1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hero-slider .swiper-slide-active .hero-content .hero-welcome {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hero-slider .swiper-slide-active .hero-content .hero-two-btn-wrap {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.hero-slider .swiper-slide-active .hero-content .hero-content-sp {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
}

.hero-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.hero-slider .hero-slider-control {
  z-index: 9;
  position: absolute;
  width: 100%;
  bottom: 60px;
}

.hero-slider .hero-slider-control .slider-control .prev:hover, .hero-slider .hero-slider-control .slider-control .next:hover {
  color: #00C4B3;
}

/*================================================
4. Brand CSS
=================================================*/
.brand-area {
  z-index: 1;
}

.brand-area-white {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF6EA), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF6EA 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-title {
  font-size: 25px;
  line-height: 35px;
}

.brand-title span {
  color: #FBAE3D;
}

.brand-box {
  height: 120px;
  background: #FFFFFF;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #ddd3;
  cursor: default;
}

.brand-box svg {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.brand-box:hover svg {
  color: #FBAE3D;
}

.brand-box.brand-box-dark-bg {
  background-color: #17191E;
  border-image-slice: 0;
  border: unset;
}

.brand-box.brand-box-dark-bg:hover {
  border: 1.8px solid;
  border-image-source: linear-gradient(117.77deg, #FBAE3D 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #FBAE3D 100%);
  border-image-slice: 1;
}

.brand-carrousel .swiper-wrapper, .brand-carrousel-two .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
}

.brand-carrousel .swiper-wrapper:hover, .brand-carrousel-two .swiper-wrapper:hover {
  -webkit-transition-timing-function: unset;
          transition-timing-function: unset;
}

.brand-two-area .brand-box {
  border: 1px solid #bebebe94;
  border-top: 0;
  border-right: 0;
}

.brand-two-area .brand-box:hover svg {
  color: #FA3458;
}

/*================================================
5. About CSS
=================================================*/
.about-content h2 {
  font-family: 'Value Sans Pro';
  font-weight: 400;
  font-size: 48px;
  line-height: 70px;
}

.about-content h2 .color-1 {
  color: #00C4B3;
}

.about-content h2 .color-2 {
  color: #FBAE3D;
}

.about-content h2 .color-3 {
  color: #219FFF;
}

.about-content .about-text {
  margin: 25px 0 30px;
}

.about-content ul {
  margin-bottom: 15px;
}

.about-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Value Sans Pro";
  font-size: 20px;
  margin-bottom: 20px;
}

.about-content ul li svg {
  margin-right: 10px;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content.about-content-dark ul li {
  color: #fff;
}

.about-content.about-content-two h2 {
  font-family: "Syne", sans-serif;
  max-width: 640px;
}

/*================================================
6. Showcase CSS
=================================================*/
.showcase-box .showcase-img img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.showcase-box .showcase-img span {
  font-family: "Value Sans Pro";
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #071311;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 7px 25px;
  z-index: 1;
  top: 25px;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.showcase-box .showcase-content {
  padding: 0 20px;
}

.showcase-box .showcase-content h2 {
  font-size: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 26px 0 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.showcase-box.showcase-box-dark .showcase-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.showcase-box.showcase-box-dark .showcase-content h2, .showcase-box.showcase-box-dark .showcase-content a {
  color: #fff;
}

.showcase-box:hover .showcase-img img {
  -webkit-transform: scale(1.1) translateX(-4%);
          transform: scale(1.1) translateX(-4%);
}

.showcase-box:hover .showcase-img span {
  background-color: #FBAE3D;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.showcase-box:hover .showcase-content h2, .showcase-box:hover .showcase-content a {
  color: #FBAE3D;
}

.showcase-box.showcase-box-style-two {
  margin-bottom: 20px;
}

.showcase-box.showcase-box-style-two .showcase-img {
  width: 100%;
  height: 290px;
  border-radius: 16px;
}

.showcase-box.showcase-box-style-two .showcase-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: unset;
          transform: unset;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.showcase-box.showcase-box-style-two .showcase-img img:last-child {
  -webkit-filter: blur(10);
          filter: blur(10);
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
}

.showcase-box.showcase-box-style-two .showcase-content .common-btn {
  font-weight: 500;
}

.showcase-box.showcase-box-style-two:hover .showcase-img img:last-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.showcase-box.showcase-box-style-two:hover .showcase-content h2 {
  color: #071311;
}

.showcase-box.showcase-box-style-two:hover .showcase-content .common-btn {
  color: #00C4B3;
}

.showcase-box.showcase-box-page {
  margin-bottom: 24px;
}

.showcase-box.showcase-box-page .showcase-img span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.showcase-box.showcase-box-four .showcase-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #dddddd3d;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.showcase-box.showcase-box-four .showcase-content h2, .showcase-box.showcase-box-four .showcase-content a {
  color: #FA3458;
}

.showcase-box.showcase-box-four:hover .showcase-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*================================================
7. Choose CSS
=================================================*/
.choose-list-wrap .choose-list-box {
  margin-bottom: 30px;
  padding-left: 20px;
}

.choose-list-wrap .choose-list-box:last-child {
  margin-bottom: 0px;
}

.choose-list-wrap .choose-list-box .choose-list-icon svg {
  color: #FBAE3D;
}

.choose-list-wrap .choose-list-box .choose-list-info {
  padding-left: 22px;
  position: relative;
  z-index: 1;
}

.choose-list-wrap .choose-list-box .choose-list-info .h-img {
  position: absolute;
  max-width: 200px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.choose-list-wrap .choose-list-box .choose-list-info h3 {
  font-size: 20px;
}

.choose-list-wrap .choose-list-box .choose-list-info p {
  font-weight: 500;
}

.choose-list-wrap.choose-list-wrap-black .choose-list-box .choose-list-info h3, .choose-list-wrap.choose-list-wrap-black .choose-list-box .choose-list-info p {
  color: #fff;
}

.choose-list-wrap.choose-list-wrap-black .choose-list-box .choose-list-info p {
  font-weight: 400;
}

.choose-video {
  width: 100%;
  height: 529px;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.play-button-wrap .video-tap {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
}

.play-button-wrap .pause,
.play-button-wrap .play {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
}

.play-button-wrap .line {
  position: absolute;
  width: 6px;
  height: 50%;
  background: #FBAE3D;
  border-radius: 5px;
  -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.33, 1);
  transition: all 400ms cubic-bezier(0.8, 0, 0.33, 1);
}

.play-button-wrap .pause .line_1 {
  margin: 25% 0;
  left: 28%;
}

.play-button-wrap .pause .line_2 {
  margin: 100% -16%;
  right: 45%;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.play-button-wrap .pause.active .line {
  opacity: 1;
}

.play-button-wrap .pause.active .line_1 {
  margin: 25% 0;
  left: 28%;
}

.play-button-wrap .pause.active .line_2 {
  margin: 25% 0;
  right: 28%;
}

.play-button-wrap .play .line {
  margin: 25% 0;
}

.play-button-wrap .play .line_1 {
  left: 28%;
}

.play-button-wrap .play .line_2 {
  height: 56%;
  left: 60%;
  -webkit-transform: rotate(-55deg) translateY(-128px) translateX(16px);
          transform: rotate(-55deg) translateY(-128px) translateX(16px);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.play-button-wrap .play .line_3 {
  height: 56%;
  left: 60%;
  -webkit-transform: rotate(55deg) translateY(-128px) translateX(16px);
          transform: rotate(55deg) translateY(-128px) translateX(16px);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.play-button-wrap .play.active .line {
  opacity: 1;
  height: 62%;
  margin: 20% 0;
}

.play-button-wrap .play.active .line_1 {
  left: 28%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.play-button-wrap .play.active .line_2 {
  height: 56%;
  left: 63%;
  -webkit-transform: rotate(-55deg) translateY(-16.5px) translateX(2px);
          transform: rotate(-55deg) translateY(-16.5px) translateX(2px);
}

.play-button-wrap .play.active .line_3 {
  height: 56%;
  left: 63%;
  -webkit-transform: rotate(55deg) translateY(16px) translateX(2px);
          transform: rotate(55deg) translateY(16px) translateX(2px);
}

.img-wrap-box-video-sp {
  -webkit-filter: grayscale(0) !important;
          filter: grayscale(0) !important;
  z-index: -1;
  left: -22px;
  top: -22px;
}

.choose-area-two .choose-list-wrap .choose-list-box .choose-list-icon svg {
  color: #FA3458;
}

.choose-area-two .img-wrap-box::before {
  display: none;
}

/*================================================
8. Testimonial CSS
=================================================*/
.testimonial-area.testimonial-area-white {
  background-color: #FFFBF5;
}

.img-wrap-box-testimonial {
  background-color: #121417;
}

.img-wrap-box-testimonial::before {
  display: none;
}

.img-wrap-box-testimonial .testimonial-qt-img {
  -webkit-filter: grayscale(0) !important;
          filter: grayscale(0) !important;
  bottom: 20px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.img-wrap-box-testimonial.img-wrap-box-testimonial-white {
  background-color: #fff;
}

.testimonial-content {
  padding-left: 50px;
}

.testimonial-content .testimonial-quote-text {
  font-style: italic;
  font-weight: 400;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.testimonial-content .testimonial-author-name {
  font-weight: 700;
  font-size: 22px;
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.testimonial-content .testimonial-author-designation {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateX(85px);
          transform: translateX(85px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.testimonial-content.testimonial-content-style-two {
  padding-left: 0px;
}

.testimonial-content.testimonial-content-style-two .testimonial-quote-text {
  font-style: normal;
}

.testimonial-slider {
  padding: 24px 0px 15px 24px;
}

.testimonial-slider .swiper-slide-active .testimonial-content .testimonial-quote-text {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.testimonial-slider .swiper-slide-active .testimonial-content .testimonial-author-name {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.testimonial-slider .swiper-slide-active .testimonial-content .testimonial-author-designation {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*================================================
9. Team CSS
=================================================*/
.team-wrap {
  margin-bottom: 24px;
}

.team-wrap .team-img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.team-wrap .team-img .team-hover {
  background: rgba(7, 19, 17, 0.9);
  height: 0;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team-wrap .team-img .team-hover ul {
  border: 1.2px solid;
  border-image-source: linear-gradient(117.77deg, #FBAE3D 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #FBAE3D 100%);
  border-image-slice: 1;
  background-color: #191A20;
  padding: 9px 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
}

.team-wrap .team-img .team-hover ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-wrap .team-img .team-hover ul li:last-child {
  margin-right: 0;
}

.team-wrap .team-img .team-hover ul li i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.team-wrap .team-img .team-hover ul li i:hover {
  color: #FBAE3D;
}

.team-wrap .team-content {
  margin-top: 20px;
}

.team-wrap .team-content p {
  font-size: 15px;
}

.team-wrap .team-content h2 {
  font-weight: 700;
  font-size: 28px;
  margin-top: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.team-wrap.team-wrap-black .team-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.team-wrap.team-wrap-black .team-content p {
  color: #fff;
}

.team-wrap.team-wrap-black .team-content h2 {
  color: #fff;
}

.team-wrap:hover .team-img img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.team-wrap:hover .team-img .team-hover {
  background: rgba(7, 19, 17, 0.9);
  height: 90%;
  opacity: 1;
  visibility: visible;
}

.team-wrap:hover .team-img .team-hover ul {
  visibility: visible;
}

.team-wrap:hover .team-content h2 {
  color: #FBAE3D;
}

.team-two-box {
  margin-bottom: 24px;
}

.team-two-box img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.team-two-box ul {
  background-color: #fff;
  right: 20px;
  padding: 3px 10px 13px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.team-two-box ul li {
  color: #5B5B5B;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 20px;
}

.team-two-box ul li:hover {
  color: #FA3458;
}

.team-two-box .team-two-info {
  background-color: #FA3458;
  padding: 10px 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.team-two-box .team-two-info h2 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.team-two-box .team-two-info p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

.team-two-box:hover img {
  -webkit-transform: scale(1.1) translateX(-4%);
          transform: scale(1.1) translateX(-4%);
}

.team-two-box:hover .team-two-info {
  background-color: #FA3458;
  padding: 10px 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-two-box:hover ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*================================================
10. Blog CSS
=================================================*/
.blog-area {
  z-index: 1;
}

.blog-area .blog-bg {
  background-color: #191A20;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.blog-area .blog-bg.blog-bg-white {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF9F1), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF9F1 0%, rgba(255, 255, 255, 0) 100%);
}

.blog-area .blog-dark-sp {
  z-index: -1;
}

.blog-minus-margin {
  margin-top: -10px;
}

.blog-box {
  margin-bottom: 24px;
}

.blog-box .blog-img {
  position: relative;
  width: 100%;
  height: 390px;
}

.blog-box .blog-img img {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-box .blog-img img:last-child {
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  z-index: 1;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.blog-box .blog-content h2 {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 34px;
}

.blog-box .blog-content .blog-meta {
  margin: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-box .blog-content .blog-meta li {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.blog-box .blog-content .blog-meta li svg, .blog-box .blog-content .blog-meta li i {
  margin-right: 6px;
}

.blog-box .blog-content .blog-meta li::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 65%;
  width: 1px;
  background-color: #5B5B5B;
  content: "";
}

.blog-box .blog-content .blog-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.blog-box .blog-content .blog-meta li:last-child::before {
  display: none;
}

.blog-box.blog-box-dark .blog-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.blog-box.blog-box-dark .blog-content h2 {
  color: #fff;
}

.blog-box.blog-box-dark .blog-content .blog-meta li {
  color: #fff;
}

.blog-box.blog-box-dark .blog-content .blog-meta li::before {
  background-color: #fff;
}

.blog-box.blog-box-dark .blog-content .common-btn.style-three {
  color: #fff;
}

.blog-box:hover .blog-img img:last-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.blog-box:hover.blog-box-dark .blog-img img:last-child {
  -webkit-filter: blur(0px) grayscale(1);
          filter: blur(0px) grayscale(1);
}

.blog-box:hover .blog-content .common-btn.style-three {
  color: #FBAE3D;
}

.blog-box.blog-box-sidebar .blog-img {
  height: 450px;
}

.blog-box.blog-box-sidebar .blog-content h2 {
  font-size: 35px;
}

.blog-grid-wrap {
  margin-bottom: 24px;
}

.blog-grid-wrap .blog-grid-img {
  max-width: 370px;
  width: 100%;
  border-radius: 16px;
}

.blog-grid-wrap .blog-grid-img img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-grid-wrap .blog-grid-img video {
  width: 100%;
  height: 412px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.blog-grid-wrap .blog-grid-img .play-button-wrap {
  top: 20px;
  right: 20px;
}

.blog-grid-wrap .blog-grid-img .play-button-wrap .line {
  background: #00C4B3;
}

.blog-grid-wrap .blog-grid-img.blog-grid-video {
  max-width: unset;
}

.blog-grid-wrap .blog-grid-content .blog-grid-meta {
  font-weight: 500;
  font-size: 14px;
}

.blog-grid-wrap .blog-grid-content .blog-grid-meta a {
  margin-left: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog-grid-wrap .blog-grid-content h3 {
  font-size: 22px;
  margin: 8px 0 13px;
  line-height: 32px;
}

.blog-grid-wrap:hover .blog-grid-img img {
  -webkit-transform: scale(1.1) translateX(-4%);
          transform: scale(1.1) translateX(-4%);
}

.blog-grid-wrap:hover .blog-grid-content .blog-grid-meta a {
  color: #00C4B3;
  text-decoration: underline;
}

.blog-grid-wrap:hover .blog-grid-content .common-btn.style-three {
  color: #00C4B3;
}

.blog-area-home-four .blog-box:hover .blog-content .common-btn.style-three {
  color: #FA3458;
}

/*================================================
11. Instagram CSS
=================================================*/
.instagram-title {
  font-size: 30px;
}

.instagram-title svg, .instagram-title i {
  color: #FBAE3D;
  margin-right: 12px;
}

.instagram-title.instagram-title-dark {
  color: #fff;
}

.instagram-feed-box img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 1s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 1s cubic-bezier(0.33, 0.02, 0, 0.93);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.instagram-feed-box .instagram-feed-hover a {
  width: 40px;
  height: 40px;
  background: #FBAE3D;
  color: #071311;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-380%);
          transform: translateY(-380%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
  transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93), -webkit-transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
}

.instagram-feed-box .instagram-feed-hover a::before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
  z-index: -1;
  background: rgba(251, 174, 61, 0.4);
}

.instagram-feed-box.instagram-feed-box-dark img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.instagram-feed-box:hover img {
  -webkit-transform: scale(1.1) translateX(4%);
          transform: scale(1.1) translateX(4%);
}

.instagram-feed-box:hover .instagram-feed-hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.copy-right-wrap {
  border-top: 1px solid #353535;
  padding: 20px 0;
}

.copyright-text {
  font-size: 14px;
}

.copyright-list li {
  display: inline-block;
  color: #fff;
  position: relative;
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding-right: 10px;
  margin-right: 5px;
}

.copyright-list li::before {
  position: absolute;
  content: "";
  right: 0;
  height: 65%;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.copyright-list li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.copyright-list li:last-child::before {
  display: none;
}

.instagram-row-two .col:first-child .instagram-feed-box {
  border-radius: 16px 0px 0px 16px;
}

.instagram-row-two .col:last-child .instagram-feed-box {
  border-radius: 0px 16px 16px 0px;
}

/*================================================
12. Footer CSS
=================================================*/
.subscribe-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form form input {
  background: none;
  border: 1px solid #181818;
  color: #fff;
  padding: 11px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
}

.subscribe-form form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #EBEBEB;
}

.subscribe-form form input:-ms-input-placeholder {
  font-size: 14px;
  color: #EBEBEB;
}

.subscribe-form form input::-ms-input-placeholder {
  font-size: 14px;
  color: #EBEBEB;
}

.subscribe-form form input::placeholder {
  font-size: 14px;
  color: #EBEBEB;
}

.subscribe-form form button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.widget-section {
  padding: 70px 0 36px;
  position: relative;
}

.widget-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.56%, rgba(53, 53, 53, 0)), color-stop(52.1%, #353535), to(rgba(53, 53, 53, 0)));
  background: linear-gradient(90deg, rgba(53, 53, 53, 0) -0.56%, #353535 52.1%, rgba(53, 53, 53, 0) 100%);
  content: "";
}

.img-wrap-box-map {
  width: 100%;
  height: 270px;
}

.img-wrap-box-map iframe {
  height: 100%;
  width: 100%;
}

.widget-wrap {
  margin-bottom: 24px;
}

.footer-logo-wrap p {
  color: #EEEEEE;
  margin: 18px 0 23px;
}

.footer-logo-wrap ul li {
  font-family: "Value Sans Pro";
  font-weight: 500;
  color: #F3F3F3;
  margin-bottom: 10px;
}

.footer-logo-wrap ul li svg {
  margin-right: 10px;
  color: #FBAE3D;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer-logo-wrap ul li:last-child {
  margin-bottom: 0;
}

.footer-logo-wrap ul li:hover svg {
  color: #FA3458;
}

.footer-widget-title h2 {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-list-wrap li {
  color: #F3F3F3;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.footer-list-wrap li::before {
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(16px, -50%);
          transform: translate(16px, -50%);
  background-color: #FBAE3D;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s;
  visibility: hidden;
}

.footer-list-wrap li:hover {
  color: #FBAE3D;
  padding-left: 15px;
}

.footer-list-wrap li:hover::before {
  visibility: visible;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.footer-list-wrap li:last-child {
  margin-bottom: 0;
}

.footer-area {
  background: #010108;
  padding-top: 70px;
  z-index: 1;
}

.footer-area .footer-sp {
  z-index: -1;
  opacity: .1;
}

.footer-area.footer-area-two .common-btn.style-two {
  color: #00C4B3;
  border-image-source: linear-gradient(117.77deg, #00C4B3 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #00C4B3 100%);
  border-image-slice: 1;
}

.footer-area.footer-area-two .common-btn.style-two:hover {
  background-color: #00C4B3;
  color: #fff;
}

.footer-area.footer-area-two .footer-widget-title h2 {
  font-family: "Syne", sans-serif;
}

.footer-area.footer-area-two .footer-logo-wrap ul li svg {
  color: #00C4B3;
}

.footer-area.footer-area-two .footer-logo-wrap ul li:hover svg {
  color: #FBAE3D;
}

.footer-area.footer-area-two .footer-list-wrap li:hover {
  color: #00C4B3;
}

.footer-area.footer-area-two .footer-list-wrap li::before {
  background-color: #00C4B3;
}

.footer-three-area {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 25px;
}

.footer-three-area ul li {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer-three-area ul li:hover {
  color: #FA3458;
}

.footer-three-area ul.footer-menu li {
  font-family: "Syne", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer-three-area ul.footer-menu li:not(:last-child) {
  margin-right: 50px;
}

.footer-three-area ul.footer-menu li:hover {
  color: #FA3458;
}

.footer-three-area ul.footer-three-social li {
  font-size: 18px;
  line-height: 24px;
}

.footer-three-area ul.footer-three-social li:not(:last-child) {
  margin-right: 10px;
}

.footer-three-area .footer-border {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #353535;
}

/*================================================
13. Service CSS
=================================================*/
.service-area {
  z-index: 1;
}

.service-bg-1 {
  z-index: -1;
}

.service-list-wrap {
  position: relative;
}

.service-list-wrap::before {
  position: absolute;
  content: "";
  height: 100%;
  border: 1px dashed #FBAE3D;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-list-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -112px;
  position: relative;
}

.service-list-wrap li span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Value Sans Pro";
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 1;
}

.service-list-wrap li span.srv-1 {
  background-color: #219FFF;
}

.service-list-wrap li span.srv-2 {
  background-color: #17BD8D;
}

.service-list-wrap li span.srv-3 {
  background-color: #FBAE3D;
}

.service-list-wrap li span.srv-4 {
  background-color: #F53D6B;
}

.service-list-wrap li:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.service-list-wrap li:first-child {
  margin-top: 0;
}

.service-list-wrap li .service-box {
  max-width: 430px;
  padding: 30px 35px 15px;
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
          box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 1;
}

.service-list-wrap li .service-box .service-icon svg, .service-list-wrap li .service-box .service-icon i {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list-wrap li .service-box .service-info h2 {
  font-size: 30px;
  margin: 21px 0 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list-wrap li .service-box .service-info p {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-list-wrap li .service-box.service-box-dark {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1.5px solid transparent;
  background-color: #191A20;
}

.service-list-wrap li .service-box.service-box-dark .service-icon svg, .service-list-wrap li .service-box.service-box-dark .service-icon i {
  color: #fff;
}

.service-list-wrap li .service-box.service-box-dark .service-info h2 {
  color: #fff;
}

.service-list-wrap li .service-box.service-box-dark .service-info p {
  color: #fff;
}

.service-list-wrap li .service-box.service-box-dark .service-info .common-btn.style-three {
  color: #fff;
}

.service-list-wrap li:hover .service-box.service-box-dark {
  border-image-source: linear-gradient(117.77deg, #FBAE3D 0%, rgba(251, 174, 61, 0) 36.23%, rgba(251, 174, 61, 0) 65.79%, #FBAE3D 100%);
  border-image-slice: 1;
}

.service-list-wrap li:hover .service-box .service-icon svg, .service-list-wrap li:hover .service-box .service-icon i {
  color: #FBAE3D;
}

.service-list-wrap li:hover .service-box .service-info h2 {
  color: #FBAE3D;
}

.service-list-wrap li:hover .service-box .service-info .common-btn.style-three {
  color: #FBAE3D;
}

.service-list-wrap li:hover span {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.service-wrap {
  padding: 30px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1.8px solid transparent;
  -webkit-box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
          box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
  height: 100%;
}

.service-wrap .service-icon svg, .service-wrap .service-icon i {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #292D32;
}

.service-wrap .service-info h2 {
  font-size: 30px;
  margin: 20px 0 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-wrap:hover {
  border-image-slice: 1;
  border-image-source: linear-gradient(238.79deg, #00C4B3 0%, rgba(0, 196, 179, 0) 29.99%, rgba(0, 196, 179, 0) 67.01%, #00C4B3 100%);
}

.service-wrap:hover .service-info h2 {
  color: #00C4B3;
}

.service-wrap:hover .service-icon svg, .service-wrap:hover .service-icon i {
  color: #00C4B3;
}

.services-list {
  border: 1px solid #EBEBEB;
  padding: 30px;
}

.services-list ul li {
  font-family: "Value Sans Pro";
  margin-bottom: 12px;
}

.services-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  font-size: 25px;
}

.submit-form input, .submit-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  background: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.submit-form input::-webkit-input-placeholder, .submit-form textarea::-webkit-input-placeholder {
  font-family: "Value Sans Pro";
  color: #7B7B7B;
}

.submit-form input:-ms-input-placeholder, .submit-form textarea:-ms-input-placeholder {
  font-family: "Value Sans Pro";
  color: #7B7B7B;
}

.submit-form input::-ms-input-placeholder, .submit-form textarea::-ms-input-placeholder {
  font-family: "Value Sans Pro";
  color: #7B7B7B;
}

.submit-form input::placeholder, .submit-form textarea::placeholder {
  font-family: "Value Sans Pro";
  color: #7B7B7B;
}

.submit-form .contact-submit-btn {
  font-family: "Value Sans Pro";
  font-weight: 500;
  color: #071311;
  background-color: #FBAE3D;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: none;
  padding: 11px 39px;
}

.submit-form .contact-submit-btn:hover {
  background-color: #071311;
  color: #fff;
}

/*================================================
14. Cta Slider CSS
=================================================*/
.cta-slider-wrap {
  padding: 10px 25px;
  border-top: 1px solid #A4F3F5;
  border-bottom: 1px solid #A4F3F5;
}

.cta-slider-wrap h2 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 60px;
  color: #00C4B3;
  text-align: center;
  white-space: nowrap;
}

.cta-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.cta-slider-area-two .cta-slider-wrap {
  border-top: unset;
  border-bottom: unset;
  background-color: #FA3458;
}

.cta-slider-area-two .cta-slider-wrap h2 {
  color: #fff;
}

/*================================================
15. Cta Video CSS
=================================================*/
.cta-video-wrap {
  height: 750px;
}

.cta-video-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(3, 2, 13, 0.25);
  content: "";
}

.cta-video-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.cta-video-area-two .hero-video-button.cta-video-button {
  background-color: #FA3458;
}

.cta-video-area-two .hero-video-button.cta-video-button::before, .cta-video-area-two .hero-video-button.cta-video-button::after {
  border: 1px solid #FA3458;
}

.cta-video-area-two .hero-video-button.cta-video-button .hero-video-icon-wrap {
  color: #FA3458;
}

/*================================================
16. Pricing CSS
=================================================*/
.price-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6ea9e), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff6ea9e 0%, rgba(255, 255, 255, 0) 100%);
}

.price-box {
  border: .5px solid #ddd;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-left: 0;
}

.price-box .price-title-box {
  min-height: 179px;
}

.price-box .price-title-box .price-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Syne", sans-serif;
}

.price-box .price-title-box .price-number {
  font-size: 50px;
  font-weight: 500;
  margin: 10px 0 10px;
}

.price-box .price-title-box .price-number sub {
  font-size: 14px;
  font-weight: 700;
}

.price-box .price-title-box .price-number sup {
  font-size: 20px;
}

.price-box .price-title-box p {
  font-weight: 600;
}

.price-box .price-list .price-btn {
  border-radius: 3px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #00C4B3;
  padding: 12px 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.price-box .price-list .price-btn:hover {
  background-color: #071311;
}

.price-box .price-list ul {
  margin-top: 33px;
}

.price-box .price-list ul li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #191A20;
  font-weight: 500;
}

.price-box .price-list ul li:last-child {
  margin-bottom: 0;
}

.price-box .price-list ul li .tooltip-btn {
  background: none;
}

.price-box .price-list ul li .tooltip-btn i {
  color: #8976FD;
}

.price-box.exclusive {
  background-color: #219FFF;
  position: relative;
}

.price-box.exclusive .price-title-box .price-title,
.price-box.exclusive .price-title-box .price-number,
.price-box.exclusive .price-title-box p,
.price-box.exclusive .price-list .price-btn,
.price-box.exclusive .price-list ul li {
  color: #fff;
}

.price-box.exclusive .price-list .price-btn {
  background-color: #071311;
}

.price-box.exclusive .price-list .price-btn:hover {
  background-color: #00C4B3;
}

.price-box.exclusive .price-list ul li .tooltip-btn i {
  color: #fff;
}

.price-box.exclusive:before {
  position: absolute;
  background: url(../images/price/download.svg);
  background-size: contain;
  width: 93px;
  height: 93px;
  top: -8.5px;
  right: -6px;
  content: "";
  z-index: 10;
}

.price-box.popular {
  background-color: #219FFF;
  position: relative;
}

.price-box.popular .price-title-box .price-title {
  color: #fff;
}

.price-box.popular .price-title-box .price-number {
  color: #fff;
}

.price-box.popular .price-title-box p {
  color: #fff;
}

.price-box.popular .price-list .price-btn {
  background-color: #071311;
}

.price-box.popular .price-list .price-btn:hover {
  background-color: #00C4B3;
}

.price-box.popular .price-list ul {
  margin-top: 33px;
}

.price-box.popular .price-list ul li {
  color: #fff;
}

.price-box.popular .price-list ul li .tooltip-btn i {
  color: #fff;
}

.price-box.popular:before {
  position: absolute;
  background: url(../images/price/download.svg);
  background-size: contain;
  width: 93px;
  height: 93px;
  top: -8.5px;
  right: -6px;
  content: "";
  z-index: 10;
}

.price-wrap .row .price-col:first-child .price-box {
  border-left: .5px solid #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.price-wrap .row .price-col:last-child .price-box {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.price-nav {
  border: 1px solid #dddddd52;
  border-bottom: 1px solid #dddddd1f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.price-nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: -2px -2px 0;
  max-width: 100%;
}

.price-nav li .nav-link {
  display: unset;
  width: 100%;
  font-family: "Syne", sans-serif;
  font-size: 30px;
  font-weight: 600;
  border-radius: unset;
  color: #212529;
  padding: 50px 50px;
  border-radius: 7px 7px 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price-nav li .nav-link span {
  font-weight: 400;
  font-size: 16px;
}

.price-nav .nav-link.active, .price-nav .nav-pills .show > .nav-link {
  color: #212529;
  background-color: #fff;
  -webkit-box-shadow: 5px -10px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 5px -10px 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.price-nav .nav-link.active::before, .price-nav .nav-pills .show > .nav-link::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #219FFF;
  content: "";
}


/*================================================
17. Partner CSS
=================================================*/
.partner-box {
  height: 149px;
  border-right: 1px solid #dddddd63;
}

.partner-box svg, .partner-box i {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.partner-box:hover svg, .partner-box:hover i {
  color: #00C4B3;
}

.row-partner-border {
  position: relative;
}

.row-partner-border::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(48.44%, #D9D9D9), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 48.44%, rgba(217, 217, 217, 0) 100%);
}

.row-partner-border::after {
  position: absolute;
  right: 11px;
  width: 10.2px;
  height: 100%;
  content: "";
  top: 0;
  background: #fff;
}

/*================================================
18. Work Process CSS
=================================================*/
.work-process-wrap .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-process-wrap .col .work-process-box {
  margin-bottom: 24px;
}

.work-process-wrap .col .work-process-box span {
  width: 70px;
  height: 70px;
  font-weight: 700;
  font-size: 28px;
  background-color: #E9F6FF;
  color: #219FFF;
  border-radius: 50%;
  position: relative;
}

.work-process-wrap .col .work-process-box span::before {
  position: absolute;
  left: 100%;
  top: 32px;
  background-image: url(../images/shape/work-process-1.png);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 256px;
  height: 91px;
}

.work-process-wrap .col .work-process-box span.work-process-2 {
  background-color: #E9FBF6;
  color: #17BD8D;
}

.work-process-wrap .col .work-process-box span.work-process-2::before {
  top: -60px;
  background-image: url(../images/shape/work-process-2.png);
  width: 255px;
  height: 120px;
}

.work-process-wrap .col .work-process-box span.work-process-3 {
  background-color: #00C4B3;
  color: #fff;
}

.work-process-wrap .col .work-process-box span.work-process-3::before {
  top: 28px;
  background-image: url(../images/shape/work-process-3.png);
  width: 254px;
  height: 49px;
}

.work-process-wrap .col .work-process-box span.work-process-4 {
  background-color: #FFE3EB;
  color: #F53D6B;
}

.work-process-wrap .col .work-process-box span.work-process-4::before {
  display: none;
}

.work-process-wrap .col .work-process-box h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  margin: 20px 0 5px;
}

.work-process-wrap .col .work-process-box p {
  max-width: 218px;
}

.work-process-wrap .col:nth-child(even) {
  margin-top: 70px;
}

.work-process-wrap .col:last-child {
  margin-top: 40px;
}

.work-process-btn-wrap a {
  background: #FFFFFF;
  -webkit-box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
          box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
  border-radius: 16px;
  padding: 8px 14px;
  color: #00C4B3;
}

/*================================================
19. Counter CSS
=================================================*/
.counter-item-wrap {
  margin-bottom: 24px;
}

.counter-item-wrap .counter-item h2, .counter-item-wrap .counter-item span {
  -webkit-text-stroke: 1.5px #071311;
  color: #fff;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
}

.counter-item-wrap .counter-text {
  font-weight: 400;
  font-size: 18px;
  margin-top: 7px;
}

/*================================================
20. Details Page CSS
=================================================*/
.faq-wrap .accordion-button {
  background-color: unset;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #DDDDDD;
  font-family: "Value Sans Pro";
  font-weight: 400;
  font-size: 20px;
  color: #071311;
  margin-bottom: 23px;
}

.faq-wrap .accordion-button:not(.collapsed) {
  color: #FBAE3D;
  background-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: unset;
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  -webkit-transform: unset;
          transform: unset;
}

.faq-wrap .accordion-button:focus {
  z-index: 3;
  border-color: #DDDDDD;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  background-image: unset;
  background-repeat: no-repeat;
  background-size: unset;
  font-size: 25px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.faq-wrap .accordion-item {
  background-color: unset;
  border: unset;
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.faq-wrap .accordion-item .accordion-body {
  padding: 0 0 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.faq-wrap .accordion-item:last-child .accordion-body {
  margin-bottom: 0px;
}

.details-info-wrap .details-info-title {
  font-size: 35px;
  line-height: 50px;
  text-transform: capitalize;
}

.details-info-wrap .details-info-sub-title {
  font-size: 30px;
}

.details-info-wrap .details-info-text {
  margin-top: 10px;
}

.details-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Value Sans Pro";
  font-weight: 500;
  color: #353535;
}

.details-info-list li i {
  margin-right: 8px;
  -webkit-text-stroke: 1px;
}

.page-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #071311;
  border: 1px solid #EEEEEE;
  border-radius: 5px 5px 5px 0px;
  width: 40px;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px 20px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-list li i {
  -webkit-text-stroke: 1px;
}

.page-list li.active {
  background-color: #FBAE3D;
  color: #fff;
}

.sidebar-wrap .single-sidebar:not(:last-child) {
  margin-bottom: 40px;
}

.project-info-sidebar ul li {
  font-family: "Value Sans Pro";
  font-weight: 500;
  color: #071311;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-info-sidebar ul li span {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5B5B5B;
  min-width: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project-info-sidebar ul li:hover span {
  color: #FBAE3D;
}

.project-info-sidebar ul li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar-search input {
  width: 100%;
  background: none;
  border: 1px solid #EEEEEE;
  padding: 14px 66px 14px 20px;
}

.sidebar-search button {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #071311;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
}

.recent-post-wrap .recent-post:not(:last-child) {
  margin-bottom: 24px;
}

.recent-post-wrap .recent-post .recent-post-img {
  max-width: 100px;
  width: 100%;
}

.recent-post-wrap .recent-post .recent-post-info {
  padding-left: 15px;
}

.recent-post-wrap .recent-post .recent-post-info h3 {
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.recent-post-wrap .recent-post .recent-post-info p {
  font-size: 15px;
  margin-top: 10px;
}

.recent-post-wrap .recent-post:hover .recent-post-info h3 {
  color: #FBAE3D;
}

.post-category li {
  font-family: "Value Sans Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.post-category li:hover {
  color: #FBAE3D;
}

.post-category li:not(:last-child) {
  margin-bottom: 15px;
}

.post-tag li {
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 15px;
  color: #071311;
  text-transform: capitalize;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #F3F3F3;
  display: inline-block;
  padding: 1px 14px;
  margin: 8px 12px 8px 0px;
}

.post-tag li:hover {
  background-color: #FBAE3D;
  color: #fff;
}

.post-follow li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #EEEEEE;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 18px;
  padding-bottom: 5px;
}

.post-follow li:hover {
  background-color: #FBAE3D;
  border: 1px solid #FBAE3D;
  color: #fff;
}

.post-follow li:not(:last-child) {
  margin-right: 15px;
}

.details-quote {
  padding-left: 13px;
  border-left: 1px solid #ddd;
  margin-left: 10px;
}

.details-quote i {
  font-size: 20px;
  color: #FBAE3D;
}

.details-quote span {
  font-family: "Value Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #353535;
  margin: 15px 0 20px;
}

.details-quote h3 {
  font-size: 22px;
}

.share-wrap {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  padding: 25px 0;
  margin: 30px 0 60px;
}

.share-wrap .details-tag li {
  display: inline-block;
  font-family: "Value Sans Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.share-wrap .details-tag li:first-child {
  font-weight: 700;
}

.share-wrap .details-tag li:not(:first-child):hover {
  color: #FBAE3D;
}

.share-wrap .details-share li {
  font-family: "Value Sans Pro";
  font-weight: 500;
  font-size: 16px;
  color: #353535;
}

.share-wrap .details-share li i {
  margin-left: 5px;
}

.comments-wrap .comment-box {
  padding: 20px 30px;
}

.comments-wrap .comment-box:not(:last-child) {
  margin-bottom: 30px;
}

.comments-wrap .comment-box .comment-img {
  max-width: 100px;
  width: 100%;
}

.comments-wrap .comment-box .comment-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.comments-wrap .comment-box .comment-info {
  padding-left: 20px;
}

.comments-wrap .comment-box .comment-info h3 {
  font-size: 20px;
}

.comments-wrap .comment-box .comment-info h3 span {
  font-weight: 400;
  font-size: 16px;
}

.comments-wrap .comment-box .comment-info h3 a {
  float: right;
}

.comments-wrap .comment-box .comment-info h3 i {
  font-size: 17px;
}

.comments-wrap .comment-box .comment-info p {
  margin: 5px 0 10px;
}

.comments-wrap .comment-box .replay-btn {
  font-family: "Value Sans Pro";
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: #071311;
}

.comments-wrap .comment-box:nth-child(odd) {
  background-color: #F1FDFF;
}

.comments-wrap .comment-box:nth-child(even) {
  background-color: #FDF3F7;
}

.comments-wrap .comment-box.comment-replay {
  background-color: unset;
  margin-left: 50px;
  border-bottom: 1px solid #ddd;
  margin-top: -20px;
}

/*================================================
21. Error CSS
=================================================*/
.error-area {
  background-image: url(../images/error.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0 240px;
}

.error-info {
  background-image: url(../images/error-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0 0px;
}

.error-info .error-title {
  -webkit-text-stroke: 3px #fff;
  font-family: "Value Sans Pro";
  font-weight: 900;
  font-size: 200px;
  line-height: 200px;
  letter-spacing: 0.1em;
  color: transparent;
}

.error-info h2 {
  font-size: 35px;
}

.error-info p {
  max-width: 500px;
  margin: 10px auto 30px;
}

/*================================================
22. Contact CSS
=================================================*/
.contact-info-title {
  font-size: 35px;
}

.contact-address-wrap {
  padding: 30px 25px;
  margin: 30px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
          box-shadow: 5px 6px 60px rgba(57, 57, 57, 0.08);
}

.contact-address-wrap .contact-address-box i {
  color: #FBAE3D;
  margin-right: 20px;
  line-height: 1;
  font-size: 17px;
}

.contact-address-wrap .contact-address-box h3 {
  font-weight: 400;
  font-size: 18px;
}

.contact-address-wrap .contact-address-box:not(:last-child) {
  margin-bottom: 20px;
}

.available-text {
  font-size: 16px;
  line-height: 30px;
  color: #5B5B5B;
  max-width: 370px;
}

/*================================================
23. Header Menu CSS
=================================================*/
/*================================================
24. Header Menu CSS
=================================================*/
/*================================================
25. Header Menu CSS
=================================================*/
/*================================================
26. Header Menu CSS
=================================================*/
/*================================================
27. Header Menu CSS
=================================================*/
/*================================================
28. Header Menu CSS
=================================================*/
/*================================================
29. Header Menu CSS
=================================================*/
/*================================================
30. Header Menu CSS
=================================================*/
/*# sourceMappingURL=style.css.map */