
.section-separator {
  border-color: var(--ontech-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/* owl dots basic style */

.owl-dots-one.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot {
  margin: 0px -1px;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #d6cbc5;
  border-radius: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot.active span {
  background: var(--ontech-base);
}

.owl-dots-one.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dbd8d8;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.owl-dots-one.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scaleX(1.0);
}


.owl-with-shadow .owl-stage-outer {
  overflow: visible;
}

.owl-with-shadow .owl-item {
  visibility: hidden;
  opacity: 0;
  transition: visibility 500ms ease, opacity 500ms ease;
}

.owl-with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/***
=====================================================
Custom Cursor
=====================================================
***/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--ontech-base, #d0807a);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--ontech-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--ontech-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

/***
=====================================================
    Thm Btn
=====================================================
***/
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--ontech-base);
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 65px;
  font-family: var(--ontech-font);
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 40px 0px;
  overflow: hidden;
  border-radius: 3px;
}

.thm-btn:before {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #ffffff;
}

.thm-btn:hover:before {
  top: -40%;
}

.thm-btn:hover {
  color: var(--ontech-black);
}

/***
=============================================
   Sec Title
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 57px;
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.sec-title__tagline .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.sec-title__tagline::before {
  position: absolute;
  top: 0;
  left: 6px;
  right: 0;
  height: 1px;
  background: #fbebd3;
  content: "";
}

.sec-title__tagline .round-box {
  position: relative;
  display: block;
  line-height: 0;
}

.sec-title__tagline .round-box img {
  width: auto;
}

.sec-title__tagline .round-box::before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 1px;
  height: 7px;
  background: #fbebd3;
  content: "";
  margin: 0 auto;
}

.sec-title__tagline .text {
  position: relative;
  display: block;
  margin-left: 5px;
}

.sec-title__tagline .text p {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sec-title__title {
  color: var(--ontech-black);
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: none;
}


/***
=====================================================
Bootstrap Select
=====================================================
***/
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--ontech-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--ontech-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: #ffffff;
  color: var(--ontech-base);
  cursor: pointer;
}

/***
=====================================================
Preloader
=====================================================
***/
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/***
=====================================================
Search Popup
=====================================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 80px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--ontech-base);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  color: #fff;
  background-color: var(--ontech-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
  display: none;
}


/***
=====================================================
Navigations One
=====================================================
***/
.main-header {
  position: relative;
  display: block;
  z-index: 99;
}

.stricky-header .main-menu__wrapper-inner {
  padding-left: 0;
  box-shadow: none;
}

.stricky-header.main-menu {
  margin-top: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 44px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ontech-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--ontech-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: var(--ontech-black);
  border-bottom: 1px solid rgba(var(--ontech-black-rgb), 0.1);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--ontech-base);
  color: var(--ontech-black);
  border-color: var(--ontech-base);
}


.main-menu .main-menu__list>li>ul>li:last-child>a,
.main-menu .main-menu__list>li>ul>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li:last-child>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--woodza-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--woodza-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--ontech-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/***
=====================================================
Mobile Nav
=====================================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--ontech-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--ontech-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--ontech-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--ontech-base);
  border: none;
  outline: none;
  color: #fff;
  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;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--ontech-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  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;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--woodza-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--woodza-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--woodza-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--woodza-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--ontech-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ontech-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


/***
=====================================================
Main Header One
=====================================================
***/
.main-header-one {
  position: relative;
  display: block;
  z-index: 99;
}

.main-header-one__top {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 25px 0px 25px;
}

