.blog-pagination a,
.blog-pagination span,
body {
  font-size: 18px;
  font-weight: 400;
  color: var(--notech-gray);
}

html {
  scroll-behavior: smooth;
}

.blog-pagination a + a,
.blog-pagination a + span,
.blog-pagination span + a,
.blog-pagination span + span,
.carousel-dot-style-1 .owl-dots .owl-dot + .owl-dot,
.main-header__top-address li .text {
  margin-left: 10px;
}

.blog-one__meta li a,
.main-header__top-right-menu li a,
.main-menu__call-number h5 a span,
.services-one__single:hover .services-one__text,
a,
body {
  color: var(--notech-gray);
}

.megamenu-box__btns,
.megamenu-box__single a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.megamenu-box__btns .thm-btn,
.thm-btn {
  outline: 0 !important;
}

.feature-one--service-two-page .row,
.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.carousel--have-shadow .owl-stage-outer,
.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.megamenu-box__img,
.page-wrapper,
.thm-btn,
body.locked {
  overflow: hidden;
}

.cart-table tbody td,
.cart-table tbody tr,
.megamenu-box__btns .thm-btn,
.thm-btn {
  vertical-align: middle;
}

:root {
  --notech-font: "Kumbh Sans", sans-serif;
  --notech-reey-font: "reeyregular";
  --notech-gray: #000;
  --notech-gray-rgb: 119, 113, 129;
  --notech-white: #fff;
  --notech-white-rgb: 255, 255, 255;
  --notech-black: #1b1525;
  --notech-black: #000;
  --notech-black-rgb: 27, 21, 37;
  --logo: #f57e20;
  --logo: #f97316;
  --logo-rgb: 102, 83, 232;
  --notech-primary: #2be4ac;
  --notech-primary-rgb: 43, 228, 172;
  --notech-extra: #f7f7f9;
  --notech-extra-rgb: 247, 247, 249;
  --notech-bdr-color: #e9e9ee;
  --notech-bdr-color-rgb: 233, 233, 238;
}

.row {
  --bs-gutter-x: 30px;
}

body {
  font-family: var(--notech-font);
  line-height: 32px;
  overflow-x: hidden !important;
}

body p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--notech-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.carousel--have-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.carousel--have-shadow .owl-item.active,
.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.carousel-dot-style-1 .owl-dots {
  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;
}

.carousel-dot-style-1 .owl-dots .owl-dot span {
  margin: 0;
  background-color: var(--notech-black);
  opacity: 0.3;
  width: 10px;
  height: 10px;
  display: block;
}

.carousel-dot-style-1 .owl-dots .owl-dot.active span,
.carousel-dot-style-1 .owl-dots .owl-dot:hover span {
  opacity: 1;
  background-color: var(--logo);
}

.blog-details__meta,
.blog-details__social-list,
.blog-one__meta,
.blog-pagination,
.blog-sidebar__bottom,
.blog-sidebar__meta,
.mobile-nav__social,
.projectc-details__pagination li,
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-pagination a,
.blog-pagination span {
  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;
  border: 1px solid var(--notech-bdr-color);
  line-height: 1;
  padding: 12px 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-pagination .current,
.blog-pagination a:hover {
  color: #fff;
  background-color: var(--logo);
  border-color: var(--logo);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--notech-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-nav__container,
.mobile-nav__content .main-menu__list ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#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;
}

.thm-btn {
  position: relative;
  display: inline-block;
  background-color: var(--logo);
  color: var(--notech-white);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  z-index: 1;
}

.thm-btn:hover {
  color: #000;
  background-color: #fff;
}

.thm-btn:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 25px;
}

.section-title__tagline,
.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  color: var(--logo);
  font-size: 30px;
  font-weight: 700;
  padding-left: 16px;
}

.section-title-shape {
  position: absolute;
  top: -2px;
  left: 0;
}

.main-menu__call-icon img,
.main-slider-three__img img,
.main-slider-three__shadow img,
.main-slider-three__shape-1 img,
.main-slider-two__shape-1 img,
.main-slider-two__shape-2 img,
.main-slider__shape-1 img,
.main-slider__shape-2 img,
.main-slider__shape-3 img,
.section-title-shape img {
  width: auto;
}

.section-title__title {
  margin: 0;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  padding-left: 16px;
}

.line_design {
  text-align: center;
  font-size: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.preloader,
.scroll-to-top {
  position: fixed;
  text-align: center;
}

.line_design::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: #000;
  top: 60px;
  margin-top: 10p;
}

.line_design::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background-color: #f57e20;
  border-radius: 100px;
  top: 59px;
}

.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: 0 !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: 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(--logo);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #fff;
  background: var(--notech-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--logo);
  color: #fff;
  cursor: pointer;
}

.preloader {
  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;
}

.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;
}

.scroll-to-top {
  width: 45px;
  height: 45px;
  background: var(--logo);
  bottom: 40px;
  right: 40px;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  border-radius: 50%;
}

.blog-sideabr__left,
.blog-sidebar__content,
.blog-sidebar__img,
.blog-sidebar__single,
.business-from-two__content,
.business-from-two__icon,
.contact-one__right,
.counter-two__count-box-inner,
.main-header,
.main-header__top,
.main-header__top-inner,
.notech-more__img,
.notech-more__left,
.notech-more__points li,
.notech-more__right,
.project-two,
.project-two__bottom,
.project-two__container,
.project-two__top-left,
.project-two__top-right,
.sidebar__search,
.testimonial-two,
.testimonial-two__single,
.testimonial-two__single-inner,
.thm-breadcrumb {
  display: block;
  position: relative;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover,
.stricky-header.main-menu-two {
  background-color: var(--notech-black);
}

.scroll-to-top:hover i,
section.clients .section-title__title {
  color: #fff;
}

.main-header__top-address li .text p a:hover,
.main-header__top-right-menu li a:hover,
.main-header__top-right-social a:hover,
.main-menu .mobile-nav__toggler,
.main-menu__call-number h5 a:hover,
.main-menu__search:hover,
.megamenu-box__single a:hover .megamenu-box__text,
.mobile-nav__buttons a:hover,
.mobile-nav__contact li a:hover,
.mobile-nav__content .main-menu__list li a.expanded,
.mobile-nav__social a:hover {
  color: var(--logo);
}
.main-header__top-right-social .main-menu__list li {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 20px;
  cursor: pointer;
}
.main-header__top-right-social .main-menu__list li ul {
  min-width: 100px !important;
  text-align: left;
  border-radius: 8px;
  margin-top: 15px;
}

.main-header {
  background-color: transparent;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-header__top-inner {
  padding: 4px 80px;
  border-bottom: 1px solid #e9e9ee2b;
}

.mobile-nav__container,
.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header__top-left,
.main-menu__left,
.main-menu__main-menu-box {
  position: relative;
  display: block;
  float: left;
}

.main-header__top-address,
.main-header__top-address li,
.main-header__top-address li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-address li + li {
  margin-left: 40px;
}

.main-header__top-address li .icon span {
  font-size: 12px;
  color: var(--logo);
}

.main-header__top-address li .text p {
  font-size: 14px;
  line-height: 34px;
}

.main-header__top-address li .text p a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-header__top-right {
  position: relative;
  display: block;
  float: right;
  margin-top: 10px;
}

.main-header__top-right-content,
.main-menu__call,
.main-menu__call-icon,
.main-menu__search-call,
.main-slider__btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header__top-right-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.get-to-know__points li,
.get-to-know__points li .icon,
.main-header__top-right-social,
.main-header__top-right-social a,
.sidebar__category-list li a span,
.sidebar__post-list li,
.trusted-company__points li,
.trusted-company__points li .icon {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.main-header__top-right-menu li,
.main-menu__wrapper,
.main-slider-two,
.megamenu-box,
.megamenu-box__single {
  position: relative;
  display: block;
}

.main-header__top-right-menu li + li,
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 30px;
}

.main-header__top-right-menu li a {
  position: relative;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-header__top-right-menu li a:before {
  position: absolute;
  top: 3px;
  right: -16px;
  height: 10px;
  width: 1px;
  content: "";
  background-color: var(--notech-gray);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.main-header__top-right-menu li:last-child a:before,
.main-menu .main-menu__list li ul li > ul ul,
.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.main-header__top-right-social {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  z-index: 1;
}

.main-header__top-right-social:before {
  position: absolute;
  top: -14px;
  bottom: -13px;
  left: 0;
  right: -100000000000px;
  content: "";
  z-index: -1;
}

.main-header__top-right-social a {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  color: var(--logo);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-menu__call-number h5 a,
.main-menu__search {
  -webkit-transition: 0.5s;
  color: var(--notech-black);
}

.main-header__top-right-social a + a {
  margin-left: 25px;
}

.main-menu {
  position: relative;
  display: block;
  padding: 0 80px;
  z-index: 91;
  background-color: #000;
  background-color: #ffffff;
}

.main-menu__logo {
  position: relative;
  display: block;
  float: left;
  padding: 10px;
  margin-right: 80px;
  border-radius: 10px;
}

.main-menu__right {
  position: relative;
  display: block;
  float: right;
  padding: 20px 0;
}

.main-menu__call-number,
.project-details__points li .text,
.service-details__benefits-points li .text,
.why-choose-one__points li .text {
  margin-left: 15px;
}

.main-menu__call-number p,
.pricing__text {
  font-size: 14px;
  line-height: 27px;
}

.main-menu__call-number h5,
.product__showing-text,
.review-form-one__rate-text {
  font-size: 16px;
  font-weight: 400;
}

.main-menu__call-number h5 a {
  transition: 0.5s;
}

.main-menu__call-number h5 a span {
  font-size: 16px;
}

.main-menu__search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 75px;
}

.main-menu__search-box:before {
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -30px;
  content: "";
  background-color: var(--notech-bdr-color);
  width: 1px;
}

.main-menu__search {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s;
}

.stricky-header.main-menu {
  padding: 0 80px;
  background-color: #000000ad;
}

.blog-details__social-list a:after,
.comment-one__btn,
.contact-details__info li:hover .icon,
.cta-one__btn:after,
.main-menu .main-menu__list > li:hover > a::before,
.megamenu-box__btns .thm-btn,
.services-three__single:hover .services-three__icon,
.tech-services__img-content,
.tech-services__points li:hover .icon,
.welcome__content {
  background-color: var(--logo);
}

.stricky-header .main-menu__main-menu-box {
  position: relative;
  display: block;
  text-align: center;
  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;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  color: #f57e20;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  height: 2px;
  border-radius: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.main-menu__list li ul,
.main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  -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-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.main-menu .main-menu__list li ul li,
.main-menu .main-menu__list li ul > li,
.stricky-header .main-menu__list li ul li,
.stricky-header .main-menu__list li ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.mobile-nav__contact li > i,
.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--logo);
  color: #fff;
  text-align: center;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--notech-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--notech-black);
  letter-spacing: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: transparent;
  color: var(--logo) !important;
}

.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 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

.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;
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--notech-black);
  cursor: pointer;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-menu .mobile-nav__toggler:hover,
.main-menu-three .main-menu__call-number h5 a:hover,
.main-menu-three .main-menu__search:hover,
.main-menu-two .main-menu__call-number h5 a:hover,
.main-menu-two .main-menu__search:hover {
  color: var(--notech-primary);
}

.main-header--one {
  position: fixed;
}

.main-menu .main-menu__list .megamenu,
.main-menu__left--two {
  position: static;
}

.main-menu__main-menu-box--two,
.stricky-header .main-menu__main-menu-box--two {
  left: 5%;
  position: relative;
}

.main-menu .main-menu__list .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.megamenu-box__inner {
  position: relative;
  display: block;
  background: var(--notech-white);
  padding: 40px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}

.megamenu-box__inner .row {
  --bs-gutter-x: 40px;
}

.megamenu-box__single a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important;
}

.megamenu-box__img {
  position: relative;
  display: block;
  background-color: var(--notech-black);
}

.megamenu-box__single:hover .megamenu-box__img img {
  opacity: 0.75;
}

.blog-one__img img,
.blog-two__img img,
.megamenu-box__img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.megamenu-box__text {
  color: var(--notech-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0 0;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.megamenu-box__btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.megamenu-box__btns .thm-btn {
  position: relative;
  display: inline-block;
  color: var(--notech-white) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 40px !important;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  overflow: hidden;
  z-index: 1;
  width: 165px;
}

.blog-one__img > a,
.mobile-nav__contact li,
.mobile-nav__contact li > i,
.mobile-nav__content .logo-box,
.mobile-nav__content .main-menu__list li a,
.mobile-nav__top,
.search-popup,
.search-popup__content .thm-btn,
.search-popup__content form,
.trusted-source__icon {
  display: -webkit-box;
  display: -ms-flexbox;
}

.faq-page__tab-box .tab-buttons .tab-btn + .tab-btn,
.megamenu-box__btns .thm-btn + .thm-btn,
.sidebar__post-list li + li,
.team-one__social li + li {
  margin-top: 10px;
}

.megamenu-box__single:hover .megamenu-box__btns {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  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 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--notech-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s, transform 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}

.mobile-nav__content .notech-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--notech-extra);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  margin-left: 10px;
}

.mobile-nav__content .main-menu__list .megamenu ul {
  margin-left: 0;
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: var(--notech-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav__content .main-menu__list li a button {
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
  color: var(--notech-black);
}

.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: 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(--notech-text-dark);
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--notech-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--notech-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total li + li,
.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mobile-nav__contact li > i {
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  margin-right: 10px;
}

.main-header-three,
.main-header-two {
  background: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business-from-bg,
.helping__left-bg,
.main-slider .image-layer,
.main-slider-three-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.main-header-two .main-header__top-inner {
  background-color: var(--notech-black);
  border: 0;
}

.main-header-two .main-header__top-address li .text p,
.main-header-two .main-header__top-address li .text p a,
.main-header-two .main-header__top-right-menu li a,
.main-header-two .main-header__top-right-social a,
.main-menu-two .main-menu__call-number h5 a span,
.main-menu-two .main-menu__call-number p {
  color: #aea8b9;
}

.main-header-two .main-header__top-address li .text p a:hover,
.main-header-two .main-header__top-right-menu li a:hover,
.main-header-two .main-header__top-right-social a:hover,
.main-menu-three .main-menu__call-number h5 a,
.main-menu-three .main-menu__call-number h5 a span,
.main-menu-three .main-menu__call-number p,
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.main-menu-three .main-menu__list > li > a,
.main-menu-three .main-menu__search,
.main-menu-two .main-menu__call-number h5 a,
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li > a,
.main-menu-two .main-menu__search,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
  color: var(--notech-white);
}

.main-header-two .main-header__top-right-menu li a:before {
  background-color: #aea8b9;
}

.main-header-two .main-header__top-right-social:before {
  background-color: #100d17;
}

.main-header-three:before,
.main-menu-three .main-menu__search-box:before,
.main-menu-two .main-menu__search-box:before,
.main-menu-two:before {
  background-color: rgba(var(--notech-white-rgb), 0.1);
}

.main-header-three:before,
.main-menu-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
}

.get-solutions__text a:before,
.main-menu-three .main-menu__list > li.current > a::before,
.main-menu-three .main-menu__list > li:hover > a::before,
.main-menu-three .main-menu__list > li > a::before,
.main-menu-two .main-menu__list > li.current > a::before,
.main-menu-two .main-menu__list > li:hover > a::before,
.main-menu-two .main-menu__list > li > a::before,
.main-slider-two__btn:after,
.main-slider__video-icon:hover,
.stricky-header.main-menu-three .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before,
.tech-services__points li .icon {
  background-color: var(--notech-primary);
}

.main-menu-three {
  padding: 0 80px;
}

.main-menu-three .main-menu__search-box {
  margin-right: 0;
}

.stricky-header.main-menu-three {
  padding: 0 80px;
  background-color: var(--logo);
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.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: var(--notech-black);
  opacity: 0.75;
  cursor: pointer;
}

#main-slider-pagination .swiper-pagination-bullet,
.blog-one__img > a:hover > span::after,
.blog-one__img > a:hover > span::before,
.main-slider-three__btn:hover:after,
.main-slider-two__btn,
.main-slider__video-icon,
.site-footer__btn:after,
.site-footer__social a:after {
  background-color: var(--notech-white);
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  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: 0;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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(--logo);
  border: 0;
}

.search-popup__content .thm-btn:hover:before {
  height: 480%;
  width: 200px;
}

.search-popup__content .thm-btn i {
  margin: 0;
}

.main-slider {
  overflow: hidden;
  position: relative;
  /* margin-bottom: 72px; */
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #0000008a;
}

.main-slider .container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 245px;
  z-index: 30;
}

.ban_video,
.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1.5s ease-in, -webkit-transform 7s;
  transition: transform 7s, opacity 1.5s ease-in, -webkit-transform 7s;
  background-blend-mode: luminosity;
  background-color: var(--notech-black);
  /* opacity: 0.5; */
  z-index: 1;
}

.main-slider__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(470px);
  transform: translateX(470px);
  opacity: 0;
  z-index: 1;
}

.swiper-slide-active .main-slider__shape-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  -webkit-transform: translateX(495px);
  transform: translateX(495px);
  opacity: 0;
  z-index: 1;
}

.main-slider-two__shape-1,
.main-slider-two__shape-2,
.main-slider__shape-3 {
  bottom: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.swiper-slide-active .main-slider__shape-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
}

.main-slider__shape-3 {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-385px);
  transform: translateX(-385px);
  opacity: 0;
}

.swiper-slide-active .main-slider__shape-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s 2s;
  transition: 1s 2s;
}

.main-slider h2,
.main-slider p {
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}

.main-slider__content {
  display: block;
  text-align: center;
  position: relative;
  left: 3%;
  top: 126%;
}

.ban_head span {
  font-size: 20px;
}

.main-slider__btn-video-box,
.main-slider__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}

.main-slider p {
  font-size: 36px;
  color: #f57e20;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 0.1em;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  text-shadow: 0.5px 0.5px 0 #fff;
}

.main-slider h2 {
  font-size: 150px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 150px;
  margin-bottom: 10px;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}

