@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Roman';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Black';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: 'Helvetica Neue Roman', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  background: #1d1e1c;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Helvetica Neue Roman', sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 55px;
  line-height: 65px;
  color: #eaeaea;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 35px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #171717;
}
a:hover {
  color: #171717;
}

p {
  /* font-family: 'Helvetica Neue Roman', sans-serif; */
  font-size: 19px;
  font-weight: 300;
  position: relative;
  color: #eaeaea;
  line-height: 1.4em;
  font-family: 'Helvetica Neue Light', sans-serif;
  letter-spacing: 0.05em;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

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

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

.border-top {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.border-bottom {
  border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

/*Section Padding CSS*/
.section-padding {
  padding: 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 70px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 30px 10px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-30 {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 55px;
  line-height: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
.section-title h2 {
  font-family: 'Helvetica Neue Medium';
  font-size: 17px;
  font-weight: 400;
  color: #eaeaea;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.section-title h2 a{
  font-size: 17px;
}
.section-title h2 a:hover{
  color: #bccf31;
}
.section-title h2::before{
  content: '';
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
  margin-bottom: 4px;
}

.section-title h3 {
  font-size: 15px;
}
.section-title p.suptitle {
  color: #8b8b8b;
  font-family: 'Helvetica Neue Roman', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title p {
  color: #eaeaea;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title p {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    padding-left: 0 !important;
  }
}

/*Button Style */
.theme-btn, .bordered-btn {
  display: inline-block;
  background: #171717;
  color: #eee;
  font-family: 'Helvetica Neue Roman', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 40px;
  border: 1px solid #171717;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.theme-btn:hover, .bordered-btn:hover {
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-btn, .bordered-btn {
    padding: 12px 24px;
  }
}

.bordered-btn {
  background: transparent;
  border-color: #eee;
  color: #eee;
}
.bordered-btn:hover {
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #171717;
  color: #fff;
  padding: 15px 45px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #171717;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 13px;
  font-weight: 300;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS
============== */
.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #F5F5F3;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
}

.overlay.active {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

/* Preloader*/
.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 60px;
  height: 60px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #171717;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/* Off Canvas Menu CSS
======================*/
.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.header-area{
  background: #eaeaea;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 15px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 20px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222B;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #ddd;
}

.explore-btn {
  width: 170px;
  height: 170px;
  border: 1px solid #171717;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  right: 100px;
  top: 120px;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .explore-btn {
    top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .explore-btn {
    display: none;
  }
}

.explore-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #171717;
  margin-top: 20px;
  text-align: center;
}

.explore-btn i {
  font-size: 25px;
  transform: rotate(-45deg);
  margin-left: 10px;
  display: block;
  margin-top: 10px;
}

.explore-btn:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #444;
  border-radius: 50%;
  margin-left: -7px;
}

.circle-button {
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.header-area .navigation {
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #171717;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.logo a {
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.main-menu ul > li > a {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  margin-right: 20px;
  /* letter-spacing: .13em; */
}
.main-menu ul > li > a:hover{
  color: #bccf31;
}
.main-menu ul > li > a i {
  margin-left: 5px;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 230px;
  background-color: #171717;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 10px 0px;
}
.main-menu ul > li > ul li {
  display: block;
}
.main-menu ul > li > ul li a {
  display: block;
  color: #eee;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-menu ul > li > ul li a:hover {
  color: #fff;
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #171717;
  /* background-image: url(../img/6997617A9EA6D273.png);
  background-position: left bottom;
  background-size: auto; */
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}

.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: #fff;
  outline-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #171717;
}

.header-area.absolute-header .container {
  background: transparent;
}

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.header-area.absolute-header #hamburger {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 15px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn {
  margin-top: 30px;
  display: inline-block;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: inherit;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .logo {
  color: #fff;
}

.hero-area {
  position: relative;
}

.hero-area-inner {
  padding: 120px 0 90px;
}
@media (max-width: 767px) {
  .hero-area-inner {
    padding: 60px 0 60px;
    text-align: center;
  }
  /* .hero-area-content{
    margin-bottom: 30px;
  } */
}

.slider-bg {
  height: 500px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}

.circle-shape-wrap {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
  animation: rotation 30s infinite linear;
  width: 200px;
}

.circle-shape-wrap img {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin-top: -25px;
  background: #fff;
  color: #171717;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

.feature_item {
  display: flex;
  align-items: center;
  height: 100px;
  background: #171717;
}
.feature_item h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 24px;
  }
}
.feature_item img {
  display: inline-block;
}

h5.slick-slide img {
  width: 24px;
  margin-right: 10px;
}

#home-2 .single-slide-item, #home-3 .single-slide-item {
  background-image: url(../img/slider/slide-1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 700px;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-2 .single-slide-item, #home-3 .single-slide-item {
    height: 600px;
  }
}
#home-2 .single-slide-item .hero-area-content, #home-3 .single-slide-item .hero-area-content {
  display: table-cell;
  vertical-align: middle;
}
#home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  #home-2 .single-slide-item h1, #home-3 .single-slide-item h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.single-service-wrapper {
  background: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.single-service-wrapper h5 {
  font-size: 22px;
  margin: 30px 0;
}

.single-service-inner {
  display: flex;
  align-items: center;
}

.service-icon img {
  width: 50px;
  height: 50px;
}

.icon-wrap {
  width: 45px;
}

.service-title {
  padding-left: 30px;
}

.single-service {
  padding: 0 45px;
  margin-bottom: 60px;
}

.single-service p {
  margin-top: 20px;
}

.slick-list {
  z-index: 1;
}

.project-section {
  position: relative;
}

.project-slider-two .owl-nav button.owl-prev,
.project-slider-two .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.project-slider-two .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.project-slider-two .owl-nav button.owl-prev:hover,
.project-slider-two .owl-nav button.owl-next:hover {
  background: #171717;
  color: #fff;
  border-color: #171717;
}

.project-details {
  max-width: calc(100% - 60px);
}
@media (max-width: 767px) {
  .project-details {
    max-width: calc(100% - 0px);
    text-align: justify;
  }
}

.project-info-wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .project-info-wrap {
    margin-top: 40px;
  }
}

.project-details h2 {
  margin-bottom: 20px;
}

.project-info h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.project-details-img img {
  margin-bottom: 30px;
}

.project-details-wrapper .single-counter-box {
  text-align: left;
}

.project-details-wrapper .single-counter-box .counter-number span {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.project-details-wrapper .single-counter-box p.counter-number {
  border-bottom: 1px solid #ddd;
}

.project-details-wrapper h3 {
  margin-bottom: 20px;
}

.single-counter-box {
  text-align: center;
  margin-bottom: 60px;
}
.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  color: #171717;
}
@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}
.single-counter-box p.counter-number {
  font-size: 40px;
}
.single-counter-box h6 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 16px;
  }
}