.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.main-header-one__top-left {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-one__top-left-btn {
  position: relative;
  display: block;
}

.main-header-one__top-left-btn a {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  background: var(--ontech-base);
  border-radius: 3px;
  padding: 10px 40px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one__top-left-btn a:hover {
  background: var(--ontech-black);
  color: #ffffff;
}

.main-header-one__top-right {
  position: relative;
  display: block;
}

.main-header__contact-info {
  position: relative;
  display: block;
}

.main-header__contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-header__contact-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 104px;
}

.main-header__contact-info ul li:last-child {
  margin-right: 0;
}

.main-header__contact-info ul li .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-info ul li .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #f6f4f1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-header__contact-info ul li .inner .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-base);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-header__contact-info ul li:hover .inner .icon-box::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-header__contact-info ul li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 24px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-header__contact-info ul li .inner .icon-box span.icon-call:before{
  font-size: 20px;
  top: -1px;
}
.main-header__contact-info ul li:hover .inner .icon-box span:before {
  color: #ffffff;
}

.main-header__contact-info ul li .inner .text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header__contact-info ul li .inner .text-box p {
  color: rgba(20, 19, 23, 0.8);
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.main-header__contact-info ul li .inner .text-box h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--ontech-font);
}

.main-header__contact-info ul li .inner .text-box h4 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__contact-info ul li .inner .text-box h4 a:hover {
  color: var(--ontech-base);
}


.main-header-one__bottom {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-header-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ontech-black);
  padding: 0px 30px 0px;
  border-radius: 5px;
}

.main-header-one__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-one__bottom-left .logo-one {
  position: relative;
  display: block;
  padding-right: 80px;
  z-index: 1;
}

.main-header-one__bottom-left .logo-one::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: -5px;
  width: 1px;
  background: #39322a;
  content: "";
}

.main-header-one__bottom-left .logo-one a {
  position: relative;
  display: inline-block;
}

.main-header-one__bottom-left .logo-one a img {
  width: 100%;
}

.main-header-one__bottom-left .main-menu__main-menu-box {
  position: relative;
  display: block;
  margin-left: 70px;
}


.main-header-one__bottom-right {
  position: relative;
  display: block;
}

.main-header__search {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--ontech-base);
  font-size: 20px;
  font-weight: 700;
  color: var(--ontech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--ontech-black);
  background: #ffffff;
}

.stricky-header__one.stricky-header {
  background: var(--ontech-black);
}

.stricky-header.stricky-header__one .main-menu__list>li>a {
  padding-top: 35px;
  padding-bottom: 35px;
}


/***
=====================================================
Main Header Two
=====================================================
***/
.main-header-two {
  position: relative;
  display: block;
}

.main-header-two__top {
  position: relative;
  display: block;
}

.main-header-two__top .container {
  position: static;
  max-width: 1810px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 20px 0px 20px;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-two {
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 60px;
}

.logo-two::before {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  width: 1px;
  background: #bebebe;
  content: "";
}

.logo-two a {
  position: relative;
  display: inline-block;
}

.logo-two a img {
  width: 100%;
}

.main-header-two__top-right {
  position: relative;
  display: block;
}

.main-header-two__top-right-content {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff7ea;
  overflow: hidden;
  padding: 20px 50px 20px;
  padding-right: 25px;
}

.main-header-two__top-right-content .text-box {
  position: relative;
  display: block;
}

.main-header-two__top-right-content .text-box p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.main-header-two__top-right-content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-left: 25px;
}

.main-header-two__top-right-content .btn-box a {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--ontech-base);
  padding: 6px 30px 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.main-header-two__top-right-content .btn-box a:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.main-header-two .main-header-one__bottom-left .main-menu__main-menu-box {
  margin-left: 10px;
}

.main-header-two .main-header-one__bottom-inner {
  background: #f6f4f1;
  padding: 0px 30px 0px;
  border-radius: 0px;
}

.main-header-two .main-menu .main-menu__list>li>a {
  color: var(--ontech-black);
}

.main-header-two .main-menu .main-menu__list>li.current>a,
.main-header-two .main-menu .main-menu__list>li:hover>a {
  color: var(--ontech-base);
}

.main-header-two .main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  z-index: 1;
}

.main-header-two .main-header-one__bottom-right::before {
  position: absolute;
  top: -14px;
  left: 0;
  bottom: -13px;
  right: -30px;
  background: var(--ontech-base);
  content: "";
  z-index: -1;
}