.main-slider__btn-video-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}

.main-slider__video-link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
}

#main-slider-pagination,
.main-slider__video-icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.main-slider__video-icon {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: var(--notech-black);
  border-radius: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.feature-one__title a,
.get-solutions__text a,
.main-slider__video-icon:hover,
.main-slider__video-text {
  color: var(--notech-white);
}

.main-slider__video-icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--notech-white);
  opacity: 0.2;
  z-index: 1;
}

.main-slider__video-icon .ripple:after,
.main-slider__video-icon .ripple:before,
.main-slider__video-link .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 63px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
  border-radius: 50%;
}

.main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider__video-text {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  opacity: 0.7;
  text-align: left;
  margin-left: 25px;
}

.main-slider-two__big-text-1,
.main-slider-two__big-text-2 {
  font-size: 240px;
  -webkit-text-stroke: 1px rgba(var(--notech-white-rgb), 0.1);
  color: transparent;
  line-height: 240px;
  text-transform: uppercase;
}

.main-slider .swiper-slide-active .main-slider-two__btn-box,
.main-slider .swiper-slide-active .main-slider__btn-video-box,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 59px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
  display: none;
}

.main-slider-two__shape-1 {
  position: absolute;
  left: 83px;
  -webkit-transform: translateX(-108%);
  transform: translateX(-108%);
  opacity: 0;
}

.swiper-slide-active .main-slider-two__shape-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.main-slider-two__shape-2 {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.swiper-slide-active .main-slider-two__shape-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.main-slider-two__big-text-1 {
  position: absolute;
  top: 200px;
  left: -54px;
  font-weight: 700;
}

.main-slider-two__big-text-2 {
  position: absolute;
  bottom: 40px;
  right: -51px;
  font-weight: 700;
}

.feature-one__hover-title,
.feature-one__title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.main-slider-two .container {
  padding-top: 353px;
  padding-bottom: 210px;
}

.main-slider-two .main-slider__content {
  text-align: left;
}

.main-slider-two h2 {
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.main-slider-three__btn-box,
.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}

.main-slider-two__btn {
  color: var(--notech-black);
}

.main-slider-two #main-slider-pagination {
  text-align: left;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.blog-three,
.get-to-know__img-box,
.main-slider-three,
.welcome-three__img-box,
.welcome-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--logo);
  z-index: 3;
}

.main-slider-three .container {
  padding-top: 322px;
  padding-bottom: 220px;
}

.main-slider-three-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center;
  opacity: 0.6;
  background-blend-mode: color-burn;
  background-color: var(--logo);
  z-index: -1;
}

.main-slider-three__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
  -webkit-animation: 10s infinite fa-spin;
  animation: 10s infinite fa-spin;
}

.main-slider-three__shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
}

.main-slider-three__img {
  position: absolute;
  bottom: 115px;
  right: 360px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.swiper-slide-active .main-slider-three__img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.main-slider-three__social {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details__img,
.blog-details__left,
.blog-details__pagenation,
.blog-two__carousel,
.blog-two__single,
.business-from__btn-box,
.consult__img,
.consult__points,
.contact-details,
.contact-details__right,
.contact-one__form,
.counter-two__list,
.delivering-it__bottom,
.feature-one__icon,
.footer-widget__contact,
.footer-widget__contact-list,
.footer-widget__contact-list li .icon,
.footer-widget__links,
.footer-widget__newsletter-input-box,
.helping,
.helping__points li,
.main-slider-three__social li,
.page-header,
.project-details__top,
.project-one__content,
.project-one__img,
.project-one__inner,
.project-two__carousel,
.project-two__single,
.project-two__top,
.services-one__bottom,
.services-one__icon,
.services-three__bottom,
.services-two__btn-box,
.sidebar__comments,
.sidebar__comments-list,
.sidebar__comments-list li,
.team-one,
.team-one__img,
.tech-services,
.tech-services__img,
.tech-services__img-box,
.tech-services__left,
.tech-services__points,
.testimonial-one,
.testimonial-one__carousel,
.testimonial-one__single,
.testimonial-two__carousel,
.testimonial-two__client-info,
.testimonial-two__icon,
.trusted-company__img,
.trusted-source__contact-info,
.trusted-source__right,
.we-stand__bottom,
.we-stand__left,
.we-stand__progress-single,
.welcome__left,
.welcome__left-inner-1,
.welcome__single,
.why-choose-one__left,
.why-choose-one__points,
.why-choose-one__points-img,
.why-choose-one__tab-box .tabs-content,
.why-choose-one__tab-content {
  position: relative;
  display: block;
}
.footer-widget__contact-list img {
  height: 80px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.main-slider-three__social li + li {
  margin-top: 17px;
}

.main-slider-three__social li a {
  position: relative;
  display: block;
  font-size: 20px;
  color: var(--notech-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-details__right {
  padding: 20px;
}
.contact-details__right h3 {
  padding-bottom: 15px;
}

.blog-one__meta li a i,
.blog-one__meta li a:hover,
.blog-one__single:hover .blog-one__title a,
.blog-sidebar__bottom:hover .blog-sidebar__arrow,
.blog-sidebar__bottom:hover .blog-sidebar__read-more,
.blog-sidebar__meta li a i,
.blog-sidebar__meta li a:hover,
.blog-sidebar__title a:hover,
.blog-two__meta li a i,
.blog-two__single:hover .blog-two__title a,
.business-from__sub-title,
.feature-one__hover-title a:hover,
.feature-one__icon span,
.feature-one__learn-more a:hover,
.get-solutions__text a:hover,
.helping__text,
.main-slider-three h2 span,
.main-slider-three__social li a:hover,
.project-two__sub-title,
.services-three__learn-more a:hover,
.tech-services__learn-more a:hover,
.thm-breadcrumb li,
.thm-breadcrumb li a,
.trusted-source__contact-info a:hover {
  color: var(--notech-primary);
}

.main-slider-three .main-slider__content {
  position: relative;
  display: block;
  text-align: left;
}

.main-slider-three h2 {
  font-size: 70px;
  color: var(--notech-white);
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 32px;
}

.main-slider-three p {
  font-size: 18px;
  color: #dcd7ff;
  line-height: 33px;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 40px;
}

.blog-one__tag p,
.blog-two__tag p,
.business-from__title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-slider-three__btn {
  background-color: var(--notech-black);
}

.main-slider-three__btn:hover {
  color: var(--logo);
}

.get-solutions {
  position: relative;
  display: block;
  background-color: var(--logo);
}

.get-solutions__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 42px 0 45px;
}

.get-solutions__text {
  color: #dcd7ff;
}

.get-solutions__text a {
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.get-solutions__text a:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
}

.feature-one {
  position: relative;
  display: block;
  padding: 50px 0;
  margin-top: -130px;
}

.blog-one--carousel,
.cta-one-two,
.feature-one--service-two-page,
.gallery-page--carousel,
.project-page-one--carousel,
.project-page-two--carousel,
.team-page--carousel,
.testimonial-page--carousel {
  padding-bottom: 120px;
}

.feature-one--service-two-page .feature-one__single {
  margin-bottom: 0;
}

.feature-one--service-two-page .carousel-dot-style-1 .owl-dots {
  margin-top: 30px !important;
}

.blog-one__single,
.cart-cupon__form,
.delivering-it__single,
.feature-one__single,
.gallery-page__single,
.project-one__single,
.project-page-two .project-two__single,
.services-three__single,
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.delivering-it__img,
.feature-one__img,
.gallery-page__img,
.product__all-img,
.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.feature-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--notech-black-rgb), 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 1;
}

.feature-one__single:hover .feature-one__img:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.delivering-it__img img,
.feature-one__img img,
.gallery-page__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.feature-one__single:hover .feature-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.feature-one__title-box {
  position: absolute;
  left: 50px;
  bottom: 52px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 5;
}

.feature-one__single:hover .feature-one__title-box {
  opacity: 0;
  visibility: hidden;
}

.feature-one__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 50px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 3;
}

.feature-one__single:hover .feature-one__hover-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-one__bottom,
.blog-one__bottom a,
.counter-one__icon,
.feature-one__learn-more,
.feature-one__learn-more a,
.trusted-source__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  position: relative;
}

.feature-one__icon span {
  font-size: 66px;
  position: relative;
  display: inline-block;
}

.feature-one__hover-title {
  margin-top: 21px;
  margin-bottom: 20px;
}

.feature-one__hover-title a {
  color: var(--notech-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-one__hover-text {
  font-size: 16px;
  color: #aea8b9;
  line-height: 30px;
}

.feature-one__learn-more {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 31px;
}

.feature-one__learn-more a {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--logo);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-one__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.contact-one,
.contact-page,
.faq-page,
.get-to-know,
.trusted-company,
.why-choose-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.contact-details__img,
.get-to-know__left {
  position: relative;
  display: block;
  margin-right: 100px;
}

.blog-one__img,
.blog-two__img,
.get-to-know__img,
.helping-wrapper,
.product-details__img,
.services-three__img,
.trusted-company__points-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.get-to-know__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.get-to-know__img-box:hover .get-to-know__img:after {
  -webkit-animation: 1.5s shine;
  animation: 1.5s shine;
}

.blog-details__img img,
.blog-sidebar__img img,
.consult__img img,
.contact-details__img img,
.get-to-know__img img,
.notech-more__img img,
.tech-services__img img,
.trusted-company__img img {
  width: 100%;
}

.get-to-know__small-img {
  position: absolute;
  bottom: -94px;
  right: -100px;
  z-index: 2;
}

.get-to-know-shape-1 img,
.get-to-know__small-img img,
.testimonial-one-shape img {
  width: auto;
}

.get-to-know__client-box {
  position: absolute;
  top: 90px;
  left: -100px;
  background-color: var(--logo);
  padding: 18px 50px 28px;
  z-index: 2;
}

.get-to-know__client-box::after {
  position: absolute;
  top: -30px;
  right: 0;
  content: "";
  width: 0;
  border-left: 40px solid transparent;
  border-bottom: 30px solid var(--logo);
}

.get-to-know__client-box h3,
.get-to-know__plus {
  font-size: 24px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 34px !important;
  font-family: var(--notech-font) !important;
}

.get-to-know__client-text {
  font-size: 14px;
  color: #dcd7ff;
  line-height: 14px;
}

.get-to-know__client-box .odometer-formatting-mark {
  display: none;
}

.get-to-know-shape-1 {
  position: absolute;
  bottom: -200px;
  left: -187px;
  -webkit-animation: 10s infinite fa-spin;
  animation: 10s infinite fa-spin;
  z-index: -1;
}

.get-to-know__right {
  position: relative;
  display: block;
  margin-left: 100px;
}

.consult__left .section-title,
.get-to-know__right .section-title,
.similar-project .project-two__single,
.tech-services__right .section-title,
.welcome__content-two.marb-30,
.welcome__content.marb-30,
.welcome__right .section-title {
  margin-bottom: 30px;
}

.get-to-know__points {
  position: relative;
  display: block;
  margin-top: 31px;
  margin-bottom: 37px;
}

.get-to-know__points li {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__points li + li {
  margin-top: 4px;
}

.get-to-know__points li .icon {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__points li .icon span {
  color: var(--logo);
  font-size: 16px;
}

.consult__points li .text p,
.get-to-know__points li .text p,
.services-one__single:hover .services-one__title a,
.sidebar__comments-icon,
.sidebar__comments-text-box p span,
.sidebar__tags-list a {
  color: var(--notech-black);
}

.blog-details__meta li + li,
.blog-one__meta li + li,
.blog-sidebar__meta li + li,
.blog-two__meta li + li,
.consult__points li .text,
.footer-widget__contact-list li .text,
.get-to-know__points li .text,
.site-footer__social a + a,
.thm-breadcrumb li + li,
.trusted-company__points li .text,
.why-choose-one__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 10px;
}

.get-to-know__it-solutions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 46px;
}

.consult__points li .icon,
.counter-two__content-box,
.get-to-know__it-solutions-icon,
.helping__points,
.notech-more__points,
.services-three__learn-more,
.tech-services__points li,
.trusted-source__left,
.why-choose-one__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__it-solutions-icon span {
  font-size: 65px;
  color: var(--notech-primary);
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
}

.get-to-know__it-solutions:hover .get-to-know__it-solutions-icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.counter-two__count-box,
.get-to-know__it-solutions-text-box {
  margin-left: 18px;
}

.get-to-know__it-solutions-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--notech-black);
  margin: 0;
  line-height: 36px;
}

.services-one {
  position: relative;
  display: block;
  background-color: #000;
  padding: 50px 0;
  background-position: center center;
  overflow: hidden;
}

.service-one__shape-1,
.service-two__shape-1 {
  width: 674px;
  height: 650px;
  background-color: #fff;
  opacity: 0.08;
  position: absolute;
  bottom: calc(100% - 325px);
  right: calc(100% - 340px);
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

.service-one__shape-2,
.service-two__shape-2 {
  width: 1146px;
  height: 1104px;
  background-color: #fff;
  opacity: 0.03;
  position: absolute;
  border-radius: 50%;
  bottom: calc(100% - 550px);
  right: calc(100% - 570px);
  mix-blend-mode: luminosity;
}

.counter-one .container,
.services-one .container,
.services-two .container {
  position: relative;
  z-index: 10;
}

.services-one__top {
  position: relative;
  display: block;
  /* margin-bottom: 49px; */
}

.services-one__top-left {
  position: relative;
  display: block;
  margin-top: 5rem;
}

.services-one__top-left .section-title {
  margin-bottom: 0;
}

.services-one__top-left .section-title__title {
  color: var(--notech-white);
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-top: 10px;
}

.services-one__top-text {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
}

.services-one__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.services-one__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* .services-one__single:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
} */

.services-one__content {
  position: relative;
  display: block;
  border: 1px solid #f973164d;
  padding: 20px 10px;
 background-color: #111827;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 220px;
  border-radius: .5rem;
}

.helping__left,
.helping__right {
  min-height: 794px;
  width: 50%;
  display: block;
}

.services-one__single:hover .services-one__content {
  /* border: 1px solid var(--notech-white); */
  /* background-color: var(--notech-white); */
  color: #fff;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--logo);
}

.services-one__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin: 10px 0;
}

.services-one__title a {
  color: var(--notech-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-one__text {
  font-size: 14px;
  color: #d1d5db !important;
  line-height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business-from {
  position: relative;
  display: block;
  padding: 111px 0 120px;
}

.business-from-bg-box,
.business-from-two-bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--notech-black);
  z-index: 1;
}

.business-from-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.5;
}

.business-from__inner {
  position: relative;
  display: block;
  z-index: 3;
}

.business-from__sub-title {
  font-size: 36px;
  line-height: 46px;
}

.business-from__title {
  color: var(--notech-white);
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
  margin-top: 16px;
  margin-bottom: 42px;
}

.business-from__btn:after {
  right: -2px;
}

.testimonial-one__inner {
  position: relative;
  display: block;
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--notech-extra);
  z-index: 1;
}

.testimonial-one-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-one__inner-content {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--notech-bdr-color);
}

.footer-widget__contact-list li,
.testimonial-one__top-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

span.icon-pin {
  position: relative;
  top: -36px;
}

.testimonial-one__img {
  position: relative;
  display: inline-block;
  top: 10px;
}

.testimonial-one__img img {
  width: auto !important;
  border-radius: 50%;
}

.testimonial-one__content {
  margin-left: 100px;
}

.testimonial-one__text {
  font-size: 17px;
  color: var(--notech-black);
  line-height: 25px;
}

.testimonial-one__bottom-content {
  position: relative;
  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-top: 33px;
}

.project-one__img > a,
.testimonial-one__carousel.owl-carousel .owl-dots {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.testimonial-one__client-name {
  font-size: 18px;
  color: var(--logo);
  font-weight: 700;
  line-height: 30px;
}

.testimonial-one__client-company {
  font-size: 16px;
  line-height: 26px;
}

.testimonial-one__quote img {
  width: auto !important;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 29px;
  left: 55px;
  text-align: left;
  margin: 0 !important;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.counter-one .odometer-formatting-mark,
.counter-one__single:first-child:before,
.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--notech-black);
  opacity: 0.4;
  margin: 0 5px;
  padding: 0;
  -webkit-transition: 0.1s linear 0.1s;
  transition: 0.1s linear 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dot.active {
  background-color: var(--logo);
  opacity: 1;
  width: 13px;
  height: 13px;
}

.blog-two__carousel.owl-carousel .owl-dot:focus,
.project-two__carousel.owl-carousel .owl-dot:focus,
.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: 0;
}

.delivering-it,
.project-one,
.services-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.project-one__inner {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.project-one__img {
  background-color: #9782a2;
  overflow: hidden;
  z-index: 1;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--notech-black-rgb), 0.9);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: -1;
}

.project-one__single:hover .project-one__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0) scale(1);
  transform: perspective(400px) rotateX(0) scale(1);
}

.project-one__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 275px;
  object-fit: cover;
  object-position: center;
}

.business-from-two-img img,
.footer-widget__newsletter-btn img,
.helping-shape-1 img,
.project-one__img > a > img,
.team-one-shape img,
.testimonial-two-shape img,
.trusted-source__icon img,
.we-stand-shape img,
.why-choose-one__points-img img {
  width: auto;
}