.quote-icon {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 24px;
  }
}

.contact-section {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .contact-section {
    display: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
.single-blog-wrap h3 a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-blog-wrap h3 a {
    font-size: 18px;
  }
}

.footer-area {
  background: #171717;
  color: #fff;
  position: relative;
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  font-size: 16px;
  margin-top: 18px;
  color: #9BA2AD;
}
.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #9BA2AD;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  opacity: 0.5;
}

.contact-info p {
  margin-bottom: 10px;
}

.subscribe-form {
  position: relative;
}
.subscribe-form button {
  padding: 18px 40px;
  font-size: 17px;
  line-height: 13px;
  background: #F35C27;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
  cursor: pointer;
}
.subscribe-form input {
  border: 0;
  background: #fff;
}
.subscribe-form input::placeholder {
  color: #797A7E;
  font-size: 16px;
}

.footer-up {
  padding: 80px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 13px;
  font-weight: 300;
  padding: 20px 0;
  background: #eaeaea;
  text-align: center;
}
.footer-bottom p {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.footer-bottom ul li{
  margin: 0 10px;
}
.footer-bottom .social a{
  font-size: 45px;
  margin: 10px 10px 20px;
}

p.privacy {
  text-align: right;
}

.company-email a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

ul.port-menu {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}
@media (max-width: 767px) {
  ul.port-menu {
    float: left;
  }
}
ul.port-menu.recent {
  float: none;
}

ul.port-menu li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  color: #444;
  cursor: pointer;
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  ul.port-menu li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  ul.port-menu li {
    padding: 10px;
  }
}
ul.port-menu li:hover {
  color: #171717;
}

.portfolio-list {
  overflow: hidden;
  margin-left: -1%;
  margin-top: 20px;
}