.main-header-two .main-header-one__bottom-right .content-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two .main-header-one__bottom-right .content-box .icon-box {
  position: relative;
  display: block;
}

.main-header-two .main-header-one__bottom-right .content-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 28px;
}

.main-header-two .main-header-one__bottom-right .content-box .text-box {
  position: relative;
  display: block;
  margin-left: 12px;
}

.main-header-two .main-header-one__bottom-right .content-box .text-box p {
  color: var(--ontech-black);
}

.main-header-two .main-header-one__bottom-right .main-header__search {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-left: 20px;
}

.main-header-two .main-header-one__bottom-right .main-header__search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #ffd187;
  content: "";
}

.main-header-two .main-header-one__bottom-right .main-header__search .main-menu__search {
  background: #ffffff;
  color: var(--ontech-black);
}

.main-header-two .main-header-one__bottom-right .main-header__search .main-menu__search:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.stricky-header__two.stricky-header {
  background: var(--ontech-black);
}

.stricky-header__two.stricky-header .main-header-one__bottom-right .content-box {
  display: none;
}

.stricky-header__two.stricky-header .main-header-one__bottom-inner {
  padding: 0px 15px 0px;
  border-radius: 0px;
}

.stricky-header__two.stricky-header .main-menu__list>li>a {
  padding-top: 35px;
  padding-bottom: 35px;
}


/***
=====================================================
Main Header Three
=====================================================
***/
.main-header-one--three {
  position: relative;
  display: block;
}

.main-header-one--three__top {
  position: relative;
  display: block;
  background: #ffffff;
}

.main-header-one--three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px 25px;
}

.main-header-one--three__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-three {
  position: relative;
  display: block;
  padding: 0px 30px 0px;
  z-index: 1;
}

.logo-three .shape1 {
  position: absolute;
  top: -41px;
  left: 0;
  z-index: -1;
}

.logo-three::before {
  position: absolute;
  top: -32px;
  left: 0;
  bottom: -40px;
  right: 0;
  background: var(--ontech-base);
  content: "";
  z-index: -1;
}

.logo-three a {
  position: relative;
  display: inline-block;
}

.logo-three a img {
  width: 100%;
}

.main-header-one--three .main-header__contact-info {
  padding-left: 55px;
}

.main-header-one--three__top-right {
  position: relative;
  display: block;
}

.main-header-one--three__top-right .social-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-header-one--three__top-right .social-link li {
  position: relative;
  display: inline-block;
}

.main-header-one--three__top-right .social-link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55px;
  background: #f6f4f1;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.main-header-one--three__top-right .social-link li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-black);
  border-radius: 2px;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-header-one--three__top-right .social-link li a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-header-one--three__top-right .social-link li a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one--three__top-right .social-link li a:hover span::before {
  color: #ffffff;
}

.main-header-one--three .main-header-one__bottom-inner {
  padding: 0px 12px 0px;
  padding-left: 0;
}

.main-header-one--three .main-header-one__bottom-left .main-menu__main-menu-box {
  margin-left: 40px;
}

.main-header-one--three .main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-one--three .main-menu__search {
  background: transparent;
  color: #ffffff;
}

.main-header-one--three__bottom-btn {
  position: relative;
  display: block;
  margin-right: 14px;
}