.blog-one__single:hover .blog-one__img img,
.delivering-it__single:hover .delivering-it__img img,
.project-one__single:hover .project-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-one__img > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-sidebar__arrow,
.blog-sidebar__video-link,
.consult__icon-box,
.contact-details__info li,
.contact-details__info li .icon,
.services-three__learn-more a,
.site-footer__social a,
.team-details__social,
.team-details__social a,
.tech-services__learn-more,
.tech-services__learn-more a,
.tech-services__points li .icon,
.trusted-company__person {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.project-one__content {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 40px 50px 50px;
}

.project-one__sub-title {
  font-size: 16px;
  color: #9782a2;
  line-height: 30px;
}

.project-one__title,
.project-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.project-one__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

.project-one__single:hover .project-one__title a,
.site-footer__btn:hover {
  color: var(--logo);
}

.project-one__text {
  font-size: 16px;
  line-height: 30px;
  padding-top: 14px;
  padding-bottom: 26px;
}

.project-one__btn {
  color: #9782a2;
  width: 100%;
  padding: 9px 0;
  background-color: var(--notech-extra);
}

.project-one__single:hover .project-one__btn,
.tech-services__img-text {
  color: var(--notech-white);
}

.project-one__btn:after,
.project-one__single-two .project-one__img {
  background-color: #8293a2;
}

.project-one__single:hover .project-one__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.project-one__single-two .project-one__btn,
.project-one__single-two .project-one__sub-title {
  color: #8293a2;
}

.project-one__single-three .project-one__img {
  background-color: #a2a282;
}

.project-one__single-three .project-one__btn,
.project-one__single-three .project-one__sub-title {
  color: #a2a282;
}

.tech-services {
  padding: 0 0 116px;
}

.tech-services__left {
  margin-right: 70px;
}

.tech-services__img-content {
  position: absolute;
  top: 50%;
  right: -90px;
  padding: 41px 40px 39px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-details__pagenation li,
.blog-details__social-list a,
.blog-three:before,
.brand-three,
.comment-form__input-box textarea,
.contact-details__info li .icon,
.contact-one__form-input-box textarea,
.contact-one__left,
.counter-one,
.counter-one__bg,
.google-map-two,
.notech-more-two,
.services-three__icon,
body.boxed-wrapper {
  background-color: var(--notech-extra);
}

.tech-services__img-text {
  font-size: 22px;
  line-height: 36px;
}

.tech-services__learn-more {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.tech-services__learn-more a {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--notech-white);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.counter-one__single h3,
.trusted-source__contact-info a span {
  font-weight: 400;
}

.tech-services__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.tech-services__right,
.trusted-company__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.tech-services__text {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 36px;
}

.tech-services__points li + li {
  margin-top: 39px;
}

.tech-services__points li .icon {
  position: relative;
  height: 48px;
  width: 48px;
  color: var(--notech-white);
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tech-services__points li .content {
  margin-left: 20px;
}

.tech-services__points li .content h4,
.testimonial-two__client-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.consult__text,
.counter-one__text,
.project-two__sub-title,
.project-two__top-text,
.services-three__top-text,
.tech-services__points li .content p,
.welcome__text-1,
.why-choose-one__tab-text {
  font-size: 16px;
  line-height: 30px;
}

.counter-one {
  position: relative;
  display: block;
  padding: 120px 0 190px;
  z-index: 2;
}

.counter-one__bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-blend-mode: luminosity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.06;
}

.counter-one__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.counter-one__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  text-align: center;
  margin-bottom: 31px;
  padding: 0 45px;
}

.counter-one__single:before {
  position: absolute;
  top: 47px;
  bottom: 52px;
  left: 0;
  content: "";
  width: 1px;
  background-color: var(--notech-bdr-color);
}

.counter-one__icon {
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  height: 75px;
  width: 75px;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 12px;
  z-index: 1;
}

.counter-one__icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--logo);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-one__single:hover .counter-one__icon::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  color: var(--logo);
  font-size: 32px;
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
  -webkit-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0);
}

.counter-one__plus,
.counter-one__single h3 {
  font-size: 40px;
  font-family: var(--notech-font) !important;
  line-height: 50px !important;
  color: var(--notech-primary);
}

.counter-one__single:hover .counter-one__icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--notech-white);
}

.counter-one__plus {
  position: relative;
  top: 5px;
}

.counter-one__title {
  font-size: 16px;
  color: var(--notech-black);
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 15px;
}

.trusted-source {
  position: relative;
  display: block;
  margin-top: -106px;
  z-index: 2;
}

.trusted-source__inner {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--logo);
  padding: 58px 100px;
}

.trusted-source__content {
  font-size: 30px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
}

.trusted-source__content span {
  color: var(--logo);
  font-weight: 700;
  text-transform: uppercase;
}