.single-portfolio-item {
  float: left;
  width: 31.5%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-color: #eee;
  position: relative;
  margin-left: 1%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item {
    width: 46%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .single-portfolio-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-portfolio-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-portfolio-item .portfolio-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateY(50px);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.single-portfolio-item .portfolio-details span {
  background: #fff;
  padding: 10px;
  border-radius: 0;
  font-size: 14px;
}
.single-portfolio-item .portfolio-details h5 {
  background: #fff;
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
}
.single-portfolio-item:hover .portfolio-details {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.portfolio-title h3 {
  font-weight: 300;
  padding-bottom: 0.05em;
  font-family: 'Helvetica Neue Light', sans-serif;
  letter-spacing: 0.05em;
  margin-top: 15px;
  align-items: flex-start;
  font-size: 19px;
}
.portfolio-title h3 a{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(102,102,102,.3);
}
.portfolio-title h3:hover a{
  color: #bccf31;
}

.portfolio-title h6 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8b8b8b;
  margin-top: 10px;
}

.single-portfolio-wrapper {
  margin-bottom: 0px;
}

.team-info h5 {
  font-size: 24px;
  margin-top: 15px;
}

.team-info p {
  font-size: 16px;
  margin: 0;
}

.social-icon {
  font-size: 18px;
}

.social-icon a i {
  font-size: 18px;
  margin-right: 10px;
  color: #777;
  margin-top: 5px;
}

.social-icon span {
  margin-right: 10px;
  color: #1d1e1c;
  margin-top: 5px;
}

.single-team-item {
  margin-bottom: 60px;
}

.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
}
.cta-area h2 {
  font-size: 17px;
  font-weight: 400;
}
.cta-area p{
  color: #fff;
  max-width: 555px;
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
  margin-left: 30px;
}
.single-client img {
  max-width: inherit;
  opacity: 0.5;
}

.client-area .owl-dots {
  display: none;
}

.breadcrumb-area {
  background-image: url(../img/breadcrumb/about.jpg);
}

.breadcrumb-area {
  height: 480px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 65px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}

.service-bg {
  background-image: url(../img/breadcrumb/service.jpg);
}

.contact-bread-bg {
  background-image: url(../img/breadcrumb/contact-bg.jpg);
}

.faq-bg {
  background-image: url(../img/breadcrumb/faq.jpg);
  background-position: center;
}

.price-bg {
  background-image: url(../img/breadcrumb/price.jpg);
  background-position: center;
}

.port-standard {
  background-image: url(../img/breadcrumb/portfolio-standard.jpg);
  background-position: center;
}

.port-gallery {
  background-image: url(../img/breadcrumb/portfolio-gallery.jpg);
  background-position: center;
}

.port-slider {
  background-image: url(../img/breadcrumb/portfolio-slider.jpg);
  background-position: center;
}

.breadcrumb-area.port-list-layout .breadcrumb-title h1 {
  font-size: 55px;
}
@media (max-width: 767px) {
  .breadcrumb-area.port-list-layout .breadcrumb-title h1 {
    font-size: 40px;
  }
}

.port-details {
  background-image: url(../img/breadcrumb/portfolio-slider.jpg);
  background-position: center;
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
    padding-left: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding-right: 50px;
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    font-size: 15px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 35%;
  transform: rotate(-90deg);
  right: 30px;
  font-size: 24px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 25px;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(90deg);
}

.cp-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #1d1e1c;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-body {
    font-size: 14px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    font-size: 14px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .single-project-item{
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 13px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .single-project-item{
    margin-bottom: 15px;
  }
}
.single-price-item {
  background: #fff;
  text-align: center;
  padding: 30px 50px;
  margin-top: 50px;
  border: 5px solid #eee;
  transition: 0.3s;
}
.single-price-item h5 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin: 20px 0;
}
.single-price-item h5:before {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #171717;
  margin: 0 auto;
}
.single-price-item p {
  margin: 40px 0px;
}
.single-price-item .bordered-btn {
  color: #333;
  border-color: #333;
}