.main-header-one--three__bottom-btn a {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  background: var(--ontech-base);
  border-radius: 3px;
  padding: 10px 40px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one--three__bottom-btn a:hover {
  background: #ffffff;
  color: var(--ontech-black);
}

.stricky-header.stricky-header__three .main-header-one--three__bottom-btn {
  display: none;
}

.stricky-header__three.stricky-header {
  background: var(--ontech-black);
}

.stricky-header__three.stricky-header .main-header-one__bottom-inner {
  padding: 0px 15px 0px;
  border-radius: 0px;
}

.stricky-header__three.stricky-header .main-menu__list>li>a {
  padding-top: 35px;
  padding-bottom: 35px;
}


/***
=============================================
Main Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
    z-index: 1;
}

.main-slider-one__inner {
  position: relative;
  display: block;
}

.main-slider-one__single {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  height: 610px;
}

.main-slider-one__single .shape1 {
  position: absolute;
  right: 160px;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}

.main-slider-one .active .main-slider-one__single .shape1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1500ms ease;
  transition-delay: 200ms;
}

.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2f2f2f;
  background-blend-mode: overlay;
  opacity: 1;
  background-position: center center;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.main-slider-one .active .image-layer {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main-slider-one__content {
  position: relative;
  display: block;
  padding: 190px 0px 190px;
  z-index: 5;
}

.main-slider-one__content .tagline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one__content .tagline::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--ontech-base);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  content: "";
}

.main-slider-one__content .tagline::after {
  position: absolute;
  top: 8px;
  left: 3px;
  bottom: 0;
  right: 0;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  width: 9px;
  height: 9px;
  background: #ffffff;
  content: "";
}

.main-slider-one__content .tagline h6 {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one__content .title h2 {
  color: #ffffff;
  font-size: 85px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.main-slider-one__content .text {
  position: relative;
  display: block;
  margin-bottom: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one__content .text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.main-slider-one__content-btn {
  position: relative;
  display: block;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}


.main-slider-one .active .main-slider-one__content .tagline,
.main-slider-one .active .main-slider-one__content .title,
.main-slider-one .active .main-slider-one__content .text,
.main-slider-one .active .main-slider-one__content-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}



.main-slider-one .owl-theme .owl-nav {
  position: absolute;
  top: 47%;
  left: 0%;
  right: 0%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  transform: translateY(-50%);
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next,
.main-slider-one .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 75px;
  background: #ffffff;
  border-radius: 2px;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-one .owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 8px;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 9px;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-one .owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--ontech-black);
  background: var(--ontech-base);
}

.main-slider-one .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}


/***
=============================================
Main Slider Two
=============================================
***/
.main-slider-one.style2 {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-one.style2 .image-layer {
  background: #312f356b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.main-slider-one.style2 .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 815px;
  background-repeat: no-repeat;
  z-index: 1;
  display: none;
}

.main-slider-one.style2 .shape2 {
  position: absolute;
  bottom: 100px;
  right: 40px;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
}

.main-slider-one.style2 .active .main-slider-one__single .shape2 {
  opacity: 1;
  transform: translate(0);
  transition: all 1800ms ease;
  transition-delay: 400ms;
}

.main-slider-one.style2 .owl-theme .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 55px;
  left: 0;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 0px;
  line-height: 0px;
  z-index: 100;
  float: right;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next,
.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 75px;
  background: #ffffff;
  border-radius: 2px;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
  float: right;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev {
  float: right;
  left: auto;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: auto;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: var(--ontech-base);
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}


.main-slider-one.style2 .owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  z-index: 999;
}

.main-slider-one.style2 .owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #ffffff;
  margin: 16px 0px;
  padding: 0px;
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
}

.main-slider-one.style2 .owl-carousel .owl-dots .owl-dot::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 2px solid #f1f3f2;
  content: "";
  transform: scale(0.5);
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  opacity: 0;
}

.main-slider-one.style2 .owl-carousel .owl-dots .owl-dot.active::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-slider-one.style2 .owl-theme .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
Main Slider Three
=============================================
***/
.main-slider-one.style3 {
  position: relative;
  display: block;
}

.main-slider-one.style3 .shape3 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-one.style3 .shape4 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-one.style3 .shape5 {
  position: absolute;
  top: 65px;
  right: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-one.style3 .outer-content {
  position: absolute;
  top: -130px;
  top: -30px;
  right: 294px;
  bottom: -140px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(218deg);
  width: max-content;
  text-align: center;
  line-height: 0;
  background: transparent;
  z-index: 2;
  padding: 0px 8px 30px;
  opacity: 0;
  transition: opacity 1200ms ease, top 1200ms ease;
}

.main-slider-one.style3 .active .outer-content {
  opacity: 1;
  top: -130px;
}

.main-slider-one.style3 .outer-content .outer-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-base);
  opacity: 0.5;
  mix-blend-mode: overlay;
  z-index: -1;
}