.trusted-source__icon {
  position: relative;
  height: 94px;
  width: 94px;
  background-color: var(--notech-white);
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 165px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cta-one__btn,
.helping__right,
.project-three:after,
.service-details__need-help,
.service-details__need-help-bg,
.service-details__need-help-icon:hover,
.team-one__img,
.testimonial-three:before,
.trusted-source__icon:hover {
  background-color: var(--notech-black);
}

.trusted-source__icon:after,
.trusted-source__icon:before {
  top: 50%;
  width: 55px;
  background-color: rgba(var(--notech-white-rgb), 0.15);
  position: absolute;
  content: "";
  height: 2px;
}

.trusted-source__icon:before {
  left: -67px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trusted-source__icon:after {
  right: -67px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trusted-source__contact-info p {
  font-size: 14px;
  color: var(--notech-white);
  line-height: 27px;
}

.trusted-source__contact-info a {
  font-size: 24px;
  color: var(--notech-white);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.helping-shape-1 {
  position: absolute;
  bottom: 40px;
  right: 0;
  opacity: 0.05;
}

.helping__left {
  position: relative;
  float: left;
}

.blog-one__img > a,
.helping__left-bg,
.helping__title:before {
  left: 0;
  position: absolute;
  right: 0;
}

.helping__left-bg {
  top: 0;
  bottom: 0;
  background-position: center;
}

.helping__right {
  position: relative;
  float: right;
}

.helping__right-content {
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
  margin-left: 120px;
  padding-top: 226px;
  padding-bottom: 109px;
}

.helping__right-content .section-title,
.trusted-company__right .section-title {
  margin-bottom: 32px;
}

.footer-widget__contact-list li:hover .text p a,
.footer-widget__links-list li a:hover,
.footer-widget__title,
.helping__right-content .section-title__title {
  color: var(--notech-white);
}
.footer-widget__links-list li a:hover {
  color: var(--logo);
  padding-left: 10px;
  transition: 0.5s;
}

.helping__text {
  font-weight: 700;
  padding-bottom: 35px;
}

.helping__points li + li {
  margin-left: 48px;
}

.helping__points li .icon span,
.notech-more__points li .icon span {
  font-size: 65px;
  color: var(--logo);
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.helping__points li:hover .icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: var(--notech-white);
}

.helping__title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 29px;
}

.helping__title:before {
  bottom: -19px;
  content: "";
  height: 2px;
  background-color: rgba(var(--notech-white-rgb), 0.1);
}

.helping__text-2 {
  font-size: 16px;
  color: #aea8b9;
  line-height: 30px;
}

.blog-one,
.gallery-page,
.pricing,
.product,
.project-page-one,
.similar-project,
.team-page,
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one .blog-pagination,
.product__sidebar-single + .product__sidebar-single,
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.blog-one__img > a {
  top: 0;
  bottom: 0;
  background-color: rgba(var(--notech-black-rgb), 0.5);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: var(--logo);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.blog-one__img > a > span::after,
.blog-one__img > a > span::before {
  content: "";
  -webkit-transition: 0.5s;
  background-color: var(--notech-primary);
  top: 50%;
  left: 50%;
  position: absolute;
}

.blog-one__img > a > span {
  position: relative;
}

.blog-one__img > a > span::before {
  width: 20px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.blog-one__img > a > span::after {
  transition: 0.5s;
  width: 2px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-one__single:hover .blog-one__img > a {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.brand-one__title:after,
.brand-one__title:before {
  top: 50%;
  content: "";
  height: 1px;
  background-color: var(--notech-bdr-color);
  max-width: 454px;
  -webkit-transform: translateY(-50%);
  width: 100%;
  bottom: 0;
}

.blog-one__tag,
.blog-two__tag {
  position: absolute;
  top: 40px;
  left: 40px;
  background-color: var(--logo);
  padding: 6px 20px 4px;
  z-index: 3;
}

.blog-one__tag p,
.blog-two__tag p {
  font-size: 10px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.blog-one__content {
  position: relative;
  display: block;
  padding: 30px 40px 29px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-one__single:hover .blog-one__content {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.delivering-it__content,
.testimonial-two__single {
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
}

.blog-one__meta li a {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-one__title {
  font-size: 26px;
  line-height: 31px;
  margin-top: 5px;
  margin-bottom: 13px;
  font-weight: 700;
}

.blog-one__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details__text-1,
.blog-one__text {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.blog-one__bottom {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.blog-one__bottom a {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--logo);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-one__bottom a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--logo);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-one__single:hover .blog-one__bottom a:before {
  opacity: 1;
  color: var(--notech-primary);
}

.blog-one__bottom a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-one__single:hover .blog-one__bottom a {
  color: var(--notech-primary);
  padding-left: 22px;
}

.blog-one__single:hover .blog-one__bottom a i {
  opacity: 0;
}

.brand-one,
.notech-more,
.project-page-two {
  position: relative;
  display: block;
  padding: 50px 0;
}

.brand-one--home-three {
  padding-top: 317px;
  margin-top: -227px;
  background-image: url(../images/backgrounds/brand-logo-bg-1-1.png);
}

.brand-one .container {
  position: relative;
}

.brand-one__title {
  color: var(--notech-black);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1170px;
  text-align: center;
  margin: -3px auto 0;
}

.brand-one__title:before {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.brand-one__title:after {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}

.blog-two__meta,
.brand-one .swiper-slide {
  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;
}

.brand-one .swiper-slide img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.9;
  max-width: 100%;
}

.brand-one .swiper-slide img:hover {
  opacity: 0.5;
}

.site-footer {
  position: relative;
  display: block;
  background-color: var(--notech-black);
  z-index: 1;
}

.site-footer-bg-1,
.site-footer-bg-2 {
  position: absolute;
  background-color: var(--notech-black);
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.12;
}

.site-footer-bg-1 {
  top: 0;
  left: 0;
  height: 100%;
  width: 388px;
  background-position: top center;
  z-index: -1;
}

.site-footer-bg-2 {
  bottom: 0;
  right: 0;
  height: 636px;
  width: 531px;
  background-position: bottom center;
  z-index: -1;
  display: none;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-top: 60px;
}

.site-footer__top-inner,
.site-footer__top-left,
.site-footer__top-right,
.why-choose-two__points li,
.why-choose-two__points li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  position: relative;
}

.site-footer__top-inner {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 39px;
  border: 1px solid #322d3b;
}

.site-footer__top-left,
.site-footer__top-right {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__top-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.site-footer__top-icon span {
  font-size: 65px;
  color: var(--notech-primary);
}

.site-footer__top-title {
  font-size: 24px;
  color: var(--notech-white);
  font-weight: 400;
  line-height: 34px;
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 50px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 73px;
  margin-top: 4px;
}

.footer-widget__logo {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  margin-top: -3px;
}

.footer-widget__about-text {
  font-size: 14px;
  color: #aea8b9;
  line-height: 26px;
}

.blog-details__content,
.blog-sidebar__content-box,
.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: 0;
  padding-left: 25px;
  padding-right: 60px;
  font-size: 14px;
  color: var(--notech-gray);
  font-weight: 400;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 13px;
  bottom: 0;
  width: 35px;
  height: 35px;
  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;
  color: var(--notech-white);
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  font-size: 13px;
  background-color: var(--logo);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta-one-bg,
.cta-one__inner,
.footer-widget__newsletter-btn:hover {
  background-color: var(--notech-primary);
}

.footer-widget__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 28px;
}

.footer-widget__links-list {
  position: relative;
  display: block;
  margin-top: -1px;
}

.footer-widget__links-list li {
  line-height: 30px;
}

.footer-widget__links-list li a {
  position: relative;
  font-size: 14px;
  color: #d1d5db;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.delivering-it:before,
.delivering-it__content:after,
.delivering-it__img:before,
.site-footer__social a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}

.footer-widget__contact-list li .icon span {
  font-size: 13px;
  color: var(--logo);
}

.footer-widget__contact-list li .text p {
  font-size: 14px;
  color: #d1d5db;
  margin-bottom: 0px;
}

.footer-widget__contact-list li .text p a {
  color: #d1d5db;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-widget__social-box {
  position: relative;
  display: block;
  margin-top: 7px;
}

.site-footer__social a {
  position: relative;
  height: 43px;
  width: 43px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #100d17;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--logo);
}

.site-footer__social a:after {
  height: 100%;
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #100d17;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 6px 0;
}

.site-footer__bottom-text {
  font-size: 14px;
  color: #fff;
}

.site-footer__bottom-text a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-footer__bottom-text a:hover {
  color: var(--notech-white);
}

.delivering-it:before {
  height: 410px;
  background-color: var(--logo);
  z-index: -1;
}

.delivering-it__top,
.services-three__top {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.delivering-it__top-left {
  position: relative;
  display: block;
  margin-right: 112px;
}

.delivering-it__top-left .section-title {
  margin-bottom: 0;
}

.delivering-it__top-left .section-title__tagline {
  color: #dcd7ff;
}

.blog-details__pagenation li:hover,
.blog-details__social-list a:hover,
.blog-details__tags a,
.business-from-two .section-title__title,
.business-from-two__single:hover .business-from-two__icon span,
.business-from-two__title,
.contact-details__info li:hover .icon span,
.delivering-it__single:hover .delivering-it__content-title,
.delivering-it__top-left .section-title__title,
.project-three .section-title__title,
.project-two__single:hover .project-two__title a,
.services-two .section-title__title,
.services-two__single:hover .services-two__text,
.services-two__single:hover .services-two__title a,
.thm-breadcrumb li:hover a,
.trusted-company__solution-content,
.welcome__content h3,
.welcome__content p,
.welcome__content-percent {
  color: var(--notech-white);
}

.delivering-it__top-right {
  position: relative;
  display: block;
  margin-top: 11px;
}

.delivering-it__top-text {
  font-size: 16px;
  color: #dcd7ff;
  line-height: 30px;
}

.delivering-it__img:before {
  bottom: 0;
  background-color: rgba(var(--notech-black-rgb), 0.3);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  z-index: 1;
}

.delivering-it__content:after,
.services-two__single:after {
  -webkit-transform-style: preserve-3d;
  height: 100%;
  opacity: 1;
}

.delivering-it__single:hover .delivering-it__img:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.delivering-it__content {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  padding: 29px 70px 27px;
  z-index: 2;
}

.delivering-it__content:after {
  background-color: var(--logo);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: top;
  transform-origin: top;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.delivering-it__single:hover .delivering-it__content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.delivering-it__content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.trusted-company__left {
  position: relative;
  display: block;
  margin-right: 10px;
}

.trusted-company__solution {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 230px;
  padding: 35px 55px 38px;
  z-index: 1;
}

.trusted-company__solution:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--notech-primary-rgb), 0.9);
  z-index: -1;
}

.trusted-company__solution-content {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.trusted-company__text-1 {
  font-size: 20px;
  color: var(--logo);
  line-height: 30px;
}

.trusted-company__text-2 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 31px;
}

.trusted-company__points {
  position: relative;
  display: block;
  float: left;
}

.trusted-company__points li {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-company__points li + li {
  margin-top: 2px;
}

.trusted-company__points li .icon {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-company__points li .icon span {
  font-size: 16px;
  color: var(--notech-primary);
  position: relative;
  display: inline-block;
}

.trusted-company__points li .text p {
  font-size: 16px;
  color: var(--notech-black);
  font-weight: 700;
}

.trusted-company__points-two {
  margin-left: 95px;
}

.trusted-company__person {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 9px;
  margin-top: 51px;
}

.trusted-company__person-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trusted-company__person-img > img {
  border-radius: 50%;
}

.trusted-company__person-img:before {
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border: 2px solid var(--logo);
  content: "";
  border-radius: 50%;
}

.services-two__icon:after,
.services-two__single:after,
.why-choose-one__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: "";
}

.trusted-company__person-content {
  margin-left: 30px;
  position: relative;
  top: 7px;
}

.trusted-company__person-name {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--notech-reey-font);
  color: var(--notech-primary);
}

.testimonial-two__client-title,
.trusted-company__person-text {
  font-size: 16px;
  line-height: 24px;
}

.services-two {
  position: relative;
  display: block;
  background-color: var(--notech-black);
  padding: 120px 0 90px;
  background-position: center center;
  overflow: hidden;
}

.services-two .row {
  --bs-gutter-x: 17px;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: var(--notech-white);
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

.services-two__single:after {
  background-color: #7968ed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.services-two__single:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__icon {
  position: relative;
  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;
  height: 122px;
  width: 122px;
  background-color: var(--notech-extra);
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.services-two__single:hover .services-two__icon {
  background-color: #8373f0;
}

.services-two__icon:after {
  height: 100%;
  background-color: #8373f0;
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border-radius: 50%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.services-two__single:hover .services-two__icon:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 63px;
  color: var(--logo);
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
}

.services-two__single:hover .services-two__icon span {
  color: var(--notech-white);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.services-two__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 15px;
}

.project-two__title a,
.services-two__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-two__text {
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-two__btn {
  font-size: 14px;
  color: var(--notech-black);
  background-color: var(--notech-extra);
  padding: 4px 0;
  width: 100%;
}

.blog-two__img > a:hover > span::after,
.blog-two__img > a:hover > span::before,
.project-two__arrow a,
.project-two__content,
.services-two__btn:after,
.we-stand__top-title {
  background-color: var(--notech-white);
}

.services-two__single:hover .services-two__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.services-two__single:hover .services-two__btn {
  color: var(--logo);
}

.why-choose-one {
  position: relative;
  display: block;
  padding: 120px 0 111px;
}

.business-from-two__content-box,
.cta-one,
.faq-page__tab-box,
.why-choose-one__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}

.why-choose-one__tab-box .tab-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.why-choose-one__points-box,
.why-choose-one__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why-choose-one__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: var(--notech-black);
  background-color: transparent;
  padding: 9px 30px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--notech-white);
  background-color: var(--logo);
}

.why-choose-one__tab-box .tab-buttons .tab-btn span:before {
  bottom: 0;
  height: 3%;
  background-color: var(--logo);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.faq-page__tab-box .tabs-content .tab,
.why-choose-one__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}

.why-choose-one__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 28px;
}

.why-choose-one__text {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 41px;
}

.why-choose-one__points-content {
  position: relative;
  display: block;
  margin-top: -9px;
  margin-left: 30px;
}

.why-choose-one__points li + li {
  margin-top: 9px;
}

.why-choose-one__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -1px;
}

.why-choose-one__points li .icon span {
  font-size: 16px;
  color: var(--notech-primary);
}

.why-choose-one__points li .text p {
  font-size: 18px;
  color: var(--notech-black);
}

.cta-one__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 111px 0 120px;
  z-index: 1;
}

.cta-one-bg,
.project-two:before {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-one-bg {
  bottom: 0;
  background-position: center;
  background-blend-mode: darken;
  opacity: 0.5;
}

.cta-one__title,
.why-choose-two__title {
  font-size: 40px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 50px;
}

.cta-one__text {
  color: var(--notech-white);
  padding-top: 9px;
  padding-bottom: 40px;
}

.project-two {
  padding: 240px 0 73px;
  margin-top: -120px;
  z-index: 1;
}

.project-two:before {
  content: "";
  height: 700px;
  background-color: var(--notech-extra);
  background-image: url(../images/backgrounds/project-bg-1-1.png);
}

.blog-two__img > a,
.project-two__img:before {
  background-color: rgba(var(--notech-black-rgb), 0.5);
}

.project-two__top-left {
  margin-right: 215px;
}

.project-two__top-left .section-title,
.we-stand__left .section-title {
  margin-bottom: 0;
}

.project-two__top-right {
  margin-top: 16px;
}

.project-two__bottom {
  padding: 49px 0 0;
}

.project-two__container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.project-two__single .abt_sec_cntnt {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  z-index: 9;
  color: #fff;
  display: none;
}

.project-two__single:hover .abt_sec_cntnt {
  display: block;
  transition: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.project-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
  transform: perspective(400px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.project-two__single:hover .project-two__img:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0) scale(1);
  transform: perspective(400px) rotateX(0) scale(1);
}

.project-two__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 501px;
}

.blog-two__single:hover .blog-two__img img,
.project-two__single:hover .project-two__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-two__content {
  position: relative;
  display: block;
  padding-top: 31px;
  padding-bottom: 37px;
  padding-left: 50px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -95px;
  overflow: hidden;
  z-index: 2;
}

.project-two__content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--logo);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.project-two__single:hover .project-two__content:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.project-two__arrow {
  position: absolute;
  top: -57px;
  right: -51px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project-two__single:hover .project-two__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.project-two__arrow a {
  position: relative;
  height: 110px;
  width: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonial-two__client-img img,
.testimonial-two__icon img {
  width: auto !important;
  margin: 0 auto;
}

.project-two__arrow a i {
  font-size: 14px;
  color: var(--logo);
  position: absolute;
  bottom: 23px;
  left: 28px;
}

.project-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -73px;
  right: 0;
  left: 0;
  margin: 0 !important;
  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;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--notech-black);
  opacity: 0.4;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: 0.1s linear 0.1s;
  transition: 0.1s linear 0.1s;
}

.blog-two__carousel.owl-carousel .owl-dot.active,
.project-two__carousel.owl-carousel .owl-dot.active {
  background: var(--logo);
  opacity: 1;
  height: 13px;
  width: 13px;
}

.project-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.we-stand {
  position: relative;
  display: block;
  padding: 65px 0 96px;
}

.we-stand__top {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.we-stand__top-title-box {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.we-stand__top-title-box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.we-stand-shape {
  position: absolute;
  top: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.we-stand__top-title {
  font-size: 200px;
  font-weight: 700;
  line-height: 265px;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: center center;
  background-attachment: fixed;
}

.business-from-two__title,
.we-stand__progress-title {
  font-size: 16px;
  font-weight: 700;
}

.business-from-two-bg,
.page-header-bg,
.welcome__content-two-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.we-stand__right,
.we-stand__text-box {
  position: relative;
  display: block;
  margin-top: -8px;
}

.we-stand__text-1 {
  padding-bottom: 32px;
}

.team-details__progress,
.we-stand__progress {
  position: relative;
  display: block;
  width: 100%;
}

.we-stand__progress-title {
  line-height: 28px;
  color: var(--notech-black);
  margin-bottom: 7px;
}

.we-stand__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--notech-extra);
  border-radius: 7px;
  margin-bottom: 12px;
}

.we-stand__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 7px;
  background-color: var(--notech-primary);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.team-details__progress .count-text,
.we-stand__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 21px;
  color: var(--notech-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.we-stand__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.we-stand__progress .bar.marb-0 {
  margin-bottom: 0;
}

.brand-four,
.brand-two {
  position: relative;
  display: block;
  padding: 0;
}

.brand-five .container,
.brand-four .container,
.brand-two .container {
  padding-top: 0;
}

.brand-two__inner {
  border-top: 1px solid var(--notech-bdr-color);
  padding: 118px 0 119px;
}

.business-from-two {
  position: relative;
  display: block;
  background-color: var(--notech-black);
  padding: 120px 0 90px;
  z-index: 1;
}

.business-from-two-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.business-from-two-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: var(--notech-primary);
  opacity: 0.9;
}

.business-from-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.08;
}

.business-from-two .section-title {
  margin-bottom: 69px;
  z-index: 2;
}

.business-from-two__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.business-from-two__single {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.business-from-two__content:after,
.business-from-two__content:before {
  width: 0%;
  height: 100%;
  -webkit-transition: 0.5s;
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
  background-color: var(--logo);
}

.business-from-two__content {
  background-color: #100d17;
  padding: 38px 0 40px;
  overflow: hidden;
  z-index: 1;
}

.business-from-two__content:before {
  left: 0;
  transition: 0.5s;
}

.business-from-two__content:after {
  right: 0;
  transition: 0.5s;
}

.business-from-two__single:hover .business-from-two__content::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.business-from-two__single:hover .business-from-two__content:after,
.business-from-two__single:hover .business-from-two__content:before {
  width: 50%;
}

.business-from-two__icon {
  margin-bottom: 25px;
}

.business-from-two__icon span {
  font-size: 63px;
  color: var(--logo);
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-two {
  padding: 120px 0;
  z-index: 1;
}

.testimonial-two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--notech-extra);
  height: 495px;
  z-index: -1;
}

.testimonial-two__single {
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}

.testimonial-two__single-inner {
  overflow: hidden;
  padding: 50px 50px 44px;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-two__single:hover .testimonial-two__single-inner {
  border: 2px solid var(--logo);
}

.testimonial-two__text {
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 29px;
}

.testimonial-two__client-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 2px;
}

.testimonial-two__client-img img {
  border-radius: 50%;
}

.testimonial-two-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-two__single:hover .testimonial-two-shape {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.blog-two {
  position: relative;
  display: block;
  padding: 0 0 183px;
}

.blog-two__img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  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;
  font-size: 30px;
  color: var(--logo);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.blog-two__img > a > span,
.col_lg_2,
.contact_card,
.contact_card h1,
.key-trends-cards,
.modules,
.open_positions li,
.sidebar__search-form,
.top_100,
.video_section,
iframe {
  position: relative;
}

.blog-two__img > a > span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--notech-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-two__img > a > span::after {
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 2px;
  height: 20px;
  background-color: var(--notech-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-two__single:hover .blog-two__img > a {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.blog-two__content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 0 59px;
}

.blog-details__meta li a,
.blog-sidebar__meta li a,
.blog-two__meta li a {
  font-size: 14px;
  color: var(--notech-gray);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-two__title {
  font-size: 30px;
  line-height: 35px;
  margin-top: 5px;
  margin-bottom: 13px;
  font-weight: 700;
}

.blog-two__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -64px;
  right: 0;
  left: 0;
  margin: 0 !important;
  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;
}

.blog-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--notech-black);
  opacity: 0.4;
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: 0.1s linear 0.1s;
  transition: 0.1s linear 0.1s;
}

.services-three__img::after,
.services-three__img::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--notech-black-rgb), 0.3);
  width: 0%;
  top: 0;
  -webkit-transition: 0.5s;
  height: 100%;
}

.about-page-team:before,
.billing_details .checked-box input[type="checkbox"],
.blog-two__carousel.owl-carousel .owl-dots .owl-dot span,
.counter-two .odometer-formatting-mark,
.delivering-it-three:before,
.delivering-it-two:before,
.main-header--one .main-menu__left .main-menu__logo .logo-light,
.main-menu .main-menu__left .main-menu__logo .logo-light,
.main-menu-three .main-menu__left--two .main-menu__logo .logo-dark,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-dark,
.project-details__details li:last-child:before,
.project-three:before,
.service-details__points li:last-child:before,
.services_section .butn {
  display: none;
}

.service-three--no-pb {
  padding-bottom: 0;
}

.services-three__top-left {
  position: relative;
  display: block;
  margin-right: 200px;
}

.services-three__top-left .section-title {
  margin-bottom: 0;
}

.services-three__top-right {
  position: relative;
  display: block;
  margin-top: 9px;
}

.services-three__img::before {
  left: 0;
  z-index: 1;
  transition: 0.5s;
}

.services-three__single:hover .services-three__img::after,
.services-three__single:hover .services-three__img::before {
  width: 50%;
}

.services-three__img::after {
  right: 0;
  transition: 0.5s;
}

.services-three__img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.services-three__single:hover .services-three__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services-three__content {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  padding: 72px 40px 29px;
  z-index: 2;
}

.services-three__icon {
  position: absolute;
  height: 122px;
  width: 122px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 8px solid var(--notech-white);
  top: -61px;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.services-three__icon span {
  position: relative;
  display: block;
  font-size: 63px;
  color: var(--logo);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-three__single:hover .services-three__icon span {
  color: var(--notech-white);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.services-three__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.services-three__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-three__single:hover .services-three__title a {
  color: var(--logo);
}

.services-three__text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 18px;
  padding-bottom: 12px;
}

.services-three__learn-more a {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--logo);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.welcome__content h3,
.welcome__content-percent {
  font-size: 40px;
  line-height: 50px !important;
  font-family: var(--notech-font) !important;
  font-weight: 700;
}

.services-three__learn-more a i {
  position: relative;
  padding-left: 10px;
  top: 2px;
}

.blog-details,
.blog-sidebar,
.service-details,
.team-details__top,
.welcome {
  position: relative;
  display: block;
  padding: 120px 0;
}

.service-details__content,
.service-details__download,
.welcome__left-inner-2 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.welcome__content {
  position: relative;
  display: block;
  text-align: center;
  padding: 61px 0 64px;
}

.welcome__content-two-bg,
.welcome__content-two-bg-box {
  background-color: var(--notech-black);
  position: absolute;
}

.welcome__content h3 {
  margin-bottom: 11px;
}

.welcome__content p {
  line-height: 27px;
}

.welcome__content-two {
  position: relative;
  display: block;
  text-align: center;
  padding: 58px 0 51px;
  z-index: 1;
}

.consult__img-content:before,
.project-three:after,
.team-one:before,
.team-one__social li a:after,
.welcome__content-two-bg-box {
  top: 0;
  right: 0;
  z-index: -1;
  left: 0;
}

.welcome__content-two-bg-box {
  bottom: 0;
}

.welcome__content-two-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: luminosity;
  opacity: 0.5;
}

.welcome__icon {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.welcome__icon span {
  font-size: 63px;
  color: var(--notech-primary);
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.notech-more__points li:hover .icon span,
.welcome__single:hover .welcome__icon span {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.welcome__content-two p {
  font-size: 18px;
  color: var(--notech-white);
  line-height: 28px;
  font-weight: 700;
}

.blog-details__pagenation li:hover,
.comment-one__btn::before,
.welcome__left-inner-2 .welcome__content {
  background-color: var(--notech-primary);
}

.welcome__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 17px;
}

.welcome__text-2 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 41px;
}

.project-three {
  position: relative;
  display: block;
  margin-top: 0;
  padding-top: 120px;
  z-index: 1;
}

.project-three:after {
  position: absolute;
  content: "";
  height: 505px;
  background-image: url(../images/shapes/project-bg-1-1.png);
  background-position: center center;
}

.project-three .project-two__bottom {
  padding: 0;
}

.consult,
.project-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
}

.consult__left,
.we-help__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.consult__icon-box {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
}

.consult__icon,
.consult__points li,
.team-one__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.consult__icon,
.consult__points li {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.consult__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--notech-primary);
}

.consult__icon-text {
  font-size: 20px;
  color: var(--logo);
  font-weight: 700;
  line-height: 34px;
  margin-left: 20px;
}

.consult__points li + li {
  margin-top: 7px;
}

.consult__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--logo);
}

.consult__right {
  position: relative;
  display: block;
  margin-right: -375px;
}

.consult__img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 59px 44px;
  max-width: 390px;
  width: 100%;
  z-index: 1;
}

.consult__img-content:before {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: rgba(var(--notech-primary-rgb), 0.9);
}

.consult__img-text {
  font-size: 24px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 29px;
}

.team-one {
  padding: 120px 0 0;
  z-index: 1;
}

.team-one:before {
  position: absolute;
  content: "";
  height: 505px;
  background-color: var(--notech-extra);
  background-image: url(../images/shapes/team-bg-1-1.png);
  background-size: cover;
}

.team-one__img {
  overflow: hidden;
}

.team-one__img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-one__single:hover .team-one__img img {
  mix-blend-mode: luminosity;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  bottom: 30px;
  right: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.team-one__content,
.team-one__social li a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.team-one__social li a {
  height: 45px;
  width: 45px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #100d17;
  border-radius: 50%;
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}

.team-one__social li a:hover {
  color: var(--notech-white);
  background-color: transparent;
}

.team-one__social li a:after {
  position: absolute;
  content: "";
  height: 100%;
  background-color: var(--logo);
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.team-one__social li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-one__content-box {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.team-one__content {
  display: block;
  padding: 32px 20px;
  background: #f3f5f7;
}

.blog-three:before,
.counter-two__icon-box::before,
.team-one-shape {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}

.team-one-shape {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-one__single:hover .team-one-shape {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.team-one__name {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}

.team-one__name a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-one__name a:hover,
.team-one__single:hover .team-one__name {
  color: var(--logo);
}

.team-one__title {
  font-size: 14px;
  line-height: 24px;
}

.counter-two {
  position: relative;
  display: block;
  padding: 90px 0;
}

.counter-two__single {
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.counter-two__single + .counter-two__single {
  margin-left: 84px;
}

.counter-two__icon-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: var(--notech-extra);
  height: 75px;
  width: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.counter-two__icon-box::before {
  left: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--logo);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.counter-two__single:hover .counter-two__icon-box::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.counter-two__icon-box span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--logo);
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
  -webkit-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0);
}

.counter-two__count-box-inner h3,
.counter-two__plus {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px !important;
  font-family: var(--notech-font) !important;
}

.counter-two__single:hover .counter-two__icon-box span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: var(--notech-white);
}

.counter-two__plus {
  position: relative;
  color: var(--notech-black);
  top: 5px;
}

.counter-two__text {
  font-size: 16px;
  line-height: 18px;
}

.notech-more__left .section-title,
.welcome-two__right .section-title {
  margin-bottom: 10px;
}

.notech-more__text {
  padding-bottom: 38px;
}

.notech-more__points li + li {
  margin-left: 80px;
}

.notech-more__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--notech-black);
  font-weight: 700;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 19px;
}

.contact-one__left,
.google-map__one {
  position: relative;
  display: block;
  height: 100%;
}

.notech-more__text-2,
.project-details__content-one-text {
  font-size: 16px;
  line-height: 30px;
}

.blog-three:before {
  left: 0;
  content: "";
  height: 495px;
  background-image: url(../images/backgrounds/funfact-bg-1-1.png);
  background-blend-mode: luminosity;
  opacity: 0.06;
  background-position: top center;
  background-repeat: no-repeat;
}

.contact-one .row {
  --bs-gutter-x: 0;
}

.billing_details_form .bs-gutter-x-20,
.comment-one__form .row,
.contact-one__form .row,
.review-form-one__form .row {
  --bs-gutter-x: 20px;
}

.google-map__one {
  border: none;
  width: 100%;
  mix-blend-mode: luminosity;
}

.contact-one__get-in-touch {
  position: absolute;
  top: 204px;
  left: -204px;
  text-align: center;
  background-color: var(--notech-primary);
  padding: 48px 120px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.contact-one__get-in-touch p {
  font-size: 24px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 24px;
}

.contact-one__form {
  padding: 59px;
  border: 1px solid var(--notech-bdr-color);
  border-left: 0;
}

.billing_input_box,
.comment-form__input-box,
.contact-one__form-input-box,
.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-one__form-input-box input[type="email"],
.contact-one__form-input-box input[type="text"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: 0;
  background-color: var(--notech-extra);
  font-size: 14px;
  color: var(--notech-gray);
  font-weight: 400;
  padding: 0 30px;
}

.contact-one__form-input-box textarea {
  height: 168px;
  width: 100%;
  border: none;
  outline: 0;
  font-size: 14px;
  color: var(--notech-gray);
  font-weight: 400;
  padding: 20px 40px 30px;
}

.contact-one__form-input-box.text-message-box {
  height: 168px;
}

.contact-one__btn {
  border: 0;
}

.page-header {
  padding: 130px 0 128px;
  /* background-color: var(--notech-black); */
  /* z-index: 1; */
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 40px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 7px;
}

.thm-breadcrumb li,
.thm-breadcrumb li a {
  display: inline-block;
  color: #f5893d;
  font-size: 14px;
  position: relative;
}

.thm-breadcrumb li {
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.thm-breadcrumb li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-sidebar .blog-pagination {
  margin-top: 60px;
}

.blog-sidebar__single + .blog-sidebar__single {
  margin-top: 29px;
}

.blog-sidebar__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 4px;
}

.blog-sidebar__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-sidebar__text {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 30px;
}

.blog-sidebar__arrow,
.blog-sidebar__read-more {
  font-size: 14px;
  -webkit-transition: 0.5s;
  color: var(--logo);
}

.blog-sidebar__read-more {
  font-weight: 700;
  transition: 0.5s;
}

.blog-sidebar__arrow {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

.blog-sidebar__bottom-box,
.blog-sidebar__delivering-services {
  display: block;
  background-color: var(--notech-extra);
  position: relative;
}

.blog-sidebar__bottom-box {
  padding: 50px 60px 43px;
  margin-top: 15px;
}

.blog-sidebar__bottom-box-icon {
  margin-bottom: 23px;
}

.blog-sidebar__bottom-box-text {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.blog-sidebar__delivering-services {
  padding: 50px 60px 47px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
  margin-bottom: 25px;
}

.blog-sidebar__delivering-services-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.blog-sidebar__delivering-services-title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details__meta li a i,
.blog-details__meta li a:hover,
.blog-sidebar__delivering-services-title a:hover {
  color: var(--notech-primary);
}

.blog-sidebar__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-sidebar__video-icon {
  position: relative;
  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;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 23px;
  color: var(--notech-white);
  background-color: var(--logo);
  border-radius: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.sidebar__category,
.sidebar__post {
  background-color: var(--notech-extra);
  position: relative;
  display: block;
}

.blog-sidebar__video-icon:hover {
  background-color: var(--notech-white);
  color: var(--logo);
}

.blog-sidebar__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--notech-white);
  opacity: 0.1;
  z-index: 1;
}

.blog-sidebar__video-icon .ripple:after,
.blog-sidebar__video-icon .ripple:before,
.blog-sidebar__video-link .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
  border-radius: 50%;
}

.blog-sidebar__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.blog-sidebar__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.sidebar__title {
  margin: 0 0 3px;
  font-size: 20px;
  font-weight: 700;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: 0;
  background-color: var(--logo);
  color: var(--notech-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--notech-white);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--notech-white);
  opacity: 1;
  color: var(--notech-white);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--notech-white);
  opacity: 1;
  color: var(--notech-white);
}