.price-box {
  margin-top: 60px;
}
.price-box h3 span {
  font-size: 16px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-list ul li {
  display: block;
  margin: 20px 0;
  color: #1d1e1c;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  transition: 0.3s;
}

.mobile-nav-bar .mobile-nav-wrap{
  margin-right: 15px;
}
.items-image .item{
  margin-bottom: 23px;
}
.footer-menu{
  margin-bottom: 20px;
}
.footer-menu a{
  font-size: 14px;
}
.footer-contact a{
  display: block;
  font-size: 16px;
  color: #1d1e1c;
}
.footer-contact a:hover{
  opacity: 0.8;
}
.footer-logo{
  margin-bottom: 20px;
}
.project-slider-two.owl-carousel .owl-item img{
  width: auto;
}
.row{
  position: relative;
}
.button-more{
  text-align: right;
  position: absolute;
  z-index: 999;
  font-family: 'Helvetica Neue Light', sans-serif;
  letter-spacing: 0.05em;
  bottom: -14px;
  right: 0;
  width: 115px;
}
.button-more a{
  display: inline-flex;
  align-items: center;
  line-height: 30px;
  position: relative;
  font-size: 14px;
}
.button-more a::before{
  content: '';
  width: 27px;
  height: 27px;
  background: url(../img/6997617A9EA6D273.png) 50% 50% / cover;
  position: absolute;
  left: -27px;
  transition: all 0.3s ease-out;
  z-index: -1;
  top: 1px;
}
.button-more a:hover::before{
  width: 57px;
  height: 57px;
  left: 27px;
  opacity: 0.6;
}
.button-more svg{
  margin-left: 10px;
  width: 17px;
  height: 30px;
  margin-bottom: 3px;
}
.icon-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.35);
}
.icon-without-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-section a{
  color: #eaeaea;
}
.portfolio-section.category .single-portfolio-wrapper{
  margin-bottom: 40px;
}
.section{
  padding: 60px 0;
}
.container-700{
  max-width: 700px;
  padding: 0 15px;
  margin: auto;
}
.container-full{
  padding: 0 50px;
}
.section-text p:last-child{
  margin-bottom: 0;
}
p strong{
  font-family: 'Helvetica Neue Bold';
}
.video-play-btn{
  position: relative;
}
.gallery{
  display: flex;
  flex-wrap: wrap;
}
.gallery a{
  width: 20%;
  padding: 10px;
}
.section-text ul{
  padding-left: 0px;
  margin-bottom: 1rem;
}
.section-text ul li{
  display: block;
  list-style: none;
  color: #eaeaea;
  padding-left: 20px;
  position: relative;
}
.section-text ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #eaeaea;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
body.bg-white h1,
body.bg-white h2,
body.bg-white p,
body.bg-white li,
body.bg-white a,
body.bg-white .portfolio-title h3 a{
  color: #171717;
}
body.bg-white .section-text ul li::before,
body.bg-white .section-title h2::before{
  background: #171717;
}
body.bg-white .hero-area.section .section-title{
  margin-bottom: 0;
}
body.bg-white .hero-area.section .section-title h1,
body .hero-area.section .section-title h1{
  font-size: 30px;
  line-height: 1.3;
}
.hero-area.section.single-page .section-title h1{
  text-transform: uppercase;
  font-family: 'Helvetica Neue Medium';
  font-size: 20px;
  letter-spacing: 0.05em;
}
body.bg-white .mobile-nav a{
  color: #eaeaea;
}
.mobile{
  display: none!important;
}
.section-image{
  text-align: center;
}
.section-image img{
  max-height: 100vh;
}
.section-image .two-image{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.section-image .two-image img{
  max-width: calc((100% - 50px)/2);
}
.title-section-text{
  margin-top: 20px;
}
body .section-title p{
  font-size: 19px;
  line-height: 1.4em;
  font-family: 'Helvetica Neue Light', sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.height-50{
  height: 50px;
}
#intersting-case{
  margin-top: 50px;
}
img{
  height: auto;
}
.hero-area-content .section-title{
  margin-bottom: 0;
}
.footer-contact p{
  font-size: 16px;
  font-family: 'Helvetica Neue Roman', sans-serif;
  letter-spacing: 0;
}
.bg-main{
  background: #97968A;
}
.team{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-team{
  width: calc(100% / 6);
  text-align: center;
}
.item-team img{
  max-width: 200px;
  border-radius: 50%;
}
.portfolio-section{
  overflow: hidden;
}
.portfolio-section .owl-carousel{
	max-width: 95%!important;
}
@media screen and (max-width: 1280px){
  .container-full {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px){
  .height-50{
    height: 15px;
  }
  .section-image .two-image{
    gap: 15px;
  }
  .section-image .two-image img{
    max-width: calc((100% - 15px)/2);
  }
  .hero-area.section.single-page {
    padding: 40px 0;
  }
  .item-team{
    width: calc(100% / 3);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .footer-logo{
    max-width: 60px;
    height: auto;
  }
  .container-full{
    padding: 0 15px;
  }
  .gallery a{
    width: 50%;
  }
  body.bg-white .hero-area.section{
    text-align: center;
  }
  body.bg-white .hero-area.section .section-title h1{
    text-align: center;
    font-size: 28px;
  }
  .desctop{
    display: none!important;
  }
  .mobile{
    display: block!important;
  }
  .bg-white .hero-area-content {
    margin-bottom: 0px;
  }
  body.bg-white .hero-area.section{
    padding: 30px 0;
  }
  .hero-area.section.single-page{
    padding: 30px 0;
  }
  body .section-title p{
    font-size: 16px;
  }
  .portfolio-title h3 a{
    font-size: 16px;
  }
  .section-image .two-image{
    gap: 0;
  }
  .section-image .two-image img:first-child{
    margin-bottom: 15px;
  }
  .section-image .two-image img{
    max-width: 100%;
  }
  .icon-without-overlay img{
    max-width: 180px;
  }

  .owl-carousel .owl-stage-outer{
    overflow: visible!important;
	  max-width: 95%!important;
  }
  .portfolio-section{
    max-width: calc(100% - 0px)!important;
  }
  .portfolio-section.category{
    max-width: 100%!important;
  }
  .button-more{
    right: 0px;
    bottom: -13px;
  }
  .item-team{
    width: calc(100% / 2);
  }
  .section-text p,
  .section-text li{
    font-size: 16px;
  }
  .section.section-text{
    padding: 30px 0;
  }
}

.btn-wrapper{
  position: absolute;
  z-index: 9991;
  bottom: 50px;
  text-align: center;
  left: 0;
  width: 100%;
}
.btn-theme{
  display: inline-block;
  background: #bdcf32;
  line-height: 45px;
  padding: 0 40px;
  border-radius: 23px;
}
.btn-theme:hover{
  background: #9fb214;
}
.padding-30-0{
  padding: 30px 0;
}
.input-2-col{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.input-2-col input{
  width: calc((100% - 30px)/3);
  border: 1px solid #000;
}
form textarea{
  height: 80px;
  border: 1px solid #000;
  resize: none;
  display: block;
  margin-bottom: 15px;
}
.footer-bottom .text-left.contact-informations{
  text-align: left;
}
.footer-bottom .text-left.contact-informations p{
  margin-bottom: 15px;
  line-height: 1.3;
}
.success{
  margin-bottom: 15px;
  font-weight: 600;
  color: #bdcf32;
  text-align: center;
  display: none;
}
.fixed-phone{
  position: fixed;
  right: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px rgba(188, 207, 49, 0.2);
  background: #bdcf32;
  bottom: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media screen and (max-width: 767px){
  .fixed-phone,
  .progress-wrap{
    right: 20px;
  }
  .input-2-col input{
    width: 100%;
  }
  .footer-bottom .text-left.contact-informations {
    margin-bottom: 5px;
  }
  .language-mob{
    margin-top: 45px;
    text-align: left;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
  }
  .language-mob li{
    text-align: left;
  }
  .language-mob a{
    color: #fff!important;
    text-transform: uppercase;
    line-height: 47px;
    font-size: 13px;
    padding: 0 20px;
  }
}

.language a{
  text-transform: uppercase!important;
}

@media screen and (min-width: 992px){
  .d-lg-block {
    display: flex !important;
  }
  .language{
    margin-left: 40px;
  }
  .main-menu ul.language > li > ul{
    width: 60px;
  }
  .main-menu ul.language > li > a{
    padding-left: 15px;
  }
  .main-menu ul.language > li > ul > li > a{
    margin-right: 0;
    padding: 12px 0px;
    text-align: center;
  }
  .menu-item-has-children{
    position: relative;
    cursor: pointer;
  }
  .menu-item-has-children:after{
    content: '\f078';
    position: absolute;
    right: 0;
    font-family: "FontAwesome";
    z-index: 99;
    top: 40px;
    font-size: 11px;
    transition: all 0.3s;
  }
  .menu-item-has-children:hover:after{
    transform: rotate(180deg);
  }
}