.main-slider-one.style3 .outer-content h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider-one.style3 .main-slider-one__content {
  padding: 205px 0px 165px;
}

.main-slider-one.style3 .main-slider-one__content .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one.style3 .active .main-slider-one__content .img-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one.style3 .main-slider-one__content .img-box img {
  width: auto;
}

.main-slider-one.style3 .main-slider-one__content-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-one {
  position: relative;
  display: block;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two {
  position: relative;
  display: block;
  margin-left: 10px;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two .thm-btn {
  background: #ffffff;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two .thm-btn:hover {
  color: var(--ontech-black);
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two .thm-btn::before {
  background: var(--ontech-base);
}

/***
=============================================
  Page Header
=============================================
***/
.page-header {
  position: relative;
  display: block;
  padding: 215px 0px 170px;
  overflow: hidden;
  margin-top: -65px;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #474542;
  background-blend-mode: overlay;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 800px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.page-header .shape1 {
  position: absolute;
  right: 110px;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: overlay;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
  margin-top: 4px;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--ontech-font);
  padding-left: 10px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--ontech-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--ontech-base);
}

/***
=============================================
Intro One
=============================================
***/
.intro-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 80px;
  z-index: 1;
}

.intro-one .shape2 {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: -1;
}

.intro-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.intro-one__single-img {
  position: relative;
  display: block;
}

.intro-one__single-img .icon-box {
  position: absolute;
  left: 0;
  bottom: -45px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  z-index: 5;
}

.intro-one__single-img .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 53px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.intro-one__single:hover .intro-one__single-img .icon-box span::before {
  transform: scale(0.9);
}

.intro-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.intro-one__single-img .inner:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #000000;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;

}

.intro-one__single:hover .intro-one__single-img .inner:after {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.intro-one__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7px;
  background: var(--ontech-base);
  content: "";
  z-index: 2;
}

.intro-one__single-img .inner img {
  width: 100%;
  transition: all 700ms ease;
}

.intro-one__single:hover .intro-one__single-img .inner img {
  transform: scaleY(1.1);
}

.intro-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.35);
  padding: 57px 10px 50px;
  z-index: 1;
}

.intro-one__single-content .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

.intro-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.intro-one__single-content h2 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intro-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.intro-one__single-content p {
  margin: 0;
}

/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  padding: 0px 0px 110px;
  z-index: 1;
}

.about-one .shape5 {
  position: absolute;
  left: 45px;
  bottom: 120px;
  z-index: -1;
}

.about-one .shape6 {
  position: absolute;
  top: -130px;
  right: 0;
  z-index: -1;
}

.about-one__content {
  position: relative;
  display: block;
  margin-right: -42px;
}

.about-one__content .sec-title {
  padding-bottom: 28px;
}

.about-one__content-text1 {
  position: relative;
  display: block;
}

.about-one__content-text1 p {
  font-size: 18px;
  line-height: 34px;
}

.about-one__content-text1 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 42px;
}

.about-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 28px;
}

.about-one__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-one__content-text2-single .icon-box {
  position: relative;
  display: block;
  margin-top: 7px;
  z-index: 1;
}

.about-one__content-text2-single .icon-box .shape1 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 45px;
  background: #ffd387;
  border-radius: 50%;
  z-index: -1;
}

.about-one__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 65px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-one__content-text2-single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-one__content-text2-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-one__content-text2-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.about-one__content-text2-single .content-box p {
  margin: 0;
}


.about-one__content-text3 {
  position: relative;
  display: block;
  margin-top: 50px;
}

.about-one__content-text3-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 255px;
  width: 100%;
  background: var(--ontech-base);
  padding: 30px 0px 22px;
  z-index: 1;
}