.sidebar__search-form ::placeholder {
  color: var(--notech-white);
  opacity: 1;
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--notech-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__post {
  padding: 48px 30px 30px;
}

.faq-page__tab-button-content .content,
.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post-list {
  margin: 0;
}

.sidebar__post-list li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar__post-list li:hover {
  background-color: #fff;
}

.sidebar__post-image {
  margin-right: 20px;
}

.sidebar__post-image > img {
  width: 70px;
}

.sidebar__post-content {
  position: relative;
  top: 0;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 27px;
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: var(--notech-gray) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar__post-content-meta i {
  color: var(--notech-primary);
  font-size: 15px;
  padding-right: 1px;
}

.sidebar__post-content h3 a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.sidebar__category {
  padding: 48px 30px 38px;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 7px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li + li {
  margin-top: 4px;
}

.sidebar__category-list li a {
  color: var(--notech-gray);
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: 0 0;
  padding: 8px 20px 4px;
}

.sidebar__category-list li a:hover,
.sidebar__category-list li.active a {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  color: var(--notech-black);
}

.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--logo);
  text-align: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.sidebar__category-list li a:hover span {
  color: var(--logo);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--logo);
}

.sidebar__tags {
  position: relative;
  display: block;
  background: var(--notech-extra);
  padding: 48px 45px 50px;
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 23px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--notech-white);
  display: inline-block;
  padding: 6px 20px 4px;
  margin-left: 5px;
  font-weight: 700;
}

.sidebar__comments-text-box h5,
.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--notech-white);
  background: var(--logo);
}

.sidebar__comments {
  background: var(--notech-extra);
  padding: 48px 50px 42px;
}

.sidebar__comments .sidebar__title {
  margin-bottom: 23px;
}

.sidebar__comments-list li {
  padding-left: 65px;
}

.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--notech-white);
  border-radius: 50%;
  font-size: 15px;
  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;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--logo);
  color: var(--notech-white);
}

.sidebar__comments-text-box h5 {
  color: var(--notech-gray);
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 4px;
  font-weight: 700;
}

.blog-details__text-2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding-top: 31px;
}

.blog-details__bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-top: 45px;
  border-top: 1px solid var(--notech-bdr-color);
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: var(--notech-black);
  font-size: 20px;
  margin-right: 14px;
  font-weight: 700;
}

.blog-details__tags a {
  position: relative;
  font-size: 12px;
  background-color: var(--logo);
  display: inline-block;
  padding: 5px 20px 3px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details__tags a:hover {
  background-color: var(--notech-black);
  color: var(--notech-white);
}

.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list a {
  position: relative;
  height: 40px;
  width: 40px;
  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;
  color: var(--notech-black);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.blog-details__pagenation li,
.comment-one__content h3 {
  font-size: 20px;
  color: var(--notech-black);
  font-weight: 700;
}

.blog-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a + a,
.pricing__service-list li .text,
.team-details__social a + a,
.why-choose-two__points li .text {
  margin-left: 10px;
}

.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 57px;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  line-height: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 370px;
  width: 100%;
  padding: 53px 60px;
}

.blog-details__pagenation li + li {
  margin-left: 30px;
}

.comment-form__title,
.comment-one__title {
  margin: 0 0 49px;
  color: var(--notech-black);
  font-size: 30px;
  font-weight: 700;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--notech-bdr-color);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 45px;
}

.comment-one__content h3 {
  margin: 0 0 26px;
}

.comment-one__content p,
.product-description__tex2,
.product-description__text1,
.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.comment-one__btn {
  font-size: 12px;
  padding: 4px 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -3px;
}

.comment-form__input-box input[type="email"],
.comment-form__input-box input[type="text"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--notech-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  font-size: 14px;
  color: var(--notech-gray);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 14px;
  color: var(--notech-gray);
  height: 188px;
  width: 100%;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0;
  outline: 0;
  margin-bottom: 0;
}

.billing_details_form .btn-light,
.billing_details_form .btn-light:hover,
.comment-form__btn {
  border: none;
}

.comment-form__input-box.text-message-box {
  height: 188px;
}

.contact-details__right .section-title {
  margin-bottom: 31px;
}

.contact-details__text {
  font-size: 24px;
  line-height: 40px;
}

.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}

.contact-details__info li {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details__info li + li {
  margin-top: 19px;
}

.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-details__info li .icon span {
  color: var(--logo);
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-details__info li .text {
  margin-left: 30px;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}

.contact-details__info li .text a {
  font-size: 18px;
  color: var(--notech-black);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-details__info li:hover .text a {
  color: var(--logo);
}

.cart-total-amount,
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}

.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
  font-weight: 400;
}

.contact-page .container,
.message-one .container {
  max-width: 770px;
  width: 100%;
}

.contact-page__form .comment-form__btn,
.message-one .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}

.google-map-two {
  position: relative;
  display: block;
}

.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 515px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.cart-table tbody tr:last-child,
.comments-area .comment-box,
.faq-one-accrodion .accrodion,
.faq-page__tab-main-faq .faq-one-accrodion .accrodion.last-chiled,
.product-details__reveiw,
.projectc-details__pagination-box,
.we-help__inner {
  border-bottom: 1px solid var(--notech-bdr-color);
}

.brand-four__inner,
.comments-area,
.pricing__service,
.projectc-details__pagination-box,
.team-details__bottom,
.team-details__education-awards-bottom {
  border-top: 1px solid var(--notech-bdr-color);
}

.project-one__single-four .project-one__img {
  background-color: #a28282;
}

.project-one__single-four .project-one__btn,
.project-one__single-four .project-one__sub-title {
  color: #a28282;
}

.project-one__single-five .project-one__img {
  background-color: #82a28f;
}

.project-one__single-five .project-one__btn,
.project-one__single-five .project-one__sub-title {
  color: #82a28f;
}

.project-one__single-six .project-one__img {
  background-color: #8285a2;
}

.project-one__single-six .project-one__btn,
.project-one__single-six .project-one__sub-title {
  color: #8285a2;
}

.project-page-two .project-two__content,
.similar-project .project-two__content {
  margin-left: 15px;
  margin-right: 15px;
}

.project-details__img-box {
  position: relative;
  display: block;
  padding-bottom: 81px;
}

.project-details__img-box img,
.project-details__points-img img,
.service-details__img img {
  width: 100%;
}

.project-details__details-box {
  position: absolute;
  bottom: 51px;
  left: 50px;
  right: 50px;
}

.message-one-bg,
.service-details__need-help-bg {
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
}

.project-details__details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--notech-white);
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 85px 35px;
}

.project-details__content-one,
.project-details__details li,
.project-details__details-content,
.project-details__points-img,
.projectc-details__pagination,
.service-details__img,
.service-details__left,
.service-details__right {
  position: relative;
  display: block;
}

.project-details__details li:before {
  position: absolute;
  top: 10px;
  bottom: 5px;
  right: -66px;
  content: "";
  width: 1px;
  background-color: var(--notech-bdr-color);
}

.project-details__details li + li {
  margin-left: 60px;
}

.project-details__details-title {
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}

.project-details__details-name {
  font-weight: 700;
  color: var(--notech-black);
  line-height: 30px;
  font-size: 16px;
}

.project-details__details-name a {
  color: var(--notech-black);
}

.project-details__content-one-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

.project-details__content-two {
  position: relative;
  display: block;
  margin-top: 52px;
  margin-bottom: 51px;
}

.project-details__content-two-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 32px;
}

.project-details__content-two-text {
  font-size: 16px;
  line-height: 30px;
}

.project-details__points {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 12px;
}

.project-details__points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details__points li + li {
  margin-top: 6px;
}

.project-details__points li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details__points li .icon span {
  font-size: 16px;
  color: var(--notech-primary);
}

.project-details__points li .text p {
  font-size: 18px;
  color: var(--notech-black);
}

.project-details__content-three {
  position: relative;
  display: block;
  margin-top: 51px;
}

.project-details__content-three-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 32px;
}

.project-details__content-three-text {
  font-size: 16px;
  line-height: 30px;
}

.projectc-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 35px 0;
  margin-top: 113px;
}

.projectc-details__pagination li.next {
  float: left;
  position: relative;
}

.projectc-details__pagination li a {
  font-size: 14px;
  color: var(--notech-gray);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projectc-details__pagination li.next i,
.projectc-details__pagination li.previous i {
  height: 40px;
  -webkit-box-align: center;
  color: var(--logo);
  background-color: var(--notech-extra);
  position: relative;
  z-index: 1;
  border-radius: 50%;
  font-size: 12px;
  width: 40px;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4,
.projectc-details__pagination li a:hover {
  color: var(--logo);
}

.projectc-details__pagination li p {
  color: var(--notech-black);
  font-weight: 700;
  line-height: 18px;
}

.projectc-details__pagination li span {
  font-size: 14px;
  line-height: 14px;
}

.projectc-details__pagination li.next i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 20px;
}

.projectc-details__pagination li.previous {
  position: relative;
  float: right;
}

.projectc-details__pagination li.previous i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projectc-details__pagination li a:hover i {
  color: var(--notech-white);
  background-color: var(--logo);
}

.projectc-details__pagination li .content {
  position: relative;
  display: block;
  top: -6px;
}

.ban_head,
.ban_head_2,
.projectc-details__pagination li.next .content,
.warehousing li p {
  text-align: left;
}

.cart-table tbody td:last-child,
.cart-table thead th:last-child,
.projectc-details__pagination li.previous .content {
  text-align: right;
}

.service-details__service {
  position: relative;
  display: block;
  background-color: var(--notech-extra);
  padding: 46px 30px 38px;
}

.service-details__title {
  padding-left: 20px;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}

.comments-area .comment-box .author-thumb figure,
.service-details__service-list {
  margin: 0;
}

.service-details__service-list li + li,
.welcome-two__btn {
  margin-top: 4px;
}

.service-details__service-list li a {
  color: var(--notech-gray);
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: 0 0;
  padding: 8px 20px 4px;
}

.service-details__service-list li a:hover,
.service-details__service-list li.active a {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  color: var(--notech-black);
}

.service-details__service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--logo);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}

.service-details__service-list li a:hover span {
  color: var(--logo);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.service-details__service-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--logo);
}

.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 42px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
}

.service-details__need-help-bg {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
}

.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--notech-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 29px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-page-shape img,
.faq-page__tab-button-content .icon img,
.faq-page__tab-faq-content-title-icon img,
.pricing__icon img,
.service-details__need-help-icon img,
.welcome-two__shadow > img,
.welcome-two__shape-4 > img {
  width: auto;
}

.service-details__need-help-title {
  font-size: 26px;
  color: var(--notech-white);
  line-height: 31px;
  font-weight: 700;
}

.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 41px;
}

.service-details__need-help-contact p {
  font-size: 14px;
  color: var(--notech-white);
  margin: 0;
  line-height: 20px;
}

.service-details__need-help-contact a {
  font-size: 16px;
  color: var(--notech-white);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-details__need-help-contact a span {
  font-weight: 400;
}

.service-details__need-help-contact a:hover {
  color: var(--notech-primary);
}

.service-details__download-btn {
  width: 100%;
  text-align: center;
}

.service-details__content-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

.service-details__text-1,
.service-details__text-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.service-details__text-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--logo);
  padding-top: 29px;
  padding-bottom: 28px;
}

.service-details__points {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 41px;
  margin-bottom: 41px;
}

.service-details__points li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  text-align: center;
}

.service-details__points li:before {
  position: absolute;
  top: 30px;
  bottom: 35px;
  right: 0;
  content: "";
  width: 1px;
  background-color: var(--notech-bdr-color);
}

.service-details__points-icon {
  height: 75px;
  width: 75px;
  background-color: var(--logo);
  border-radius: 50%;
  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;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.message-one,
.service-details__points-two-content,
.team-details__progress .bar,
.team-details__social a {
  background-color: var(--notech-extra);
}

.gallery-page__icon a,
.service-details__points li:hover .service-details__points-icon,
.team-details__progress .bar-inner {
  background-color: var(--notech-primary);
}

.about-page-team,
.brand-four__inner,
.delivering-it-two,
.faq-one-accrodion .accrodion,
.faq-one-accrodion .accrodion-title,
.service-details__benefits,
.service-details__benefits-img,
.service-details__benefits-points,
.service-details__benefits-right,
.service-details__faq,
.service-details__points-two,
.service-details__points-two-content,
.service-details__points-two-single,
.team-details,
.team-details__bottom,
.team-details__bottom-left,
.team-details__bottom-right,
.team-details__progress-single,
.team-details__top-img,
.team-details__top-left,
.team-details__top-right,
.we-help,
.we-help__img,
.we-help__inner,
.we-help__right,
.welcome-two__right {
  display: block;
  position: relative;
}

.service-details__points-icon span {
  font-size: 30px;
  color: var(--notech-white);
  position: relative;
  display: inline-block;
}

.service-details__points-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 23px;
  margin-bottom: 15px;
}

.service-details__points-text {
  font-size: 16px;
  line-height: 30px;
}

.service-details__points-two-single,
.testimonial-page .testimonial-two__single {
  margin-bottom: 30px;
}

.service-details__points-two-content {
  padding: 34px 40px 36px;
}

.service-details__points-two-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 11px;
}

.service-details__benefits-points li .text p,
.service-details__points-two-content p {
  font-size: 16px;
  line-height: 30px;
}

.service-details__benefits {
  margin-bottom: 50px;
  margin-top: 20px;
}

.service-details__benefits-img img,
.team-details__top-img img,
.we-help__img img {
  width: 100%;
}

.service-details__benefits-right {
  margin-top: -6px;
}

.service-details__benefits-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.service-betails__benefits-text-1 {
  font-size: 18px;
  color: var(--notech-primary);
  font-weight: 700;
  line-height: 33px;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 28px;
}

.we-help__text-1,
.we-help__text-2 {
  line-height: 34px;
}

.service-details__benefits-points li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details__benefits-points li + li {
  margin-top: 3px;
}

.pricing__service-list li + li,
.team-details__education-awards-bottom li + li {
  margin-top: 8px;
}

.service-details__benefits-points li .icon {
  color: var(--logo);
  font-size: 16px;
  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;
  position: relative;
}

.service-details__faq {
  border: 1px solid var(--notech-bdr-color);
  padding: 18px 59px;
}

.faq-one-accrodion .accrodion {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 25px 0;
}

.faq-one-accrodion .accrodion.last-chiled {
  border-bottom: 0;
}

.faq-one-accrodion .accrodion-title {
  cursor: pointer;
  -webkit-transition: 0.2s linear 0.1s;
  transition: 0.2s linear 0.1s;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--notech-black);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 12px;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--notech-black);
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  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(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--notech-primary);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  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;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  border-top: 0;
  margin-top: 23px;
  padding-bottom: 10px;
}

.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
}

.tech-services-two {
  padding-top: 120px;
}

.brand-four__inner,
.we-help__inner {
  padding: 120px 0 119px;
}

.delivering-it-three {
  padding: 83px 0 90px;
}

.about-page__counter {
  padding-bottom: 80px;
}

.about-page-team {
  padding-bottom: 90px;
}

.we-help__left .section-title {
  margin-bottom: 29px;
}

.we-help__text-2 {
  margin-top: 35px;
}

.team-details__top-left {
  margin-right: 20px;
}

.team-details__top-right,
.welcome-two__right {
  margin-left: 70px;
}

.product-details__top,
.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -9px;
}

.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}

.team-details__top-title {
  font-size: 16px;
  color: var(--logo);
}

.team-details__social {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.team-details__social a {
  position: relative;
  height: 45px;
  width: 45px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--notech-black);
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-details__social a:hover {
  background-color: var(--logo);
  color: var(--notech-white);
}

.gallery-page__icon a:hover,
.message-one .comment-form__input-box input[type="email"],
.message-one .comment-form__input-box input[type="text"],
.message-one .comment-form__input-box textarea {
  background-color: var(--notech-white);
}

.team-details__top-text-1 {
  font-size: 30px;
  color: var(--notech-primary);
  font-weight: 700;
  line-height: 46px;
}

.team-details__top-text-2,
.team-details__top-text-3 {
  line-height: 34px;
  font-size: 18px;
}

.team-details__top-text-2 {
  padding-top: 33px;
  padding-bottom: 35px;
}

.team-details__bottom {
  padding-top: 111px;
  padding-bottom: 110px;
}

.team-details__bottom-left {
  margin-right: 70px;
}

.team-details__bottom-left-title,
.team-details__bottom-right-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.team-details__bottom-left-text {
  font-size: 16px;
  line-height: 30px;
  padding-top: 31px;
  padding-bottom: 33px;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--notech-black);
  margin-bottom: 7px;
}