.about-one__content-text3-progress .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about-one__content-text3-progress .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-one__content-text3-progress .progress-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-one__content-text3-progress .progress-box .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.about-one__content-text3-progress .progress-box .graph-outer .count-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.about-one__content-text3-progress .progress-box .graph-outer .count-text {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-one__content-text3-progress .progress-box .graph-outer .count-Parsent {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  font-weight: 600;
}

.about-one__content-text3-progress .title-box {
  position: relative;
  display: block;
  margin-top: 18px;
}

.about-one__content-text3-progress .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}


.about-one__content-text3-content {
  position: relative;
  display: block;
}

.about-one__content-text3-content p {
  margin: 0;
}

.about-one__content-text3-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 17px;
}

.about-one__content-text3-content ul li {
  position: relative;
  display: block;
}

.about-one__content-text3-content ul li p {
  margin: 0;
}

.about-one__content-text3-content ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 17px;
  top: 1px;
}


.about-one__img {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  float: right;
}

.about-one__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
  float: right;
  margin-bottom: 30px;
  z-index: 1;
}

.about-one__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-one__img1:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-one__img1:hover img {
  transform: scale(1);
}

.about-one__img2 {
  position: relative;
  display: block;
  float: right;
}

.about-one__img2 .shape4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  margin: -85px auto 0px;
  z-index: 5;
}

.about-one__img2 .shape4 img {
  width: auto;
}

.about-one__img2 ul {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-one__img2 ul li {
  position: relative;
  display: block;
}

.about-one__img2 ul li .img-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__img2 ul li .img-box1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-one__img2 ul li .img-box1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img2 ul li .img-box1 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-one__img2 ul li .img-box1:hover img {
  transform: scale(1);
}

.about-one__img2 ul li .img-box2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 30px;
  z-index: 1;
}

.about-one__img2 ul li .img-box2::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-one__img2 ul li .img-box2:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img2 ul li .img-box2 img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.about-one__img2 ul li .img-box2:hover img {
  transform: scale(1);
}

/***
=============================================
Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  background: #170e03;
  padding: 110px 0px 195px;
  z-index: 1;
}

.services-one .shape3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-one .shape4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-one .shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-one .shape6 {
  position: absolute;
  top: 0;
  right: 390px;
  z-index: -1;
}

.services-one .shape7 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape8 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape9 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape10 {
  position: absolute;
  bottom: 0;
  right: 300px;
  z-index: -1;
}

.services-one .shape11 {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape12 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-one .container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.services-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 57px;
}

.services-one__top .sec-title {
  padding-bottom: 0px;
}

.services-one__top .sec-title__tagline .text p {
  color: #ffffff;
}

.services-one__top .sec-title__title {
  color: #ffffff;
}

.services-one__top-text {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.services-one__top-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.services-one__single {
  position: relative;
  display: block;
  background: #000000;
  margin-bottom: 30px;
  padding: 45px 35px 60px;
  z-index: 1;
}

.services-one__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}

.services-one__single-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  z-index: 1;
}

.services-one__single-icon .shape1 {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 45px;
  height: 45px;
  background: #392710;
  border-radius: 50%;
  z-index: -1;
}

.services-one__single-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__single-icon span::before {
  transform: scale(0.9);
}

.services-one__single-content {
  position: relative;
  display: block;
}

.services-one__single-content h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.services-one__single-content h2 a {
  color: #ffffff;
}

.services-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.services-one__single-content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.services-one__bottom {
  position: relative;
  display: block;
  padding-top: 76px;
}

.services-one__bottom h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 37px;
}

.services-one__bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.services-one__bottom .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 51px;
}


/***
=============================================
Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one .shape1 {
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

.video-one .shape2 {
  position: absolute;
  top: 100px;
  right: -45px;
  opacity: 0.2;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
  padding: 215px 0px 173px;
  text-align: center;
  margin-top: -100px;
  z-index: 1;
}

.video-one__inner .shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  z-index: -1;
}


.video-one__icon {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 5;
}

.video-one__icon a {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  background: var(--ontech-base);
  text-align: center;
  color: var(--ontech-black);
  font-size: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}

.video-one__icon a:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.video-one__icon .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__icon .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__icon .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-one__inner .title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 39px;
}

.video-one__inner .title-box h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

/***
=============================================
Testimonial One
=============================================
***/
.testimonial-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.testimonial-one .container {
  position: static;
  max-width: 1505px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.testimonial-one__inner {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-img {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  z-index: 1;
}

.testimonial-one__single-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  z-index: 1;
}

.testimonial-one__single-img img {
  width: 100%;
}

.testimonial-one__single-content {
  position: relative;
  display: block;
  background: #f9f7f7;
  padding: 40px 25px 40px;
  flex: 1;
  z-index: 1;
}

.testimonial-one__single-content-top {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-content-top .icon-box {
  position: relative;
  display: block;
}

.testimonial-one__single-content-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #434343;
  font-size: 60px;
}

.testimonial-one__single-content-top .rating-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 8px 15px 7px;
  margin-left: 30px;
}