.pricing__rate,
.team-details__education-awards li p span,
.team-details__education-awards-bottom li span {
  color: var(--logo);
  font-weight: 700;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  border-radius: 7px;
  margin-bottom: 22px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 7px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.billing_details
  .checked-box
  input[type="checkbox"]:checked
  + label
  span:before,
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.shop-category ul li:last-child,
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__education-awards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 34px;
}

.error-page__title-box,
.faq-page__tab,
.faq-page__tab-box .tab-buttons,
.faq-page__tab-box .tab-buttons .tab-btn,
.faq-page__tab-box .tabs-content,
.pricing__icon,
.team-details__education-awards li,
.why-choose-two__points {
  position: relative;
  display: block;
}

.team-details__education-awards li + li {
  margin-left: 85px;
}

.team-details__education-awards li h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 13px;
}

.team-details__education-awards li p {
  font-size: 16px;
  line-height: 30px;
}

.team-details__education-awards-bottom {
  position: relative;
  display: block;
  padding-top: 40px;
  margin-top: 41px;
}

.team-details__education-awards-bottom li {
  font-size: 16px;
}

.message-one {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}

.message-one-bg {
  position: absolute;
  right: 0;
  width: 1184px;
  opacity: 0.1;
  z-index: -1;
}

.brand-five {
  padding: 120px 0 119px;
  background-color: var(--logo);
}

.pricing__single {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  padding: 60px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.pricing__single:hover {
  border: 1px solid var(--logo);
}

.pricing__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 28px;
  margin-bottom: 21px;
}

.pricing__rate {
  font-size: 40px;
  line-height: 40px;
}

.pricing__rate span,
.pricing__service-title {
  font-size: 16px;
  color: var(--notech-black);
}

.pricing__rate span {
  position: relative;
  font-weight: 400;
  left: -10px;
}

.pricing__service {
  position: relative;
  display: block;
  padding-top: 30px;
  margin-top: 31px;
}

.pricing__service-list {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 34px;
}

.faq-page__tab-button-content .icon,
.pricing__service-list li,
.pricing__service-list li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__service-list li .icon span {
  font-size: 14px;
  color: var(--notech-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing__service-list li .text p {
  font-size: 16px;
}

.pricing__btn {
  padding: 9px 0;
  width: 100%;
  text-align: center;
  color: var(--notech-gray);
  background-color: var(--notech-bdr-color);
}

.pricing__btn:after,
.why-choose-two__content {
  background-color: var(--logo);
}

.pricing__single:hover .pricing__btn,
.testimonial-three .section-title__title {
  color: var(--notech-white);
}

.pricing__single:hover .pricing__btn:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.why-choose-two__img {
  position: relative;
  display: block;
  margin-right: -70px;
}

.Homepage_form label,
.Homepage_form label input,
.cart-table .product-box .img-box img,
.comments-area .comment-box .author-thumb img,
.contact_card img,
.feature-two__img,
.feature-two__img img,
.product-details__img img,
.welcome-three__img img,
.welcome-two__img > img,
.why-choose-two__img img {
  width: 100%;
}

.why-choose-two__content-box {
  position: relative;
  display: block;
  margin-left: -100px;
  margin-top: 100px;
}

.why-choose-two__content {
  position: relative;
  display: block;
  padding: 92px 100px 93px;
}

.why-choose-two__text {
  font-size: 16px;
  color: #dcd7ff;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 43px;
}

.why-choose-two__points li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-two__points li + li {
  margin-top: 6px;
}

.why-choose-two__points li .icon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-page__icon,
.why-choose-two__points li .icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.why-choose-two__points li .icon span {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: var(--notech-primary);
}

.why-choose-two__points li .text p {
  font-size: 16px;
  color: var(--notech-white);
  font-weight: 700;
}

.gallery-page__icon,
.gallery-page__img:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.gallery-page__img:before {
  content: "";
  background-color: rgba(var(--logo-rgb), 0.9);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.gallery-page__single:hover .gallery-page__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page__icon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.error-page__form button[type="submit"],
.gallery-page__icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.gallery-page__icon a {
  height: 80px;
  width: 80px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--notech-white);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.gallery-page__icon a:hover {
  color: var(--logo);
}

.error-page {
  position: relative;
  display: block;
  padding: 72px 0 120px;
}

.error-page__inner,
.faq-search__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  font-weight: 700;
  margin-bottom: 9px;
  color: var(--logo);
}

.error-page-shape {
  position: absolute;
  top: 59px;
  left: 47.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.error-page__tagline {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--notech-black);
}

.error-page__text {
  font-size: 20px;
  font-weight: 400;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 56px auto 20px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: 0;
  background-color: var(--notech-extra);
  font-size: 16px;
  color: var(--notech-gray);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
}

.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--notech-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.faq-search {
  position: relative;
  display: block;
  padding: 120px 0 60px;
}

.faq-search__search-form {
  position: relative;
  display: block;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.faq-search__search-form input[type="search"] {
  display: block;
  border: none;
  outline: 0;
  background-color: var(--notech-extra);
  color: var(--notech-gray);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 84px;
  width: 100%;
  padding-right: 80px;
}

.faq-search__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--notech-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.faq-page__tab-button-box {
  position: relative;
  display: block;
  margin-right: 70px;
}

.faq-page__tab-box .tab-buttons .tab-btn .faq-page__tab-button-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--notech-white);
  cursor: pointer;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--notech-bdr-color);
  padding: 25px 29px;
}

.faq-page__tab-box
  .tab-buttons
  .tab-btn.active-btn
  .faq-page__tab-button-content {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.faq-page__tab-button-content .content p {
  font-size: 18px;
  color: var(--notech-black);
  font-weight: 700;
}

.faq-page__tab-faq-box {
  position: relative;
  display: block;
  margin-left: -30px;
}

.faq-page__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.faq-page__tab-faq-content {
  position: relative;
  display: block;
  border: 1px solid var(--notech-bdr-color);
  padding: 59px;
}

.faq-page__tab-faq-content-title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.faq-page__tab-faq-content-title-icon,
.feature-two,
.feature-two__content,
.feature-two__single,
.feature-two__single-inner,
.product-details__content,
.product__all,
.product__items,
.product__showing-text-box,
.product__sidebar,
.shop-category ul,
.shop-search,
.welcome-three,
.welcome-three__img,
.welcome-three__left,
.welcome-two__img {
  position: relative;
  display: block;
}

.faq-page__tab-faq-content-title,
.welcome-three__icon-content {
  margin-left: 20px;
}

.faq-page__tab-faq-content-title h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 6px;
}

.faq-page__tab-faq-content-title p,
.feature-two__text,
.welcome-three__text-2 {
  font-size: 16px;
  line-height: 30px;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
}

.feature-two__single,
.product__all-single:hover {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}

.main-header--one .main-menu__left .main-menu__logo .logo-dark,
.main-menu .main-menu__left .main-menu__logo .logo-dark,
.main-menu-three .main-menu__left--two .main-menu__logo .logo-light,
.main-menu-two .main-menu__left--two .main-menu__logo .logo-light {
  display: block;
}

.welcome-two {
  position: relative;
  display: block;
  padding: 50px 0;
  z-index: 1;
}

.welcome-two__left {
  position: relative;
  display: block;
  margin-left: 88px;
  margin-right: 137px;
}

.welcome-two__shadow {
  position: absolute;
  bottom: -13px;
  left: -46px;
  mix-blend-mode: multiply;
}

.welcome-two__shape-1 {
  position: absolute;
  bottom: -100px;
  left: -130px;
  border-radius: 50%;
  background-color: #f7f7f9;
  width: 300px;
  height: 300px;
  z-index: -1;
}

.welcome-two__shape-2 {
  position: absolute;
  bottom: 252px;
  left: -123px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--logo);
}

.welcome-two__shape-3 {
  position: absolute;
  top: 74px;
  right: -70px;
  height: 138px;
  width: 138px;
  background-color: var(--notech-primary);
  background-color: #f57e20;
  border-radius: 50%;
}

.welcome-two__shape-4 {
  position: absolute;
  bottom: -100px;
  right: -148px;
  -webkit-animation: 10s infinite fa-spin;
  animation: 10s infinite fa-spin;
  z-index: -1;
}

.welcome-two__text {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 17px;
}

.feature-two {
  padding: 0 0 90px;
}

.feature-two .container {
  max-width: 1800px;
}

.feature-two__single {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.feature-two__single-inner {
  padding-left: 270px;
}

.feature-two__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 230px;
}

.feature-two__letter {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 75px;
  width: 80px;
  background-color: var(--notech-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-two__letter h5 {
  font-size: 30px;
  font-weight: 700;
  color: var(--notech-white);
  line-height: 30px;
  text-transform: uppercase;
}

.ban_head_anim,
.offerings h2,
.sap_pages .accordion,
.shop-category ul li,
.shop-category ul li a,
.team_members h5 {
  text-transform: capitalize;
  text-align: center;
}

.feature-two__content {
  top: -5px;
}

.feature-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 21px;
}

.feature-two__title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-two__title a:hover {
  color: var(--logo);
}

.counter-three {
  padding: 120px 0 85px;
}

.welcome-three {
  padding: 103px 0 0;
}

.welcome-three__left {
  margin-left: -4px;
  margin-right: -49px;
}

.welcome-three__img {
  -webkit-animation: 5s ease-in-out infinite alternate ImgBounce;
  animation: 5s ease-in-out infinite alternate ImgBounce;
}

.welcome-three__shape-1 {
  position: absolute;
  bottom: 89px;
  left: 0;
  border-radius: 50%;
  background-color: #e9e9ee;
  width: 391px;
  height: 391px;
  z-index: -1;
}

.welcome-three__shape-2 {
  position: absolute;
  top: 50px;
  left: 0;
  border-radius: 50%;
  background-color: #2be4ac;
  width: 70px;
  height: 70px;
}

.welcome-three__shape-3 {
  position: absolute;
  bottom: 30px;
  right: 0;
  -webkit-animation: 10s infinite fa-spin;
  animation: 10s infinite fa-spin;
  z-index: -1;
}

.welcome-three__shape-3 img {
  width: auto;
}

.welcome-three__right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 74px;
}

.welcome-three__right .section-title {
  margin-bottom: 31px;
}

.welcome-three__text-1 {
  font-size: 20px;
  font-weight: 500;
  color: var(--logo);
  padding-bottom: 32px;
}

.welcome-three__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 45px;
}

.comments-area .comment,
.product-details__social,
.welcome-three__icon {
  position: relative;
  display: flex;
  align-items: center;
}

.welcome-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--notech-primary);
}

.welcome-three__icon-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--notech-black);
  line-height: 36px;
}

.product__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 22px;
}

.shop-search form {
  border-radius: 0;
  position: relative;
  background-color: var(--logo);
}

.shop-search form input[type="search"],
.shop-search form input[type="text"] {
  width: 100%;
  height: 70px;
  background-color: var(--logo);
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  color: var(--notech-white);
  border: none;
  outline: 0;
  font-weight: 400;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.product__price-ranger {
  position: relative;
  padding: 27px 30px 26px;
  margin: 0;
  border: 1px solid var(--notech-bdr-color);
}

.product__price-ranger.price-ranger {
  margin-top: 7px;
  margin-bottom: 0;
}

.product__price-ranger .price-ranger .ui-widget-content {
  background: var(--notech-extra);
  border: none;
  height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--notech-primary);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: 0;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--notech-primary);
}

.product__price-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 20px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.product__price-ranger
  .price-ranger
  .ranger-min-max-block
  input[type="submit"] {
  position: relative;
  display: block;
  background: var(--logo);
  float: right;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  cursor: pointer;
  padding: 2px 20px;
  border-radius: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--notech-gray);
  font-size: 14px;
  font-weight: 400;
  width: 40px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--notech-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}

.shop-category {
  position: relative;
  display: block;
  padding: 29px 15px 15px;
  border: 1px solid var(--notech-bdr-color);
}

.shop-category .product__sidebar-title {
  margin-left: 15px;
  margin-bottom: 13px;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  color: var(--notech-gray);
  margin-bottom: 5px;
}

.shop-category ul li a {
  position: relative;
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: var(--notech-gray);
  font-weight: 400;
  border-radius: 0;
  transition: 0.3s;
  z-index: 1;
  padding: 9px 15px;
}

.shop-category ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--notech-extra);
  border-radius: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: 0.2s linear 0.1s;
}

.shop-category ul li a:hover:before {
  transform: scaleY(1);
}

.shop-category ul li.active a,
.shop-category ul li:hover a {
  color: var(--notech-black);
  background: var(--notech-extra);
}

.shop-category ul li a:after {
  position: absolute;
  right: 20px;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  opacity: 1;
  font-size: 15px;
  color: var(--logo);
  line-height: 35px;
  transform: scale(0);
  transition: 0.2s linear 0.1s;
  font-weight: 900;
  z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
  color: var(--logo);
  transform: scale(1);
}

.product__showing-result {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.product__showing-sort .select-box .nice-select {
  background-color: var(--notech-extra);
  border-radius: 0;
  color: var(--notech-gray);
  font-size: 14px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0;
}

.billing_details_form .select-box .nice-select:after,
.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.product__all-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid var(--notech-bdr-color);
  background-color: #fff;
  padding: 0 0 30px;
  transition: 0.5s;
  z-index: 1;
}

.product__all-img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--notech-black-rgb), 0.1);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.product__all-single:hover .product__all-img:before {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product__all-img img {
  width: 100%;
  transition: 0.5s;
}

.product__all-single:hover .product__all-img img {
  transform: scale(1.05);
}

.product__all-content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.product__all-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 8px;
}

.product__all-title a {
  color: var(--notech-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.billing_title span,
.cart-table h3 a:hover,
.contact_loctaions_part p a,
.product__all-title a:hover {
  color: var(--logo);
}

.product__all-price {
  font-size: 16px;
  color: var(--notech-gray);
}

.product__all-review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__all-review i {
  font-size: 15px;
  color: var(--notech-primary);
}

.product__all-review i + i {
  margin-left: 5px;
}

.product__all-btn-box {
  position: relative;
  display: block;
  margin-top: 10px;
  z-index: 2;
}

.product__all-btn {
  font-size: 12px;
  padding: 4px 20px;
  background-color: var(--notech-extra);
  color: var(--notech-black);
}

.product__all-btn:after {
  background-color: var(--logo);
}

.product-details {
  position: relative;
  display: block;
  padding: 120px 0 56px;
}

.product-details__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--logo);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 10px;
  letter-spacing: 0;
}

.product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 21px;
  padding-bottom: 30px;
  margin-bottom: 21px;
}

.product-details__reveiw i {
  font-size: 16px;
  color: var(--notech-primary);
}

.product-details__reveiw i + i {
  margin-left: 4px;
}

.product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--notech-gray);
  margin-left: 18px;
}

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 31px;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__quantity-title {
  margin: 0 20px 0 0;
  color: var(--notech-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.cart-table .quantity-box,
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #e9e9ee;
  font-family: var(--notech-font);
  padding-left: 30px;
  outline: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--notech-gray);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--notech-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #e9e9ee;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}

.cart-table .quantity-box button.sub,
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #e9e9ee;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-details__buttons {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comments-area,
.comments-area .comment-box,
.product-description,
.product-description__list,
.product-description__list ul,
.product-description__list ul li,
.product-details__buttons-1,
.product-details__buttons-2,
.product-details__social .title,
.review-one,
.review-one__content,
.review-one__title {
  display: block;
  position: relative;
}

.product-details__buttons-1 .thm-btn {
  background-color: var(--notech-black);
}

.product-details__buttons-1 .thm-btn::after,
.product-details__buttons-2 .thm-btn {
  background-color: var(--logo);
}

.product-details__buttons-2 {
  margin-left: 10px;
}

.product-details__buttons-2 .thm-btn:before,
.review-form-one__btn:before {
  background-color: var(--notech-black);
}

.product-details__social .title h3 {
  color: var(--notech-black);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.product-details__social-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.product-details__social-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--notech-black);
  font-size: 15px;
  transition: 0.2s linear 0.1s;
  background-color: var(--notech-extra);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.product-description__title,
.review-form-one__title,
.review-one__title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.product-details__social-link a + a {
  margin-left: 10px;
}

.product-details__social-link a:hover {
  color: var(--notech-white);
  background-color: var(--logo);
}

.product-description {
  background: #fff;
  padding: 0 0 50px;
}

.product-description__title {
  margin-bottom: 27px;
}

.product-description__list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-description__list ul li {
  margin-bottom: 2px;
}

.product-description__list ul li:last-child {
  margin-bottom: 0;
}

.product-description__list ul li p {
  color: var(--notech-black);
  margin: 0;
  font-weight: 600;
}

.product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--logo);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
}

.comments-area {
  padding-top: 56px;
}

.review-one__title {
  margin-bottom: 36px;
}

.cart-table h3,
.review-one__title h3 {
  margin: 0;
}

.comments-area .comment-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}

.review-one__content {
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.cart-table .cross-icon,
.review-form-one,
.review-form-one__form,
.review-form-one__inner,
.review-one__content-bottom,
.review-one__content-top .info,
.review-one__content-top .reply-btn {
  display: block;
  position: relative;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.review-one__content-top .info h2 span {
  color: var(--logo);
  font-size: 16px;
  font-weight: 400;
}

.review-one__content-top .reply-btn i:before {
  color: var(--notech-primary);
  font-size: 15px;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.review-form-one {
  padding: 16px 0 120px;
}

.review-form-one__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
}

.review-form-one__rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: var(--notech-primary);
}

.review-form-one__rate i + i {
  margin-left: 5px;
}

.review-form-one__input-box textarea {
  font-size: 14px;
  color: var(--notech-gray);
  height: 190px;
  width: 100%;
  background-color: var(--notech-extra);
  padding: 25px 30px 30px;
  border: none;
  outline: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.cart-table h3,
.cart-table thead th {
  color: var(--notech-black);
  font-weight: 700;
  font-size: 20px;
}

.review-form-one__input-box.text-message-box {
  height: 190px;
}

.review-form-one__input-box input[type="email"],
.review-form-one__input-box input[type="text"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--notech-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  font-size: 14px;
  color: var(--notech-gray);
  display: block;
  font-weight: 400;
}

.review-form-one__btn {
  border: none;
  background-color: var(--logo);
}

.cart-page {
  position: relative;
  display: block;
  background: var(--notech-white);
  padding: 113px 0 120px;
}

.vison_image,
.who_we_are {
  background-position: center;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cart-table {
  margin-bottom: 60px;
}

.cart-table thead th {
  line-height: 30px;
  padding: 0 0 22px;
  border: none;
}

.cart-table tbody td {
  font-size: 18px;
  color: var(--notech-gray);
  border-top: 1px solid var(--notech-bdr-color);
  border-bottom: 1px solid var(--notech-bdr-color);
  padding: 30px 0;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 35px;
}

.cart-cupon__input,
.cart-table .quantity-box input,
.cart-total li {
  color: var(--notech-gray);
  font-weight: 400;
}

.cart-table .cross-icon i:before,
.cart-total li span:first-child,
.checkout__payment__title,
.order_table_head th {
  font-weight: 700;
  color: var(--notech-black);
}

.cart-table h3 a {
  color: var(--notech-black);
  transition: 0.2s linear 0.1s;
}

.cart-table .quantity-box input {
  width: 98px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #e9e9ee;
  font-family: var(--notech-font);
  padding-left: 30px;
  outline: 0;
  font-size: 18px;
}

.cart-table .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--thm-black);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-left: 1px solid #e9e9ee;
}

.cart-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.cart-cupon__input {
  width: 100%;
  max-width: 375px;
  border-radius: 0;
  background-color: var(--notech-extra);
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
  font-family: var(--notech-font);
  font-size: 14px;
  height: 60px;
  margin-bottom: 20px;
  border: none;
  outline: 0;
}

.cart-cupon__form ::placeholder {
  color: var(--notech-gray);
  opacity: 1;
}

.cart-cupon__form button {
  top: -1px;
  border: none;
  outline: 0 !important;
  background-color: var(--logo);
}

.cart-cupon__form button:before {
  background-color: var(--notech-black);
}

.cart-total {
  position: relative;
  display: block;
  margin-bottom: 21px;
  margin-top: -8px;
}

.cart-total li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
}

.cart-total li span:first-child {
  display: block;
  font-size: 20px;
  margin-right: 80px;
  width: 135px;
  text-align: right;
}

.cart-total li:nth-child(2) span:first-child {
  position: relative;
  right: 6px;
}

.cart-page__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.billing_details_form,
.cart-page__buttons-1,
.checkout-page .billing_details {
  position: relative;
  display: block;
}

.cart-page__buttons-1 .thm-btn {
  background: var(--notech-black);
}

.cart-page__buttons-1 .thm-btn::after {
  background: var(--logo);
}

.cart-page__buttons-2 {
  position: relative;
  display: block;
  margin-left: 10px;
}

.cart-page__buttons-2 .thm-btn {
  background-color: var(--logo);
}

.cart-page__buttons-2 .thm-btn:before {
  background-color: var(--notech-black);
}

.checkout-page {
  position: relative;
  display: block;
  padding: 110px 0 120px;
}

.billing_title {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.billing_title p {
  font-size: 16px;
  margin: 0;
}

.billing_title h2,
.your_order h2 {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}

.billing_title h2 {
  margin: 11px 0 0;
}

.billing_input_box input[type="email"],
.billing_input_box input[type="tel"],
.billing_input_box input[type="text"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--notech-extra);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  color: var(--notech-gray);
  display: block;
  font-weight: 400;
}

.billing_details .checked-box {
  position: relative;
  display: block;
  margin-top: -4px;
}

.billing_details .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0;
  margin-bottom: 0;
  color: var(--notech-gray);
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  font-family: var(--notech-font);
}

.billing_details .checked-box input[type="checkbox"] + label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: var(--logo);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0;
}

.billing_details .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked + label span {
  border-color: #fff;
}

.order_table_box,
.order_table_head {
  width: 100%;
  border-bottom: 1px solid #eeede5;
  position: relative;
}

.ship_different_address_title {
  margin-top: 42px;
}

.ship_different_address_title h2 span::before {
  position: relative;
  display: inline-block;
  color: var(--logo);
  font-size: 19px;
  top: -2px;
  left: 15px;
}

.order_table_detail tbody td.pro__price,
.order_table_detail tbody td.pro__title {
  color: var(--notech-gray);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.ship_different_address_form .ship_different_input {
  position: relative;
  display: block;
  height: 120px;
}

.ship_different_address_form .ship_different_input textarea {
  font-size: 14px;
  color: var(--notech-gray);
  height: 140px;
  width: 100%;
  background-color: var(--notech-extra);
  padding: 15px 30px 20px;
  border: none;
  outline: 0;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 400;
}

.billing_details_form .select-box .nice-select {
  background-color: var(--notech-extra);
  border-radius: 0;
  color: var(--notech-gray);
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.your_order {
  position: relative;
  display: block;
  padding-top: 56px;
}

.your_order h2 {
  margin: 0 0 36px;
}

.order_table_box {
  padding-bottom: 24px;
}

.order_table_detail {
  position: relative;
  width: 100%;
}

.order_table_head {
  border-top: 1px solid #eeede5;
}

.order_table_head th {
  font-size: 20px;
  margin: 0;
  padding: 22px 0 21px;
}

.order_table_head th.right {
  float: right;
}

.order_table_detail tbody td {
  padding: 28px 0 1px;
}

.warehousing li a,
.warehousing li p {
  padding: 0 10px !important;
}

.order_table_detail tbody td.pro__price {
  text-align: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.checkout__payment {
  background-color: var(--notech-extra);
  border-radius: 0;
  padding: 46px 50px 18px;
  margin-bottom: 30px;
}

.checkout__payment__item + .checkout__payment__item {
  margin-top: 40px;
}

.checkout__payment__title {
  display: flex;
  font-size: 20px;
  margin: 0 0 27px;
  align-items: center;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #e9e9ee;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

.checkout__payment__title img {
  margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--logo);
  border-color: var(--logo);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 16px;
  line-height: 30px;
  color: var(--notech-gray);
  font-weight: 400;
  margin-left: 35px;
}

.ban_head {
  transform: translate3d(2000px, 10px, 13px);
}

.ban_head_2 {
  position: relative;
  font-size: 36px !important;
  line-height: 1.5em !important;
}

.vis_head {
  font-size: 25px !important;
}

.foot_logo {
  width: 180px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.modules .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.module_card {
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    max-width: 330px;
    margin: 15px auto;
    padding: 10px 20px;
    color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}

.module_card:hover {
  scale: 1.05;
}

.module_thirtd_card {
  margin-left: -50px !important;
}

.module_heading h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: montserrat, sans-serif;
    margin: 10px 0;
    border-bottom: 0.1px solid #ffffff4d;
    padding-bottom: 10px;
}

.module_cntnt p {
  font-size: 14px;
  font-weight: 400;
 line-height: 1.25rem;
}

.module_card a.thm-btn.project-one__btn {
  padding: 2px 0;
  width: 100%;
  max-width: 100px;
  margin: 25px auto !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var (--logo);
  color: #fff;
  font-weight: 500;
  background: var(--logo);
}

.modules .services-one__top-left .section-title__title {
     color: #000 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
}

.industries {
  padding: 50px 0 !important;
}

.industries .col-lg-2 {
  padding-left: 0 !important;
}

.industries .project-one__content {
  padding: 10px !important;
  max-height: 140px;
  transition: 1s;
}

.industries .project-one__single:hover .project-one__content {
  max-height: 300px;
}

.industries .project-one__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.industries .project-one__text {
    font-size: 14px;
    line-height: 22px;
    padding-top: 14px;
    padding-bottom: 26px;
    text-align: left;
    position: relative;
    top: -228px;
    opacity: 0;
    transition: 1s;
    color: #374151 !important;
}

.industries .project-one__btn {
  color: #fff !important;
  padding: 3px 0 !important;
  background-color: #f57e20 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 5px;
  max-width: 100px;
}

.site_footer_particles {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0 !important;
  float: right;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vison_image {
  background-image: url(assets/images/backgrounds/helping-left-bg.jpg);
  height: 558px;
}

section.Home_form {
  position: relative;
  color: #000;
}

.Home_form .section-title__title {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000 !important;
}

.Home_form select,
.Homepage_form select {
  width: 100%;
  height: 36px;
}

.Home_form a.thm-btn.project-one__btn {
  max-width: 170px;
  text-align: center;
  margin: auto;
}

.Home_form .project-one__btn {
  width: 100%;
  padding: 9px 0;
  background-color: #f57e20;
  color: #fff;
}

.butn:hover,
.module_card a.thm-btn.project-one__btn:hover {
  background-color: #fff;
  color: #000;
}

.vis_left p {
  font-size: 15px !important;
  line-height: 25px;
  /* font-weight: 400; */
  color: #d1d5db;
}

.vis_left {
    background-color: #000;
    padding: 50px 50px 50px 80px;
    color: #fff;
    z-index: 1;
    position: relative;
    height: 572px;
}

.vis_left .section-title__title {
    color: #fff;
    margin: 0;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
}

.services_section a.thm-btn.project-one__btn {
  padding: 2px 0;
  width: 100%;
  max-width: 100px;
  margin: 15px auto !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var (--logo);
  color: #fff;
  font-weight: 500;
  background: var(--logo);
}

.drop_down_ul {
  width: 1000px;
  left: -250px !important;
  min-height: 300px;
  display: none !important;
  transition: 8s !important;
  background-color: #000 !important;
}

.main-menu .main-menu__list li:hover .drop_down_ul {
  display: flex !important;
  transition: 8s !important;
}

.drop_down_ul li {
  width: 30% !important;
  max-height: 60px !important;
}

.contact_card .contact_card_content p,
.contact_card .contact_card_content span,
.contact_card:hover,
.contact_card:hover .contact_card_content a,
.contact_card:hover .contact_card_content h1,
.contact_card:hover .contact_card_content p,
.contact_card:hover .contact_card_content span,
.drop_down_ul li a,
.industries_banner h2,
.industries_banner p,
.who_we_are .section-title__title {
  color: #fff !important;
}

.industries .project-one__btn:hover,
.warehousing .contact_redirection a,
.warehousing li a {
  color: #000 !important;
}

.warehousing {
  width: 700px !important;
  display: grid !important;
  column-gap: 50px;
  grid-template-columns: auto auto;
  padding: 10px;
  border: 1px solid red;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  height: 278px;
}

.warehousing .contact_redirection {
  position: absolute;
  bottom: -71px;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-weight: 800;
  color: #000;
}

.warehousing li {
  width: 340px !important;
  margin: 10px 0;
  min-height: 80px;
  background: 0 0;
  padding: 0 10px;
}

#scrollSection,
section.clients {
  background-color: #000;
}

.warehousing li p {
  line-height: 1.5;
  font-size: 14px;
  color: #000;
}

.warehousing li:hover {
  background-color: none !important;
}

.butn,
.site-footer__bottom,
.team_members,
a.icon.textAlignCenter {
  text-align: center;
}

.ban_head_anim {
  color: #000;
  font-weight: 700;
  position: relative;
  left: 10px;
}

.animation-container {
  font-size: 24px;
  display: inline-block;
  position: absolute;
}

.blinking-cursor {
  animation: 0.7s infinite blink;
  width: 100px;
  color: #000;
  height: 300px;
}

.butn,
.site-footer__bottom span a:hover,
section.clients {
  color: #fff;
}

@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.modules .services-one__top-left .section-title__title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 235px;
  top: -40px;
  left: -25px;
  background-color: #000;
}

.modules .services-one__top-left .section-title__title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 73px;
  top: 50px;
  left: -26px;
  background-color: #f57e20;
  border-radius: 100px;
}

.team_members {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  margin: 30px 0;
}

.team_members h5 {
    margin: 10px 0;
    font-size: 16px;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 600;
}

.team_members p {
  /* min-height: 40px; */
  line-height: 20px;
  font-size: 12px;
}

.team_img {
  width: 100%;
  max-width: 140px;
}

.team_img img {
  width: 100%;
  border-radius: 100%;
}

.butn {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 100px;
  background-color: #f57e20;
  margin: 10px auto;
  border-radius: 5px;
  transition: 0.2s;
  font-weight: 300;
  font-size: 14px;
  border: 0.5px solid #f57e20;
}

.gap_top_bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.clients img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  margin: 10px 0px;
}

.white_line::before {
  background-color: #fff !important;
}

.Homepage_form {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 4px 4px 6px 0 #999;
}

.site-footer__bottom span a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: 0.5s;
}

.scrolling-image {
  position: relative;
  left: 0;
  /* transition: left 5s ease-out; */
  width: 100%;
  height: 572px;
}

.modules .module_icon img {
  width: 45px;
}

a.icon.textAlignCenter {
  display: block;
  position: relative;
  top: -70px;
  z-index: 9999;
}

.fa-2x {
  font-size: 2em;
  width: 25px;
  animation: 2s infinite pulse;
}

@keyframes pulse {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

.blog_icon img {
  width: 30px;
}

.industries .project-one__single:hover .project-one__text {
  top: 8px !important;
  opacity: 1;
  color: #374151;
}

.industries .project-one__single:hover .industries .butn {
  top: -10px;
}

.industries .butn {
  color: #f57e20 !important;
  background-color: transparent !important;
  position: relative;
  top: -100px;
  transition: 1s;
}

.industries .project-one__single:hover .butn {
  color: #fff !important;
  background-color: #f57e20 !important;
  top: -10px;
}

.module_img {
  width: 400px;
  position: absolute;
  right: 10px;
  bottom: 40px;
}

.services-one__icon img {
  width: 35px;
}

.form_left_text  {
      font-size: 14px;
    line-height: 25px;
    font-size: 1.5rem;
    line-height: 2rem;
}

.contact_loctaions_part p {
  font-size: 24px;
}

.contact_card {
  background-color: #f57e20;
  box-shadow: 0 17px 49px rgba(63, 92, 148, 0.12);
  display: block;
  margin: 0 auto 4rem;
  overflow: hidden;
  width: 100%;
}

.abt_sec_cntnt ul li,
.tab_in {
  display: inline-flex;
}

.contact_card_img {
  border: 5px solid #fff;
  border-radius: 3px;
}

.contact_card h1 {
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  color: #fff;
}

.open_positions li,
.open_positions p {
  font-size: 16px;
  color: #000;
}

.contact_loctaions_part .contact_card p {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  padding: 10px;
}


.contact_map
iframe {
    border: 0;
    border-radius: 10px;
    border: 5px solid #fff !important;
}

.contact-details__right p a {
  font-weight: 500;
}

.benifits,
.pad_50,
.pad_top_bottom_50,
.py_50,
section.careers {
  padding: 50px 0;
}

.who_we_are {
  background-image: url(../img/who-we-are.jpg);
  padding: 100px 0;
  color: #fff;
}

.who_we_are p {
  padding: 30px;
  background-color: #00000017;
  border-radius: 24px;
}

.open_positions .tab {
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 30px 0;
  text-align: right;
}

.open_positions .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 4px 30px;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 100px;
  margin: 0 2px;
}

.open_positions .tab button:hover {
  background-color: #ddd;
}

.open_positions .tab button.active {
  background-color: #f57e20;
  color: #fff;
  font-weight: 600;
}

.open_positions.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.careers .accordion {
  background-color: #f57e20;
  color: #fff;
  cursor: pointer;
  padding: 12px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 18px;
  transition: 0.4s;
  font-weight: 500;
  border-bottom: 1px solid #ffffff26;
}

.accordion:hover,
.careers .active {
  background-color: #ccc;
  background-color: #f57e20b5;
}

.accordion:after {
  content: "\002B";
  color: #fff;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

.thm-breadcrumb .active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.open_positions p span {
  font-size: 18px;
  font-weight: 800;
  color: #f57e20;
}

.open_positions li {
  display: flex;
  padding-left: 10px;
}

.open_positions li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -14px;
  background: #000;
  background: linear-gradient(245deg, #000 0, #ff7100 99%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  right: 10px;
  padding-right: 10px;
  box-shadow: 1px 0 6px 1px #f57e2087;
}

.cv {
  width: 100%;
  max-width: 60%;
  margin: auto;
  padding: 20px;
  text-align: center;
  border: 1px solid;
  border-radius: 10px;
}

.cv .butn {
  max-width: 150px !important;
  font-weight: 600;
}

.cv h3 {
  font-weight: 900;
  padding: 10px 0;
  font-family: auto;
  color: #f57e20;
}

.cv p {
  font-size: 14px;
  color: #848484;
}

.limit_cv,
input#uploadFile {
  font-size: 12px;
}

.careers_modal label {
  font-size: 12px;
  display: block;
}

.form_content {
  margin: 12px 0;
}

.limit_cv {
  line-height: 22px;
  float: right;
  margin-top: 15px;
}

.tablinks.active:after {
  content: "" !important;
}

.sap_pages .accordion:after,
.sap_pages .active:after {
  content: "";
  position: absolute;
  right: 30px;
  top: auto;
  height: 24px;
  width: 24px;
  background-size: cover !important;
}

.accordion span {
  font-size: 15px;
  position: absolute;
  right: 10%;
}

.accordion span:nth-child(2) {
  font-size: 15px;
  position: absolute;
  right: 25%;
}

.tab_in {
  background-color: #dee2e6;
  border-radius: 104px;
}

.abt_sec_cntnt ul li {
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: 45%;
  font-weight: 700;
}

.abt_bg {
  width: 350px !important;
}

.industries_pages p {
  font-size: 15px;
  line-height: 250x;
  padding: 10px 10px;
}