.testimonial-one__single-content-middle {
  position: relative;
  display: block;
  margin-top: 20px;
}

.testimonial-one__single-content-middle h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-one__single-content-middle p {
  font-size: 17px;
  line-height: 34px;
}

.testimonial-one__single-content-bottom {
  position: relative;
  display: block;
  margin-top: 42px;
  padding-left: 12px;
  padding-bottom: 6px;
}

.testimonial-one__single-content-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--ontech-base);
  content: "";
}

.testimonial-one__single-content-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: var(--ontech-base);
  content: "";
}

.testimonial-one__single-content-bottom h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonial-one__single-content-bottom p {
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
}


/***
=============================================
Projects One
=============================================
***/
.projects-one {
  position: relative;
  display: block;
  background: #170f04;
  padding: 110px 0px 145px;
  z-index: 1;
}

.projects-one .shape5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.projects-one .shape6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.projects-one .container {
  position: static;
  max-width: 1800px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.projects-one .sec-title__tagline .text p {
  color: #ffffff;
}

.projects-one .sec-title__title {
  color: #ffffff;
}

.projects-one .sec-title__tagline::before {
  background: #432c05;
}

.projects-one .sec-title__tagline .round-box::before {
  background: #432c05;
}

.projects-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.projects-one__single-img {
  position: relative;
  display: block;
}

.projects-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.projects-one__single-img .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.projects-one__single:hover .projects-one__single-img .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.projects-one__single-img .inner img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.projects-one__single:hover .projects-one__single-img .inner img {
  transform: scale(1);
}

.projects-one__single-img .inner .overlay-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #faf8ec;
  padding: 32px 40px 29px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 5;
}

.projects-one__single-img .inner .overlay-content .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content .shape2 {
  position: absolute;
  bottom: 0;
  left: 22px;
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.projects-one__single-img .inner .overlay-content .content-box {
  position: relative;
  display: block;
  flex: 1;
}

.projects-one__single-img .inner .overlay-content .content-box .text1 {
  position: relative;
  color: var(--ontech-base);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 2px;
}

.projects-one__single-img .inner .overlay-content .content-box .text1::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--ontech-base);
  content: "";
}

.projects-one__single-img .inner .overlay-content .content-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.projects-one__single-img .inner .overlay-content .content-box h3 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.projects-one__single-img .inner .overlay-content .content-box h3 a:hover {
  color: var(--ontech-base);
}

.projects-one__single-img .inner .overlay-content .content-box .text2 {
  margin: 0;
}

.projects-one__single-img .inner .overlay-content .icon-box {
  position: relative;
  display: block;
}

.projects-one__single-img .inner .overlay-content .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--ontech-base);
  border-radius: 50%;
  border: 2px solid var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img .inner .overlay-content .icon-box a:hover {
  background: var(--ontech-black);
}

.projects-one__single-img .inner .overlay-content .icon-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img .inner .overlay-content .icon-box a:hover span::before {
  color: #ffffff;
}