.industries_pages .section-title__title {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding-left: 16px;
  display: none;
}

.industries_pages b {
  color: #f36c49;
}

.offerings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.offerings h2 {
  padding: 10px 0 0;
  line-height: 20px;
  margin-top: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.industries_pages .offerings p {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

.offerings_img img {
  width: 48px;
}

.challenges .tab {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.challenges .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 8px 16px;
    transition: 0.3s;
    font-size: 15px;
    margin: 0 5px;
    background-color: #ddddddab;
    border-radius: 100px;
    line-height: normal;
    font-weight: 500;
    color: #374151;
}

.challenges .tab button:hover {
  background-color: #f57e20;
  border-radius: 105px;
}

.challenges .tab button.active {
  background-color: #f57e20;
  border-radius: 100px;
  color: #fff;
}

.challenges .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.challenges .tpl_tabs button {
  min-height: 50px;
}

.three-pl_challanges .tabcontent img {
  width: 100%;
  max-width: 400px !important;
  height: 300px !important;
}

.challenges .tabcontent p {
  padding: 10px;
}

.about_team_members_page .rowe {
  justify-content: center;
  align-items: center;
}

.three_challenges .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.challanges_with_smarter ul,
.d_flex {
  display: flex;
}

.challenges li {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    font-weight: 500;
}

.challanges_with_smarter .section-title__title {
  line-height: 25px;
}

.challanges_with_smarter ul {
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
}

.challanges_with_smarter ul li {
  display: inline-flex;
  float: left;
  list-style-type: none;
  /* padding: 5px 20px; */
  font-weight: 500;
}

.challanges_with_smarter ul li img {
  width: 40px;
  padding: 0 5px;
}

.d_flex {
  align-content: center;
}

.tpl_keytrends_card {
  width: 23%;
  float: left;
  padding: 10px;
  border-radius: 20px;
  margin: 3px 5px;
  line-height: 25px;
  font-size: 15px !important;
  box-shadow: 2px 2px 3px 0 #ddd;
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.6);
  transition: 0.5s;
}

.key_trends {
  background-color: #f1f1f1;
}

.key-trends-cards {
  padding: 10px 0 10px;
  display: flex;
}

.industries_pages img {
  border-radius: 5px;
}

.top_100 {
  top: 100px;
}

.top_challanges {
  width: 100%;
  max-width: 30%;
  margin: auto;
  background-color: #ddd;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 10px #0000000a;
}

.site-footer__social a .fab {
  font-size: 18px;
}

.contact_card_content {
  width: 100%;
  transition: 0.5s;
  padding: 15px;
  min-height: 450px;
}

.contact_card_content svg {
  background-color: #fff;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 100%;
  fill: #f57e20;
  margin: 0 10px;
}

.contact_card_content p span {
  font-weight: 800;
}

.contact_loctaions_part p a {
  font-weight: 400;
  color: #fff;
}

.contact_card {
  transition: 0.5s;
  border-radius: 10px;
}

.contact_card:hover {
  background: linear-gradient(to right, #f57f22, #f57e20d9);
  transition: 0.5s;
}

.person_img img {
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}

.person_disc {
  text-align: center;
  padding: 10px;
}

.person_discription h3 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #f37a44;
}

.person_discription p {
  font-size: 16px;
  padding: 5px 0;
}

.sap_pages .accordion {
    border: 0;
    padding: 25px 65px 25px 30px;
    color: #fff;
    box-shadow: 0 6px 25px rgb(0 0 0 / 8%);
    background: var(--logo);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: left;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
}

.sap_pages .accordion:after {
  background-image: url(../../assets/img/1.svg);
}

.sap_module_accordian_part img {
  width: 100%;
  margin-bottom: 35px;
}

.sap_module_accordian_part ul,
.tm_yl {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  column-count: 4;
}

.sap_module_accordian_part ul li,
.tm_yl li {
  margin: 10px;
  background-color: #e3d7d7;
  padding: 5px 10px;
  border-radius: 10px;
  list-style-type: none;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.sap_pages .active:after {
  background-image: url(../../assets/img/2.svg);
}

.sap_pages .panel {
  width: 100%;
  margin: 20px auto;
}

.sap_pages .panel p {
  padding: 10px 0;
}

.sap_pages .panel span {
  color: #f57e20;
  font-weight: 500;
}

.sap_pages .panel ol li {
  list-style-type: disc;
}

.sap_pages .yl_process h6 {
  padding: 18px 0;
  font-size: 20px;
}

.sap_pages .yl_process li {
  color: #000;
}

.contact_map {
  padding: 0;
  /*border: 2px solid #000;*/
  border-radius: 4px;
}

.team-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.col_lg_2 {
  width: 32%;
  float: left;
}

.packing_centers_list_headings {
  font-weight: 700;
}

/* iframe {
  border: 0;
  scale: 1.3;
  top: 80px !important;
  cursor: none;
} */

.ban_head,
.ban_head_anim {
  font-size: 53px !important;
  line-height: 1em !important;
}

.video_section {
  width: 100%;
  height: 650px;
  background-color: #000000c7;
}

.modules {
  padding: 50px 0;
  margin-top: 0;
}

.panel_in h5 {
  color: #f18835;
}

.about_team_members_page {
  padding: 160px 0px 60px;
}

.p-color {
  color: #000;
}

/* events section */

.challenges {
  padding: 50px 0px;
}

.main-menu__left--two {
  display: flex;
  justify-content: center;
  align-items: center;
}

.branch_bdr {
  border-left: 1px dashed #ffffff7a;
  border-right: 1px dashed #ffffff7a;
}

.industries_pages li {
  position: relative;
  list-style-type: none;
  color: #4b5563;
}

.industries_pages li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  background: #000;
  background: linear-gradient(245deg, #000 0, #ff7100 99%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  right: 10px;
  padding-right: 10px;
  box-shadow: 1px 0 6px 1px #f57e2087;
}

/* .address {
  min-height: 125px;
} */

.e-commerce-solutions {
  margin-bottom: 20px;
}

.e-commerce-solutions p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.video_section {
  width: 100%;
  height: 600px;
  background-color: #000000c7;
}

.page-header {
    /* padding: 140px 0 128px; */
    /* background-color: var(--notech-black); */
    /* z-index: 1; */
    /* height: 50vh; */
    margin-top: 50px;
    /* border-top: 2px solid; */
    /* padding: 80px 0px; */
    height: calc(-42px + 50vh);
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: #1e3a8acc 0 0 0 1000px inset; */
    /* box-shadow: #1e3a8a9c 0 0 0 1000px inset; */
}

.services-one__title a {
     color: #fff !important;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

a.cursor_none {
  /* cursor: none !important; */
}

.testimonial-one__inner.testimonia {
  width: 100%;
  max-width: 67%;
  margin: auto;
  /* background-color: #f57e20; */
  padding: 30px;
}

.space {
  padding: 50px 0px;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -11px;
  left: 335px;
}

.project-one__img img {
  max-height: 200px;
}

ul.thm-breadcrumb.list-unstyled {
  display: none;
}

.services-one__single:hover .cursor_none {
  color: #ffffff !important;
  /* cursor: none !important; */
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.main-menu .main-menu__list li .services_dropdown,
.stricky-header .main-menu__list li .services_dropdown {
  position: absolute;
  top: 100%;
  left: -210px;
  min-width: 1000px;
  background-color: #fff;
  background-color: #ededed;
  -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-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  height: 450px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fa-solid,
.fas {
    font-weight: 600;
    padding-left: 3px;
    font-size: 10px;
    padding-top: 0px;
    color: var(--logo);
    margin-right: 5px;
}

.ser_menu_cards {
  display: flex;
  flex-direction: column;
  padding: 5px !important;
  margin-bottom: 10px;
  transition: 0.5s;
  border: 1px solid #fff;
}
.ser_menu_cards:hover,
.ser_menu_cards.active {
  border: 1px solid var(--logo);
  border-radius: 4px;
}
.ser_menu_cards:hover h5 {
  color: var(--logo);
}

.ser_menu_cards p {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  margin: 0px;
  line-height: 1.5;
}

.ser_menu_cards h5 {
  font-size: 15px;
  font-weight: 600;
}

/* .services_dropdown li:hover .services_menu {
    opacity: 1;
    z-index: 9999999;
} */

/* .services_menu {
    position: absolute;
    border: 1px solid;
    width: 100%;
    max-width: 70%;
    right: 0px;
    top: 0px;
    opacity: 0;
    z-index: 9999999;
    background-color: #f2f0f0;
    margin: 5px;
    padding: 20px;
    border-radius: 10px;
} */

.services_dropdown > li {
  position: relative;
  /* Position relative to contain the dropdown */
}

.services_dropdown .services_menu {
  display: none;
  /* Hide all menus initially */
  position: absolute;
  top: 100%;
  /* Place the menu below the parent `li` */
  left: 0;
  background: #fff;
  /* Background color for dropdown */
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.services_dropdown > li:hover .services_menu {
  display: block;
  /* Show the menu when hovering over the specific `li` */
}

/* Ensure the parent container is the reference for positioning */

.services_dropdown {
  position: relative;
  /* This will be the positioning reference */
}

/* Style for each dropdown menu */

.services_dropdown .services_menu {
  display: none;
  /* Hide all menus initially */
  position: absolute;
  /* Positioned relative to .services_dropdown */
  top: 60px;
  /* Fixed vertical position from the .services_dropdown container */
  left: 365px;
  /* Offset horizontally by 30% */
  background: #fff;
  /* Dropdown background */
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Optional shadow */
  z-index: 100;
  /* Ensure it is above other elements */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* Smooth visibility transition */
  opacity: 0;
  /* Initially transparent */
  visibility: hidden;
  /* Initially hidden */
}

/* On hover, show the respective menu */

.services_dropdown > li:hover .services_menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* .services_dropdown .services_menu {
  position: fixed !important;
  top: 100px !important;
  left: 0px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  height: 100% !important;
  width: 700px !important;
} */

.services_dropdown .services_menu {
  position: fixed !important;
  top: 100px !important;
  left: 500px;
  /* background: #fff; */
  padding: 10px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  z-index: 999;
  height: 400px !important;
  width: 700px !important;
}

.services_dropdown {
  position: relative;
  /* Make the dropdown container the positioning reference */
}

.services_dropdown .services_menu {
  display: none;
  /* Initially hidden */
  position: absolute;
  top: 60px;
  /* Fixed vertical position from the .services_dropdown */
  left: 365px;
  /* Offset horizontally by 30% */
  background: #fff;
  /* Background color */
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Add shadow for better visuals */
  z-index: 9999999;
  /* Ensure it's above other elements */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* Smooth transition for visibility changes */
  opacity: 0;
  /* Initially transparent */
  visibility: hidden;
  /* Initially hidden */
}

/* Show the dropdown when the parent li or the menu itself is hovered */

.services_dropdown > li:hover .services_menu,
.services_menu:hover {
  display: block;
  /* Show the menu */
  opacity: 1;
  /* Make it fully visible */
  visibility: visible;
  /* Remove hidden visibility */
}

.services_dropdown {
  position: relative;
  /* Make the dropdown container the positioning reference */
}

.services_dropdown .services_menu {
  display: none;
  /* Hide all menus initially */
  position: absolute;
  top: 80px !important;
  /* Fixed vertical position from the .services_dropdown container */
  left: 365px;
  /* Offset horizontally by 30% */
  background: #fff;
  /* Background color */
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Add shadow for better visuals */
  z-index: 100;
  /* Ensure it's above other elements */
  opacity: 0;
  /* Initially hidden */
  visibility: hidden;
  /* Initially hidden */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* Smooth transition */
  border-radius: 10px;
}

/* Default visible state for the first li */

.services_dropdown > li:first-child .services_menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Hide the first menu when hovering on other li elements */

.services_dropdown > li:hover ~ li:first-child .services_menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* Show the corresponding menu on hover */

.services_dropdown > li:hover .services_menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

h5.services_second_heading {
  color: var(--logo);
  font-size: 25px;
  font-weight: 700;
  padding-left: 16px;
  margin-bottom: 15px;
}

.services_cards {
  background: #fff;
  border-radius: 60px 0 0 0;
  border-radius: 8px;
  color: #181b21;
  overflow: hidden;
  padding: 30px;
  /* width: calc(33.33333% - 21.33333px); */
  border: 1px solid #dae1ec;
  margin-bottom: 20px;
  /* min-height: 380px; */
}

.services_cards h6 {
    font-size: 25px;
    color: var(--logo);
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: block;
    padding-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.services_cards p {
  font-size: 15px;
}

.services_three_steps {
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  padding: 30px;
  border-radius: 10px;
}

.service-menu {
  padding: 20px;
  border: 4px solid #f78420;
  border-radius: 8px;
  margin-bottom: 20px;
}

.service-menu a {
  padding: 5px 10px;
  display: block;
  margin-bottom: 10px;
  border: 2px solid #f57e20;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  transition: 0.5s;
}

.service-menu a:hover,
.service-menu a.active {
  background: #f57e20;
  color: #fff;
}

section.services_steps {
  background-color: #f0ead6;
}

.tab_header_2 {
  max-width: 50% !important;
  margin: 0px auto 30px auto;
}

/* madan changes */

.page-header__inner p {
  color: #fff;
}
.sap_pages p {
  padding: 10px 0px;
}
.services_three_steps h6 {
      font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--logo);
}
.bg-color {
  background-color: var(--notech-extra);
}
.service-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* media responsive design */

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu .mobile-nav__toggler,
  .mobile-nav__buttons {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .main-header__top-right-social {
    display: none;
  }
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
  .main-menu .main-menu__list li .services_dropdown,
  .stricky-header .main-menu__list li .services_dropdown {
    position: absolute;
    top: 100%;
    left: -210px;
    min-width: 1000px;
    background-color: #fff;
    background-color: #ededed;
    -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-transition: 0.5s;
    transition: 0.5s;
    z-index: 99;
    -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
    height: 450px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
@media (max-width: 1199px) {
  .cart-table {
    min-width: 1170px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
  .order-first .sidebar {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn {
    width: 100%;
    display: block;
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn span {
    display: block;
  }
}

@media (max-width: 767px) {
  .why-choose-one__right .why-choose-one__points-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .why-choose-one__right .why-choose-one__points-content {
    padding-left: 20px;
    margin-top: 0;
  }
}

@media (max-width: 665px) {
  .why-choose-one__right .why-choose-one__points-box {
    display: block;
  }
  .why-choose-one__right .why-choose-one__points-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .why-choose-one__points-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 650px) {
  .site-footer-bg-1 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .helping__points,
  .tech-services__points li {
    display: block;
  }
  .tech-services__points li .content {
    margin-left: 0;
    margin-top: 20px;
    max-width: 300px;
  }
  .helping__points p {
    max-width: 250px;
  }
  .helping__points li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .helping__right {
    padding-bottom: 110px;
  }
  .business-from-two .section-title__title br,
  .consult__icon-text br {
    display: none;
  }
  .mobile-nav__content .fa-solid {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 480px) {
  .consult__points li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .consult__points li .icon {
    position: relative;
    top: 7px;
  }
  .counter-two__content-box,
  .notech-more__points {
    display: block;
  }
  .counter-two__count-box,
  .notech-more__points li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .counter-two__icon-box {
    margin-left: auto;
    margin-right: auto;
  }
  .business-from__sub-title {
    line-height: 1.1em;
  }
}

.services_section .dropdown ul {
  flex-direction: column;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);

  transition: 0.5s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  display: flex;
  position: absolute;
  margin-top: 15px;
}

.services_section .dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 100%;
}

.services_section .dropdown {
  list-style-type: none;
}

.globe_img {
  width: 50px;
}


.column_count {
  column-count: 2 !important;
}

.footer_contact_card_content p{
  color: #fff;
}

.footer_contact_card_content
.address {
  min-height: unset;
}


.clients img {

  aspect-ratio: 6/2 !important;

}


.footer-widget__contact-list img {
  height: 80px;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px;
}

.footer_contact_card_content svg{
  background-color: #fff;
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 20px;
  fill: #f57e20;
  margin: 0px 5px;
}
@media only screen and (max-width: 600px) {


.mobile-nav__content 
.main-menu__list li ul, .main-menu__list li ul {
  position: relative;
  top: 100%;
  left: -1px;
  min-width: 216px;
  /* background-color: #fff; */
  -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: visible;
  /* -webkit-transition: 0.5s; */
  /* transition: 0.5s; */
  /* z-index: 99; */
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  /* box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1); */
  /* border-bottom-right-radius: 8px; */
  /* border-bottom-left-radius: 8px; */
  /* z-index: 99999999999999; */
}


.main-menu__list li ul, .main-menu__list li ul {
  position: relative !important;
  top: 100%;
  left: 0;
  min-width: 220px;
  /* background-color: #fff; */
  -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-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: transparent !important;
}


.logo-box a{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.page-header__inner {
  padding: 0px 10px;
}

 
.services_section .tab-link {

  margin: 5px 0px;
}

.testimonial-one__inner.testimonia {

  max-width: 100%;

}


.testimonial-one__text {
  font-size: 16px !important;
  line-height: 30px !important;
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 5px;
}


.branch_bdr {
  border-left: 1px dashed #ffffff00;
  border-right: 1px dashed #ffffff00;
}

.site-footer-bg-1 {

  background-image: none !important;
}

.footer-widget__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 30px;
}

.col_sm_100{
  width: 100% !important;
}

.sap_pages .accordion:after, .sap_pages .active:after {

  right: 60px;

}
}


.footer_contact_card_content 
span.icon-pin {
  position: relative;
  /* top: -36px; */
  color: #fff;
  font-size: 15px;
  padding: 10px;
  color: #f57e20;
  top: -2px;
}


.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 0;
}.site-footer__bottom-text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  padding: 0px;
}


.module_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title__title{
  color: #000000;
}

.clients  .col-md-2 {
    flex: 0 0 auto;
    width: 30% !important;
}

.home_gen_enq{
      font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}

.services_three_steps li{
      padding: 6px;
    margin-left: 30px;
    line-height: 1.625;
    color: #374151;
    font-size: 16px;
}