/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
# Boxed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

/* @font-face {
  font-family: Diaria-sans-pro-regular;
  src: url("../font/gilroy/Diaria Sans Pro Regular.otf");
} */

@font-face {
  font-family: Gilroy-regular;
  src: url("../font/gilroy/Gilroy-Regular.ttf");
}

@font-face {
  font-family: Gilroy-medium;
  src: url("../font/gilroy/Gilroy-Medium.ttf");
}

@font-face {
  font-family: Gilroy-light;
  src: url("../font/gilroy/Gilroy-Light.ttf");
}

@font-face {
  font-family: Gilroy-semibold;
  src: url("../font/gilroy/Gilroy-SemiBold.ttf");
}

@font-face {
  font-family: Gilroy-bold;
  src: url("../font/gilroy/Gilroy-Bold.ttf");
}

@font-face {
  font-family: Gilroy-extrabold;
  src: url("../font/gilroy/Gilroy-ExtraBold.ttf");
}

/* @font-face {
  font-family: Montserrat-regular;
  src: url("../font/gilroy/Montserrat-Regular.otf");
}

@font-face {
  font-family: Montserrat-medium;
  src: url("../font/gilroy/Montserrat-Medium.otf");
} */

:root {
  --ontech-font: "Inter", sans-serif;
  --ontech-font-two: "Prompt", sans-serif;
  --ontech-reey-font: "reeyregular";
  --ontech-base: #ffb237;
  --ontech-base-rgb: 255, 178, 55;
  --ontech-black: #080501;
  --ontech-black-rgb: 8, 5, 1;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-75 {
  width: 75%;
}
.w-55 {
  width: 55%;
}
.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mt-6 {
  margin-top: 5rem;
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--ontech-font);
  color: rgba(var(--ontech-black-rgb), 0.8);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--ontech-black);
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ontech-black);
  margin: 0;
  font-family: var(--ontech-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-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(--ontech-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

/* owl dots basic style */

.owl-dots-one.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot {
  margin: 0px -1px;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #d6cbc5;
  border-radius: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.owl-dots-one.owl-theme .owl-dots .owl-dot.active span {
  background: var(--ontech-base);
}

.owl-dots-one.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dbd8d8;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.owl-dots-one.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scaleX(1);
}

.owl-with-shadow .owl-stage-outer {
  overflow: visible;
}

.owl-with-shadow .owl-item {
  visibility: hidden;
  opacity: 0;
  transition: visibility 500ms ease, opacity 500ms ease;
}

.owl-with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/***
=====================================================
Custom Cursor
=====================================================
***/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--ontech-base, #d0807a);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
  display: none;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--ontech-base);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
  display: none;
}

.custom-cursor__hover {
  background-color: var(--ontech-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/***
=====================================================
    Thm Btn
=====================================================
***/
.thm-btn {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #008d42;
  outline: none !important;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 50px;
  font-family: "Gilroy-semibold";
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 5px 0px 30px;
  overflow: hidden;
  border-radius: 50px;
}

.arrow-img {
  display: block;
  width: 32% !important;
  height: 0% !important;
  padding: 4px 0px 0px;
  margin-left: 12px;
}

.banner-btn {
  float: right;
  width: 35%;
}

/***
=============================================
   Sec Title
=============================================
***/
.sec-title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 57px;
}

.sec-title__tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.sec-title__tagline .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.sec-title__tagline::before {
  position: absolute;
  top: 0;
  left: 6px;
  right: 0;
  height: 1px;
  background: #fbebd3;
  content: "";
}

.sec-title__tagline .round-box {
  position: relative;
  display: block;
  line-height: 0;
}

.sec-title__tagline .round-box img {
  width: auto;
}

.sec-title__tagline .round-box::before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 1px;
  height: 7px;
  background: #fbebd3;
  content: "";
  margin: 0 auto;
}

.sec-title__tagline .text {
  position: relative;
  display: block;
  margin-left: 5px;
}

.sec-title__tagline .text p {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sec-title__title {
  color: var(--ontech-black);
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: none;
}

/***
=====================================================
Bootstrap Select
=====================================================
***/
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--ontech-black);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--ontech-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #ffffff;
  color: var(--ontech-base);
  cursor: pointer;
}

/***
=====================================================
Preloader
=====================================================
***/
.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/***
=====================================================
Search Popup
=====================================================
***/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  padding-right: 80px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--ontech-base);
  border: 0;
}

.search-popup__content .thm-btn:hover {
  color: #fff;
  background-color: var(--ontech-black);
}

.search-popup__content .thm-btn:before,
.search-popup__content .thm-btn:after {
  display: none;
}

/***
=============================================
    Rating Box
=============================================
***/
.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  line-height: 0;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 50px;
  background: transparent;
  border-radius: 0px;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  border: 1px solid #e1e1e1;
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--ontech-font);
  z-index: 1;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  background: var(--ontech-black);
  border-color: var(--ontech-black);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: var(--ontech-black);
  font-weight: 600;
  font-size: 14px;
  width: 60px;
  height: 50px;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  border-radius: 0%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  top: -1px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
  background: var(--ontech-black);
  border-color: var(--ontech-black);
}

.styled-pagination li.prev {
  margin-right: 17px;
}

.styled-pagination li.next {
  margin-left: 11px;
}

/***
=====================================================
Scroll To Top
=====================================================
***/
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--ontech-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
  left: 20px;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--ontech-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

.scroll-to-tops {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  transition: all 0.4s ease;
  left: 20px;
}


/***
=====================================================
Navigations One
=====================================================
***/
.main-header {
  position: relative;
  display: block;
  z-index: 99;
}

.stricky-header .main-menu__wrapper-inner {
  padding-left: 0;
  box-shadow: none;
}

.stricky-header.main-menu {
  margin-top: 0px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 44px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  position: relative;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gilroy-medium;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: #008d42;
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fffdf3;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fffdf3;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li > ul > li:hover > ul {
  /* overflow-x: scroll; */
  height: 25rem;
  overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #008a41;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003519; 
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li {
  position: relative;
  font-size: 14px;
  font-family: "Gilroy-regular";
  line-height: 30px;
  color: #5e5e5c;
  border-bottom: 1px solid rgba(var(--ontech-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fffdf3;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li > ul > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul > li > ul > li {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  font-family: "Gilroy-regular";
  color: #5e5e5c;
  border-bottom: 1px solid rgba(var(--ontech-black-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

/* .main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
} */

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 0px;
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #5e5e5c;
  border-bottom: 1px solid rgba(var(--ontech-black-rgb), 0.1);
  font-family: "Gilroy-regular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.main-menu .main-menu__list > li > ul > li:hover {
  background: #008d42;
}
.main-menu .main-menu__list > li > ul > li > ul > li:hover {
  background: #008d42;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul > li:hover {
  background: #008d42;
}
.main-menu .main-menu__list > li > ul > li a,
.main-menu .main-menu__list > li > ul > li > ul > li a,
.stricky-header .main-menu__list > li > ul > li a,
.stricky-header .main-menu__list > li > ul > li > ul > li a {
  color: #5e5e5c;
  background: unset !important;
}
.main-menu .main-menu__list > li > ul > li a:hover, .main-menu .main-menu__list > li > ul > li > ul > li a:hover {
  color: #ffffff;
  font-family: 'Gilroy-semibold';
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a, .stricky-header .main-menu__list > li > ul > li:hover > a, .stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--ontech-base);
  color: #ffffff;
  font-family: 'Gilroy-semibold';
}

.main-menu .main-menu__list > li > ul > li:last-child > a,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  /* position: fixed; */
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--woodza-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--woodza-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 25px;
  color: #008d42;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--ontech-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/***
=====================================================
Mobile Nav
=====================================================
***/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--ontech-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-family: 'Gilroy-extrabold' !important;
  font-size: 16px !important;
  color: #008d42 !important;
} 
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 1.5em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Gilroy-medium';
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--ontech-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--ontech-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--ontech-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--woodza-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.mobile-nav__social a {
  font-size: 16px;
  color: var(--woodza-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--woodza-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--woodza-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--ontech-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--ontech-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/***
=====================================================
Main Header One
=====================================================
***/
.main-header-one {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 99;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
}

.main-header-one__top {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px 0px 0px;
}

.main-header-one__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.main-header-one__top-left {
  position: relative;
  display: block;
  z-index: 1;
}

.main-header-one__top-left-btn {
  position: relative;
  display: block;
}

.main-header-one__top-left-btn a {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  background: var(--ontech-base);
  border-radius: 3px;
  padding: 10px 40px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one__top-left-btn a:hover {
  background: var(--ontech-black);
  color: #ffffff;
}

.main-header-one__top-right {
  position: relative;
  display: block;
}

.main-header__contact-info {
  position: relative;
  display: block;
}

.main-header__contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-header__contact-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}

.main-header__contact-info ul li:last-child {
  margin-right: 0;
}

.main-header__contact-info ul li .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-info ul li .inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: #f6f4f1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-header__contact-info ul li .inner .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-base);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-header__contact-info ul li:hover .inner .icon-box::before {
  transform: scale(1);
  opacity: 1;
}

.main-header__contact-info ul li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 24px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header__contact-info ul li .inner .icon-box span.icon-call:before {
  font-size: 20px;
  top: -1px;
}

.main-header__contact-info ul li:hover .inner .icon-box span:before {
  color: #ffffff;
}

.main-header__contact-info ul li .inner .text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header__contact-info ul li .inner .text-box p {
  color: rgba(20, 19, 23, 0.8);
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.main-header__contact-info ul li .inner .text-box h4 {
  color: #5a5a5a;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: Gilroy-light;
  font-size: 12px;
}
.text-box h4 a {
  color: #7c7c7c;
  font-family: "Gilroy-medium";
}
.text-box h4 a:hover {
  color: #7c7c7c;
  font-family: "Gilroy-medium";
}
/* .main-header__contact-info ul li .inner .text-box h4 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
} */

.main-header__contact-info ul li .inner .text-box h4 a:hover {
  color: var(--ontech-base);
}

.main-header-one__bottom {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.sticky-header__content {
  background: #ffffff;
}

.main-menu.clearfix {
  background: #ffffff;
}

.main-header-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #ffffff;
  padding: 0px 30px 0px;
}

.main-header-one__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.stricky-header.stricky-fixed .logo-one {
  margin-top: 0px;
}

.main-header-one__bottom-left .logo-one {
  position: relative;
  display: block;
  padding-right: 50px;
  z-index: 1;
  width: 21%;
  margin-top: -40px;
}

.main-header-one__bottom-left .logo-one::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: -5px;
  width: 1px;
  background: #39322a;
  content: "";
  display: none;
}

.main-header-one__bottom-left .logo-one a {
  position: relative;
  display: inline-block;
}

.main-header-one__bottom-left .logo-one a img {
  width: 100%;
}

.main-header-one__bottom-left .main-menu__main-menu-box {
  position: relative;
  display: block;
  margin-left: 70px;
  z-index: 99999;
}

.main-header-one__bottom-right {
  position: relative;
  display: block;
}

.main-header__search {
  position: relative;
  display: block;
  margin-top: -20px;
  width: 115px;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--ontech-base);
  font-size: 20px;
  font-weight: 700;
  color: var(--ontech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--ontech-black);
  background: #ffffff;
}

.stricky-header__one.stricky-header {
  background: var(--ontech-black);
}

.stricky-header.stricky-header__one .main-menu__list > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}
.side_enquiry {
  font-family: "Gilroy-semibold";
  position: fixed;
  font-size: 16px;
  top: 50%;
  right: -53px;
  width: 140px;
  border: none;
  background-color: #ffb237;
  color: white;
  transform: rotate(-90deg);
  z-index: 99;
}
#modalform .form-group {
  margin-top: 20px;
}
#modalform form {
  background-color: white;
  width: 100%;
  padding: 20px 25px;
}
#modalform h5 {
  text-align: center !important;
  font-size: 25px;
  text-align: left;
  font-family: "Gilroy-bold";
}

#modalform_p .form-group {
  margin-top: 20px;
}
#modalform_p form {
  background-color: white;
  width: 100%;
  padding: 20px 25px;
}
#modalform_p h5 {
  text-align: center !important;
  font-size: 25px;
  text-align: left;
  font-family: "Gilroy-bold";
}

#modalformjob .form-group {
  margin-top: 20px;
}
#modalformjob form {
  background-color: white;
  width: 100%;
  padding: 20px 25px;
}
#modalformjob h5 {
  text-align: center !important;
  font-size: 25px;
  text-align: left;
  font-family: "Gilroy-bold";
}
.modal-dialog button.close {
  position: absolute !important;
  top: 1px;
  right: 0px;
  background-color: transparent;
  border: 0;
}

.modal-dialog button.close img {
  width: 25px;
}

#uploadfile {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background: #F3F4F5;
    height: 52px;
    cursor: pointer;
}
#uploadfile p {
    text-align: center;
    /* margin: 2em 0; */
    padding: 11px 5px 0px 5px;
    font-size: 17px;
    font-weight: normal;
}
._2acF7 ._2kMN1 {
    width: 30%;
    height: 51px;
    border: 1px solid rgba(0,0,0,0);
    background: #000;
    color: #fff !important;
    margin: -36px auto;
    float: right;
}
#fileInput {
    display: none;
}
#modalformjob .submit_btn {
    font-family: 'Gilroy-medium';
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    cursor: pointer;
    border: none;
    color: #fff;
    width: 150px;
    font-size: 15px;
    margin: auto;
    margin-top: 30px;
    border-radius: 50px;
    background: #C2272D;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-family: "Inter";
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/***
=====================================================
Main Header Two
=====================================================
***/
.main-header-two {
  position: relative;
  display: block;
}

.main-header-two__top {
  position: relative;
  display: block;
}

.main-header-two__top .container {
  position: static;
  max-width: 1810px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 20px 0px 20px;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-two {
  position: relative;
  display: block;
  padding-right: 60px;
  margin-right: 60px;
}

.logo-two::before {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  width: 1px;
  background: #bebebe;
  content: "";
}

.logo-two a {
  position: relative;
  display: inline-block;
}

.logo-two a img {
  width: 100%;
}

.main-header-two__top-right {
  position: relative;
  display: block;
}

.main-header-two__top-right-content {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff7ea;
  overflow: hidden;
  padding: 20px 50px 20px;
  padding-right: 25px;
}

.main-header-two__top-right-content .text-box {
  position: relative;
  display: block;
}

.main-header-two__top-right-content .text-box p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.main-header-two__top-right-content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-left: 25px;
}

.main-header-two__top-right-content .btn-box a {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--ontech-base);
  padding: 6px 30px 6px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-two__top-right-content .btn-box a:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.main-header-two .main-header-one__bottom-left .main-menu__main-menu-box {
  margin-left: 10px;
}

.main-header-two .main-header-one__bottom-inner {
  background: #f6f4f1;
  padding: 0px 30px 0px;
  border-radius: 0px;
}

.main-header-two .main-menu .main-menu__list > li > a {
  color: var(--ontech-black);
}

.main-header-two .main-menu .main-menu__list > li.current > a,
.main-header-two .main-menu .main-menu__list > li:hover > a {
  color: var(--ontech-base);
}

.main-header-two .main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  z-index: 1;
}

.main-header-two .main-header-one__bottom-right::before {
  position: absolute;
  top: -14px;
  left: 0;
  bottom: -13px;
  right: -30px;
  background: var(--ontech-base);
  content: "";
  z-index: -1;
}

.main-header-two .main-header-one__bottom-right .content-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two .main-header-one__bottom-right .content-box .icon-box {
  position: relative;
  display: block;
}

.main-header-two
  .main-header-one__bottom-right
  .content-box
  .icon-box
  span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 28px;
}

.main-header-two .main-header-one__bottom-right .content-box .text-box {
  position: relative;
  display: block;
  margin-left: 12px;
}

.main-header-two .main-header-one__bottom-right .content-box .text-box p {
  color: var(--ontech-black);
}

.main-header-two .main-header-one__bottom-right .main-header__search {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-left: 20px;
}

.main-header-two .main-header-one__bottom-right .main-header__search::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #ffd187;
  content: "";
}

.main-header-two
  .main-header-one__bottom-right
  .main-header__search
  .main-menu__search {
  background: #ffffff;
  color: var(--ontech-black);
}

.main-header-two
  .main-header-one__bottom-right
  .main-header__search
  .main-menu__search:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.stricky-header__two.stricky-header {
  background: var(--ontech-black);
}

.stricky-header__two.stricky-header
  .main-header-one__bottom-right
  .content-box {
  display: none;
}

.stricky-header__two.stricky-header .main-header-one__bottom-inner {
  padding: 0px 15px 0px;
  border-radius: 0px;
}

.stricky-header__two.stricky-header .main-menu__list > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}

/***
=====================================================
Main Header Three
=====================================================
***/
.main-header-one--three {
  position: relative;
  display: block;
}

.main-header-one--three__top {
  position: relative;
  display: block;
  background: #ffffff;
}

.main-header-one--three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px 25px;
}

.main-header-one--three__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-three {
  position: relative;
  display: block;
  padding: 0px 30px 0px;
  z-index: 1;
}

.logo-three .shape1 {
  position: absolute;
  top: -41px;
  left: 0;
  z-index: -1;
}

.logo-three::before {
  position: absolute;
  top: -32px;
  left: 0;
  bottom: -40px;
  right: 0;
  background: var(--ontech-base);
  content: "";
  z-index: -1;
}

.logo-three a {
  position: relative;
  display: inline-block;
}

.logo-three a img {
  width: 100%;
}

.main-header-one--three .main-header__contact-info {
  padding-left: 55px;
}

.main-header-one--three__top-right {
  position: relative;
  display: block;
}

.main-header-one--three__top-right .social-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.main-header-one--three__top-right .social-link li {
  position: relative;
  display: inline-block;
}

.main-header-one--three__top-right .social-link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55px;
  background: #f6f4f1;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.main-header-one--three__top-right .social-link li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-black);
  border-radius: 2px;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-header-one--three__top-right .social-link li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.main-header-one--three__top-right .social-link li a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one--three__top-right .social-link li a:hover span::before {
  color: #ffffff;
}

.main-header-one--three .main-header-one__bottom-inner {
  padding: 0px 12px 0px;
  padding-left: 0;
}

.main-header-one--three
  .main-header-one__bottom-left
  .main-menu__main-menu-box {
  margin-left: 40px;
}

.main-header-one--three .main-header-one__bottom-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-one--three .main-menu__search {
  background: transparent;
  color: #ffffff;
}

.main-header-one--three__bottom-btn {
  position: relative;
  display: block;
  margin-right: 14px;
}

.main-header-one--three__bottom-btn a {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  background: var(--ontech-base);
  border-radius: 3px;
  padding: 10px 40px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.main-header-one--three__bottom-btn a:hover {
  background: #ffffff;
  color: var(--ontech-black);
}

.stricky-header.stricky-header__three .main-header-one--three__bottom-btn {
  display: none;
}

.stricky-header__three.stricky-header {
  background: var(--ontech-black);
}

.stricky-header__three.stricky-header .main-header-one__bottom-inner {
  padding: 0px 15px 0px;
  border-radius: 0px;
}

.stricky-header__three.stricky-header .main-menu__list > li > a {
  padding-top: 35px;
  padding-bottom: 35px;
}

/***
=============================================
Main Slider One
=============================================
***/
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-slider-one {
  position: relative;
  display: block;
  margin-top: 0px;
  z-index: 1;
}

.main-slider-one__inner {
  position: relative;
  display: block;
}

.main-slider-one__single {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.main-slider-one__single .shape1 {
  position: absolute;
  right: 160px;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  z-index: 1;
}

.main-slider-one .active .main-slider-one__single .shape1 {
  opacity: 1;
  transform: translate(0);
  transition: all 1500ms ease;
  transition-delay: 200ms;
}

.main-slider-one .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -145px;
  z-index: 999;
  position: relative;
  padding: 15px 0px 75px;
}
.main-slider-one .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #008d42;
}

.main-slider-one .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  margin: 5px 3px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0px;
}
.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  z-index: 1;
}

.main-slider-one .active .image-layer {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-one__content {
  position: relative;
  display: block;
  padding: 180px 0px 200px;
  z-index: 5;
}

.main-slider-one__content .tagline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one__content .tagline::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--ontech-base);
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  content: "";
}

.main-slider-one__content .tagline::after {
  position: absolute;
  top: 8px;
  left: 3px;
  bottom: 0;
  right: 0;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  width: 9px;
  height: 9px;
  background: #ffffff;
  content: "";
}

.main-slider-one__content .tagline h6 {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  margin-bottom: 21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one__content .title h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: Gilroy-semibold;
  text-align: right;
}

.main-slider-one__content .text {
  position: relative;
  display: block;
  margin-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one__content .text p {
  color: #ffffff;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  font-family: Diaria-sans-pro-regular;
  text-align: right;
}

.main-slider-one__content-btn {
  float: right;
  position: relative;
  display: block;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one .active .main-slider-one__content .tagline,
.main-slider-one .active .main-slider-one__content .title,
.main-slider-one .active .main-slider-one__content .text,
.main-slider-one .active .main-slider-one__content-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one .owl-theme .owl-nav {
  position: absolute;
  top: 47%;
  left: 0%;
  right: 0%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  transform: translateY(-50%);
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next,
.main-slider-one .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 75px;
  background: #ffffff;
  border-radius: 2px;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-one .owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: 8px;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: 9px;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-one .owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--ontech-black);
  background: var(--ontech-base);
}

.main-slider-one .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

.main-slider-one .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

/***
=============================================
Main Slider Two
=============================================
***/
.main-slider-one.style2 {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-one.style2 .image-layer {
  background: #312f35;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.main-slider-one.style2 .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 815px;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-slider-one.style2 .shape2 {
  position: absolute;
  bottom: 100px;
  right: 40px;
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateX(100%);
  z-index: 1;
}

.main-slider-one.style2 .active .main-slider-one__single .shape2 {
  opacity: 1;
  transform: translate(0);
  transition: all 1800ms ease;
  transition-delay: 400ms;
}

.main-slider-one.style2 .owl-theme .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 55px;
  left: 0;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  height: 0px;
  line-height: 0px;
  z-index: 100;
  float: right;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next,
.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 75px;
  background: #ffffff;
  border-radius: 2px;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
  float: right;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev {
  float: right;
  left: auto;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next {
  float: right;
  right: auto;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next:hover,
.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: var(--ontech-base);
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

.main-slider-one.style2 .owl-carousel .owl-nav button.owl-next span::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  font-weight: 700;
}

.main-slider-one.style2 .owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  z-index: 999;
}

.main-slider-one.style2 .owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #ffffff;
  margin: 16px 0px;
  padding: 0px;
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
}

.main-slider-one.style2 .owl-carousel .owl-dots .owl-dot::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 2px solid #f1f3f2;
  content: "";
  transform: scale(0.5);
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  opacity: 0;
}

.main-slider-one.style2 .owl-carousel .owl-dots .owl-dot.active::before {
  transform: scale(1);
  opacity: 1;
}

.main-slider-one.style2 .owl-theme .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
Main Slider Three
=============================================
***/
.main-slider-one.style3 {
  position: relative;
  display: block;
}

.main-slider-one.style3 .shape3 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-one.style3 .shape4 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-one.style3 .shape5 {
  position: absolute;
  top: 65px;
  right: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-one.style3 .outer-content {
  position: absolute;
  top: -130px;
  top: -30px;
  right: 294px;
  bottom: -140px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(218deg);
  width: max-content;
  text-align: center;
  line-height: 0;
  background: transparent;
  z-index: 2;
  padding: 0px 8px 30px;
  opacity: 0;
  transition: opacity 1200ms ease, top 1200ms ease;
}

.main-slider-one.style3 .active .outer-content {
  opacity: 1;
  top: -130px;
}

.main-slider-one.style3 .outer-content .outer-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-base);
  opacity: 0.5;
  mix-blend-mode: overlay;
  z-index: -1;
}

.main-slider-one.style3 .outer-content h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-slider-one.style3 .main-slider-one__content {
  padding: 205px 0px 165px;
}

.main-slider-one.style3 .main-slider-one__content .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
  z-index: 10;
}

.main-slider-one.style3 .active .main-slider-one__content .img-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-one.style3 .main-slider-one__content .img-box img {
  width: auto;
}

.main-slider-one.style3 .main-slider-one__content-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-one {
  position: relative;
  display: block;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two {
  position: relative;
  display: block;
  margin-left: 10px;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two .thm-btn {
  background: #ffffff;
}

.main-slider-one.style3 .main-slider-one__content-btn .btn-two .thm-btn:hover {
  color: var(--ontech-black);
}

.main-slider-one.style3
  .main-slider-one__content-btn
  .btn-two
  .thm-btn::before {
  background: var(--ontech-base);
}

/***
=============================================
  Page Header
=============================================
***/
.page-header {
  position: relative;
  display: block;
  padding: 215px 0px 170px;
  overflow: hidden;
  margin-top: -65px;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #474542;
  background-blend-mode: overlay;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 800px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.page-header .shape1 {
  position: absolute;
  right: 110px;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: overlay;
}

.page-header__inner .thm-breadcrumb {
  position: relative;
  display: block;
  margin-top: 4px;
}

.page-header__inner .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--ontech-font);
  padding-left: 10px;
}

.page-header__inner .thm-breadcrumb li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--ontech-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.page-header__inner .thm-breadcrumb li a:hover {
  color: var(--ontech-base);
}

/***
=============================================
Intro One
=============================================
***/
.intro-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 80px;
  z-index: 1;
}

.intro-one .shape2 {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: -1;
}

.intro-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.intro-one__single-img {
  position: relative;
  display: block;
}

.intro-one__single-img .icon-box {
  position: absolute;
  left: 0;
  bottom: -45px;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  z-index: 5;
}

.intro-one__single-img .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 53px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.intro-one__single:hover .intro-one__single-img .icon-box span::before {
  transform: scale(0.9);
}

.intro-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.intro-one__single-img .inner:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #000000;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.intro-one__single:hover .intro-one__single-img .inner:after {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.intro-one__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 7px;
  background: var(--ontech-base);
  content: "";
  z-index: 2;
}

.intro-one__single-img .inner img {
  width: 100%;
  transition: all 700ms ease;
}

.intro-one__single:hover .intro-one__single-img .inner img {
  transform: scaleY(1.1);
}

.intro-one__single-content {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.35);
  padding: 57px 10px 50px;
  z-index: 1;
}

.intro-one__single-content .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}

.intro-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.intro-one__single-content h2 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.intro-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.intro-one__single-content p {
  margin: 0;
}

/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  padding: 0px 0px 110px;
  z-index: 1;
}

.about-one .shape5 {
  position: absolute;
  left: 45px;
  bottom: 120px;
  z-index: -1;
}

.about-one .shape6 {
  position: absolute;
  top: -130px;
  right: 0;
  z-index: -1;
}

.about-one__content {
  position: relative;
  display: block;
  margin-right: -42px;
}

.about-one__content .sec-title {
  padding-bottom: 28px;
}

.about-one__content-text1 {
  position: relative;
  display: block;
}

.about-one__content-text1 p {
  font-size: 18px;
  line-height: 34px;
}

.about-one__content-text1 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 42px;
}

.about-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 28px;
}

.about-one__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-one__content-text2-single .icon-box {
  position: relative;
  display: block;
  margin-top: 7px;
  z-index: 1;
}

.about-one__content-text2-single .icon-box .shape1 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 45px;
  background: #ffd387;
  border-radius: 50%;
  z-index: -1;
}

.about-one__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 65px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-one__content-text2-single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-one__content-text2-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-one__content-text2-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.about-one__content-text2-single .content-box p {
  margin: 0;
}

.about-one__content-text3 {
  position: relative;
  display: block;
  margin-top: 50px;
}

.about-one__content-text3-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 255px;
  width: 100%;
  background: var(--ontech-base);
  padding: 30px 0px 22px;
  z-index: 1;
}

.about-one__content-text3-progress .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about-one__content-text3-progress .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-one__content-text3-progress .progress-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-one__content-text3-progress .progress-box .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.about-one__content-text3-progress .progress-box .graph-outer .count-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.about-one__content-text3-progress .progress-box .graph-outer .count-text {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-one__content-text3-progress .progress-box .graph-outer .count-Parsent {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  font-weight: 600;
}

.about-one__content-text3-progress .title-box {
  position: relative;
  display: block;
  margin-top: 18px;
}

.about-one__content-text3-progress .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-one__content-text3-content {
  position: relative;
  display: block;
}

.about-one__content-text3-content p {
  margin: 0;
}

.about-one__content-text3-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 17px;
}

.about-one__content-text3-content ul li {
  position: relative;
  display: block;
}

.about-one__content-text3-content ul li p {
  margin: 0;
}

.about-one__content-text3-content ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 17px;
  top: 1px;
}

.about-one__img {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  float: right;
}

.about-one__img1 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
  float: right;
  margin-bottom: 30px;
  z-index: 1;
}

.about-one__img1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-one__img1:hover::before {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img1 img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img1:hover img {
  transform: scale(1);
}

.about-one__img2 {
  position: relative;
  display: block;
  float: right;
}

.about-one__img2 .shape4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  margin: -85px auto 0px;
  z-index: 5;
}

.about-one__img2 .shape4 img {
  width: auto;
}

.about-one__img2 ul {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-one__img2 ul li {
  position: relative;
  display: block;
}

.about-one__img2 ul li .img-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__img2 ul li .img-box1::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-one__img2 ul li .img-box1:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img2 ul li .img-box1 img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img2 ul li .img-box1:hover img {
  transform: scale(1);
}

.about-one__img2 ul li .img-box2 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 30px;
  z-index: 1;
}

.about-one__img2 ul li .img-box2::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-one__img2 ul li .img-box2:hover::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img2 ul li .img-box2 img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img2 ul li .img-box2:hover img {
  transform: scale(1);
}

/***
=============================================
Services One
=============================================
***/
.services-one {
  position: relative;
  display: block;
  background: #170e03;
  padding: 110px 0px 195px;
  z-index: 1;
}

.services-one .shape3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-one .shape4 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-one .shape5 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-one .shape6 {
  position: absolute;
  top: 0;
  right: 390px;
  z-index: -1;
}

.services-one .shape7 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape8 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape9 {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape10 {
  position: absolute;
  bottom: 0;
  right: 300px;
  z-index: -1;
}

.services-one .shape11 {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: -1;
}

.services-one .shape12 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-one .container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.services-one__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 57px;
}

.services-one__top .sec-title {
  padding-bottom: 0px;
}

.services-one__top .sec-title__tagline .text p {
  color: #ffffff;
}

.services-one__top .sec-title__title {
  color: #ffffff;
}

.services-one__top-text {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.services-one__top-text p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.services-one__single {
  position: relative;
  display: block;
  background: #000000;
  margin-bottom: 30px;
  padding: 45px 35px 60px;
  z-index: 1;
}

.services-one__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}

.services-one__single-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  z-index: 1;
}

.services-one__single-icon .shape1 {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 45px;
  height: 45px;
  background: #392710;
  border-radius: 50%;
  z-index: -1;
}

.services-one__single-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__single-icon span::before {
  transform: scale(0.9);
}

.services-one__single-content {
  position: relative;
  display: block;
}

.services-one__single-content h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.services-one__single-content h2 a {
  color: #ffffff;
}

.services-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.services-one__single-content p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.services-one__bottom {
  position: relative;
  display: block;
  padding-top: 76px;
}

.services-one__bottom h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 37px;
}

.services-one__bottom p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.services-one__bottom .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 51px;
}

/***
=============================================
Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  z-index: 1;
}

.video-one .shape1 {
  position: absolute;
  top: 100px;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

.video-one .shape2 {
  position: absolute;
  top: 100px;
  right: -45px;
  opacity: 0.2;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
  padding: 215px 0px 173px;
  text-align: center;
  margin-top: -100px;
  z-index: 1;
}

.video-one__inner .shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  z-index: -1;
}

.video-one__icon {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 5;
}

.video-one__icon a {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  background: var(--ontech-base);
  text-align: center;
  color: var(--ontech-black);
  font-size: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}

.video-one__icon a:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.video-one__icon .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__icon .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__icon .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-one__inner .title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 39px;
}

.video-one__inner .title-box h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

/***
=============================================
Testimonial One
=============================================
***/
.testimonial-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.testimonial-one .container {
  position: static;
  max-width: 1505px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.testimonial-one__inner {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-img {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  z-index: 1;
}

.testimonial-one__single-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  z-index: 1;
}

.testimonial-one__single-img img {
  width: 100%;
}

.testimonial-one__single-content {
  position: relative;
  display: block;
  background: #f9f7f7;
  padding: 40px 25px 40px;
  flex: 1;
  z-index: 1;
}

.testimonial-one__single-content-top {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__single-content-top .icon-box {
  position: relative;
  display: block;
}

.testimonial-one__single-content-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #434343;
  font-size: 60px;
}

.testimonial-one__single-content-top .rating-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 8px 15px 7px;
  margin-left: 30px;
}

.testimonial-one__single-content-middle {
  position: relative;
  display: block;
  margin-top: 20px;
}

.testimonial-one__single-content-middle h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-one__single-content-middle p {
  font-size: 17px;
  line-height: 34px;
}

.testimonial-one__single-content-bottom {
  position: relative;
  display: block;
  margin-top: 42px;
  padding-left: 12px;
  padding-bottom: 6px;
}

.testimonial-one__single-content-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--ontech-base);
  content: "";
}

.testimonial-one__single-content-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: var(--ontech-base);
  content: "";
}

.testimonial-one__single-content-bottom h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonial-one__single-content-bottom p {
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
}

/***
=============================================
Projects One
=============================================
***/
.projects-one {
  position: relative;
  display: block;
  background: #170f04;
  padding: 110px 0px 145px;
  z-index: 1;
}

.projects-one .shape5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.projects-one .shape6 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.projects-one .container {
  position: static;
  max-width: 1800px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.projects-one .sec-title__tagline .text p {
  color: #ffffff;
}

.projects-one .sec-title__title {
  color: #ffffff;
}

.projects-one .sec-title__tagline::before {
  background: #432c05;
}

.projects-one .sec-title__tagline .round-box::before {
  background: #432c05;
}

.projects-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.projects-one__single-img {
  position: relative;
  display: block;
}

.projects-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.projects-one__single-img .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.projects-one__single:hover .projects-one__single-img .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.projects-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.projects-one__single:hover .projects-one__single-img .inner img {
  transform: scale(1);
}

.projects-one__single-img .inner .overlay-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #faf8ec;
  padding: 32px 40px 29px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 5;
}

.projects-one__single-img .inner .overlay-content .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content .shape2 {
  position: absolute;
  bottom: 0;
  left: 22px;
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.projects-one__single-img .inner .overlay-content .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.projects-one__single-img .inner .overlay-content .content-box {
  position: relative;
  display: block;
  flex: 1;
}

.projects-one__single-img .inner .overlay-content .content-box .text1 {
  position: relative;
  color: var(--ontech-base);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 2px;
}

.projects-one__single-img .inner .overlay-content .content-box .text1::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--ontech-base);
  content: "";
}

.projects-one__single-img .inner .overlay-content .content-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.projects-one__single-img .inner .overlay-content .content-box h3 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img .inner .overlay-content .content-box h3 a:hover {
  color: var(--ontech-base);
}

.projects-one__single-img .inner .overlay-content .content-box .text2 {
  margin: 0;
}

.projects-one__single-img .inner .overlay-content .icon-box {
  position: relative;
  display: block;
}

.projects-one__single-img .inner .overlay-content .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--ontech-base);
  border-radius: 50%;
  border: 2px solid var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img .inner .overlay-content .icon-box a:hover {
  background: var(--ontech-black);
}

.projects-one__single-img .inner .overlay-content .icon-box a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one__single-img
  .inner
  .overlay-content
  .icon-box
  a:hover
  span::before {
  color: #ffffff;
}

/***
=============================================
Cta One
=============================================
***/
.cta-one {
  position: relative;
  display: block;
  margin-top: -70px;
  z-index: 2;
}

.border-right {
  border-right: 1px solid #ffffff54;
}
.border-bottom {
  border-bottom: unset !important;
}
.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #008d42;
  padding: 20px 35px 15px;
  z-index: 1;
  border-radius: 10px;
}

.cta-one p {
  text-align: center;
  color: #fcfcfc;
  line-height: 26px;
  font-family: "Gilroy-medium";
  font-size: 17px;
  margin-top: 10px;
}

.cta-one img {
  padding: 0rem 3rem;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.cta-one__text {
  position: relative;
  display: block;
}

.cta-one__text h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

.cta-one__btn {
  position: relative;
  display: block;
}

.cta-one__btn a {
  position: relative;
  display: inline-block;
  border: 2px solid var(--ontech-black);
  border-radius: 3px;
  line-height: 56px;
  padding: 0px 30px 0px;
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cta-one__btn a:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

/***
=============================================
Home Page Banner
=============================================
***/

#banner .carousel-item{
  padding: 19rem 0rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner h3 {
  font-size: 56px;
  font-family: 'Gilroy-semibold';
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}
/* #banner h3 span {
  font-size: 37px;
  font-family: 'Gilroy-semibold';
  color: #ffffff;
  text-align: right;
  text-transform:capitalize;
} */
.space {
    padding: 9rem 0;
}
#banner span {
  font-size: 37px;
  font-family: 'Gilroy-semibold';
  text-transform:capitalize;
}
#banner p {
  font-family: 'Gilroy-regular';
  color: #ffffff;
  text-align: right;
  font-size: 20px;
  padding: 20px 0px 20px 170px;
}
.banner-text {
  text-align: left !important;
}
.banner-p {
  text-align: left !important;
  padding: 20px 170px 20px 0px !important;
}
#banner .carousel-indicators li {
  border: 3px solid #d6d6d6;
  width: 60px;
  height: 0px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer; 
}
#banner .carousel-indicators .active {
  border: 3px solid #008d42 !important;

}
#banner .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 6rem;
  margin-left: 15%;
  list-style: none;
}
#banner .banner-btn {
  float: right;
  width: 26%;
  margin-top: 2%;
}
#banner .banner-btn1 {
  float: left;
  width: 26%;
  margin-top: 2%;
}
#banner .thm-btn {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #008d42;
  outline: none !important;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 52px;
  font-family: "Gilroy-semibold";
  transition: all 0.3s linear;
  z-index: 1;
  padding: 2px 5px 2px 30px;
  overflow: hidden;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
} 
.event .wrapper {
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
}
/***
=============================================
about us
=============================================
***/
.about-us {
  padding: 60px 0px 40px;
}
.about-us li {
  list-style: inside;
  font-family: "Diaria-sans-pro-regular";
  font-weight: bold;
}
.border-bg {
  background: url("../images/home/border.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10rem;
}

.border-bg1 {
  background: url("../images/home/border.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}

.about-us h2 {
  text-align: center;
  color: #1e1e1e;
  font-family: "Gilroy-medium";
  font-size: 24px;
}

.about-us h1 {
  color: #1e1e1e;
  font-family: "Gilroy-semibold";
  font-size: 25px;
  width: 85%;
  margin-bottom: 15px;
}
.about-us h5 {
  font-family: "Gilroy-semibold";
  font-size: 17px;
  color: #1e1e1e;
  padding: 0;
}
.about-us p {
  color: #1e1e1e;
   font-family: 'Gilroy-regular';
  font-size: 15px;
  line-height: 23px;
  padding: 5px 0px;
  width: 95%;
}

.yellow-bg {
  background: #f0edda;
  padding: 60px 0px;
  position: relative;
}

.cup-img {
  width: 60%;
  margin-top: 35px;
}
.about-us h6 {
  text-align: center;
  color: #1e1e1e;
  font-family: "Gilroy-medium";
  font-size: 17px;
  margin-top: 10px;
}

.about-btn {
  float: right;
  width: 40%;
  margin-top: 35px;
}

.more-btn {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #008d42;
  outline: none !important;
  color: #1e1e1e !important;
  font-size: 16px;
  line-height: 45px;
  font-family: "Gilroy-semibold";
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 5px 0px 30px;
  overflow: hidden;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
}
.more-btn:hover {
  box-shadow: inset 200px 0px 20px 0px #ffb237bf,
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  border: 3px solid #ffb237bf;
  transition: all 0.5s linear;
}
.arrow-img1 {
  display: block;
  width: 28% !important;
  height: 0% !important;
  padding: 4px 0px 4px;
  margin-left: 20px;
}

.st-img {
  position: absolute;
  width: 51%;
  bottom: 6%;
  left: -12%;
}

.black-bg {
  position: absolute;
  top: -13%;
  width: 27%;
  left: -14%;
}

/***
=============================================
Product
=============================================
***/

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 17px;
  width: 16%;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 5px solid #fff7c4;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 12px;
  border-top: none;
}

.tab button h6 {
  color: #ffffff;
  font-family: "Gilroy-medium";
  font-size: 16px;
  padding: 15px 0px;
}

.tab button.active h6 {
  color: #fff7c4;
  font-family: "Gilroy-medium";
  font-size: 16px;
  padding: 15px 0px;
}

.tabcontent h5 {
  font-family: "Gilroy-semibold";
  color: #008d42;
  font-size: 22px;
}

.tabcontent p {
  color: #262626;
  font-family: 'Gilroy-regular';
  font-size: 15px;
  line-height: 23px;
  padding: 10px 0px 0px;
}

.product-btn {
  float: left;
  width: 30%;
  margin-top: 35px;
}

/***
=============================================
Why ST
=============================================
***/
.whyst-bg {
  background: url(../images/home/why-bg.png) rgb(0 0 0 / 40%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0rem 25rem;
  background-blend-mode: overlay;
}

.whyst-bg h2 {
  font-family: Gilroy-extrabold;
  font-size: 48px;
  color: #ffffff;
  width: 50%;
}

.whyst-bg p {
  color: #fcfcfc;
  font-family: "Gilroy-regular";
  font-size: 14px;
  line-height: 23px;
  padding: 10px 0px;
}
.whyst-bg li {
  color: #fcfcfc;
  font-family: "Gilroy-regular";
  font-size: 14px;
  line-height: 23px;
  padding: 2px 0px;
  list-style: inside;
}
.feedback h2 {
  text-align: right;
  width: 95%;
  font-family: Gilroy-bold;
  font-size: 30px;
}

.feedback p {
  text-align: right;
  width: 95%;
  color: #1e1e1e;
  font-family: 'Gilroy-regular';
  font-size: 15px;
  line-height: 23px;
  padding: 10px 0px;
}

/***
=============================================
clients
=============================================
***/
.client_bg {
  background: url("../images/home/clients.png ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px 10px;
}

.border-bg2 {
  background: url("../images/home/border-1.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
}

.client_bg .carousel-inner h2 {
  text-align: center;
  font-family: "Gilroy-medium";
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 70px;
}

.client_bg .carousel-inner,
.carousel,
.carousel-item,
.carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.client_bg .carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
}

.client_bg .carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
}

.client_bg .carousel-indicators {
  top: 0;
  margin: auto;
  height: 100px;
  right: 10px;
  left: auto;
  display: block;
}

.client_bg .carousel-indicators [data-bs-target] {
  background: none;
  border: 2px solid #d8d8d8;
  border-radius: 0px;
  width: 0px;
  height: 60px;
  margin-bottom: 5px;
  opacity: 1;
}

.client_bg .carousel-indicators li.active {
  border: 2px solid #ffc00e;
}

.client_bg .carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}

.client_bg .carousel-control-prev-icon {
  top: 5%;
}

.unclickable {
  pointer-events: none;
}

.clickable {
  pointer-events: all;
}

/***
=============================================
Awards
=============================================
***/
.award-bg {
  padding: 65px 0px;
}

.award-bg h2 {
  text-align: center;
  color: #1e1e1e;
  font-family: "Gilroy-medium";
  font-size: 24px;
}

.award-bg .border-bg1 {
  background: url("../images/home/border.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3.5rem;
}

.award-bg img {
  width: 30%;
}

.award-bg h6 {
  text-align: center;
  color: #1e1e1e;
  font-family: "Gilroy-medium";
  font-size: 17px;
  width: 45%;
  padding: 13px 0px;
}

.award-bg p {
  color: #1e1e1e;
  font-family: "Diaria-sans-pro-regular";
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  width: 60%;
}

/***
=============================================
Testimonials
=============================================
***/
.border-bg3 {
  background: url("../images/home/border.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 6rem;
}

.testimonial {
  background: url("../images/home/testy.png ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px 80px;
}

.testimonial h2 {
  text-align: center;
  color: #1e1e1e;
  font-family: "Gilroy-medium";
  font-size: 24px;
}

.testimonial .row .tabs {
  all: unset;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: -38%;
}

.testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}

/* /* .testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #71b85f;
  border-radius: 50%;
} */
.testimonial .row .tabs li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
  width: 14%;
  left: -47%;
  margin-bottom: 15px;
}

/* .testimonial .row .tabs li:nth-child(1).active {
  align-self: flex-end;
  width: 18%;
  left: -47%;
} */
.testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}

.testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}

.testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}

.testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}

.testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}

.testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}

.testimonial .row .tabs li:nth-child(2) {
  margin-right: auto;

  margin-top: -20px;
}

/* .testimonial .row .tabs li:nth-child(2).active {
  margin-right: auto;
  width: 50%;
  margin-top: -20px;
}  */
.testimonial .row .tabs li:nth-child(3) {
  align-self: flex-start;
  width: 14%;
  left: -16%;
  top: -35px;
}

.testimonial .row .tabs li:nth-child(4) {
  align-self: flex-start;
  width: 30%;
  left: -29%;
  top: -27rem;
}

/* .testimonial .row .tabs li:nth-child(4).active {
  align-self: flex-start;
  width: 50%;
  left: -33%;
  top: -23rem;
} */
.testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}

.testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}

.testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}

.testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}

.testimonial .row .tabs li figure {
  position: relative;
}

.testimonial .row .tabs li figure img {
  display: block;
}

.testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #0fd16a;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial .row .tabs.carousel-indicators li.alert figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

.img1.active {
  border: 1px solid;
  border-radius: 75px;
  transform: scale(1);
}

.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial .row .carousel .carousel-indicators li {
  background: #ffffff;
  background-clip: padding-box;
  height: 2px;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  /* background-color: #fff; */
  background-clip: padding-box;
  /* border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; */
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.testimonial .row .carousel .carousel-indicators li.active {
  opacity: 1;
  background: #008d42;
}

.testimonial .row .carousel .carousel-indicators li {
  /* background: #FFC00E; */
  background-clip: padding-box;
  height: 3px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 10px;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 14px;
  line-height: 25px;
  color: #585858;
  font-family: "Gilroy-regular";
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #1e1e1e;
  margin-top: 37px;
  font-size: 18px;
  line-height: 1.45;
  text-align: right;
  font-family: Montserrat-medium;
}

.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h4 {
  color: #1e1e1e;
  text-align: right;
  font-size: 14px;
  font-family: Montserrat-regular;
}

.comma {
  width: 20%;
}

@media only screen and (max-width: 1200px) {
  .testimonial .row .tabs {
    margin-right: 25px;
  }
}

/***
=============================================
Events
=============================================
***/

.event h2 {
  text-align: center;
  color: #1e1e1e;
  font-family: "Gilroy-medium";
  font-size: 24px;
}

.event {
  padding: 4rem 0 8rem;
}

.event img {
  width: 33%;
  height: 150px;
}

.event p {
  font-family: 'Gilroy-regular';
  font-size: 15px;
  line-height: 23px;
  color: #1e1e1e;
  padding-bottom: 15px;
}

.event h5 {
  font-family: "Gilroy-semibold";
  color: #1e1e1e;
  font-size: 24px;
  padding-bottom: 20px;
}

/* upcoming scdule */
.upcome_carousel {
  background: transparent linear-gradient(90deg, #ffffff 3%, #e8eaea 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: inset 310px 0px 99px #2a2a2a29;
  opacity: 1;
  padding: 40px 30px 40px 30px;
  text-align: center;
}

.upcome_carousel h5 {
  font-family: Poppins-SemiBold;
  font-size: 25px !important;
  text-align: center;
  padding-top: 20px;
}

.upcome_carousel p {
  font-family: Poppins-Light;
  font-size: 18px;
  text-align: center;
}

.upcome_carousel1 {
  background: transparent
    linear-gradient(90deg, #ffffff 0%, #34477d 0%, #0c1a41 100%) 0% 0% no-repeat
    padding-box;
  box-shadow: inset 310px 0px 99px #2a2a2a29;
  opacity: 1;
  padding: 40px 30px 67px 30px;
  text-align: center;
}

.upcome_carousel1 h5 {
  font-family: Poppins-SemiBold;
  font-size: 25px !important;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

.upcome_carousel1 p {
  font-family: Poppins-Light;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.owl-carousel .gray {
  margin-right: 0px !important;
}

/* .owl-carousel .blue{
  margin-right: 30px !important;
} */
.upcome-slider .owl-nav .owl-prev i {
  /* background-color: #fff; */
  background: url(../images/png/path10.png) no-repeat;

  display: inline-block;

  width: 60px;
  height: 60px;
  line-height: 70px;
  font-size: 0px;
}

.upcome-slider .owl-nav .owl-prev {
  position: relative;
  left: -55px;
}

.upcome-slider .owl-nav {
  display: block;
  position: absolute;
  top: 35%;
  width: 100%;
}

.upcome-slider .owl-nav .owl-next i {
  background: url(../images/png/path9.png) no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  font-size: 0px;
}

.upcome-slider .owl-nav .owl-next {
  position: absolute;
  right: -75px;
}

/* .upcome-slider .owl-carousel .owl-item{
  margin-right:0px !important;
} */
.img-cont img {
  width: 100%;
  height: auto;
}

.upcoming_schedule h3 {
  font-family: Poppins-SemiBold;
  font-size: 45px;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 30px;
}

.upcoming_schedule h3 span {
  font-size: 45px;
  color: #ed1d25;
  font-family: Poppins-SemiBold;
  text-align: center;
}

.num_head {
  font-family: Poppins-Bold;
  font-size: 47px;
  text-align: center;
  display: inline-block;
  flex-direction: column;
  border-right: 1px solid #000;
  padding-right: 20px;
  line-height: 47px;
}

.num_head1 {
  font-family: Poppins-Bold;
  font-size: 47px;
  text-align: center;
  display: inline-block;
  flex-direction: column;
  border-right: 1px solid #fff;
  color: #ffffff;
  padding-right: 20px;
  line-height: 47px;
}

.small_svg {
  padding-left: 20px;
}

.small_svg svg {
  vertical-align: baseline !important;
}

.small_svg1 svg {
  vertical-align: baseline !important;
}

.small_svg1 {
  padding-left: 20px;
}

.month {
  font-size: 30px;
  font-family: Poppins-Regular;
}

.month1 {
  font-size: 30px;
  font-family: Poppins-Regular;
  color: #ffffff;
}

.event-btn {
  width: 35%;
  padding-top: 25px;
}

.register-btn {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #008d42;
  outline: none !important;
  color: #1e1e1e !important;
  font-size: 16px;
  line-height: 50px;
  font-family: "Gilroy-semibold";
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 5px 0px 30px;
  overflow: hidden;
  border-radius: 50px;
}

.arrow-img1 {
  display: block;
  width: 25% !important;
  height: 0% !important;
  padding: 8px 0px 0px;
  margin-left: 24px;
}

/***
=============================================
Blogs
=============================================
***/

.blogs-bg {
  background: url("../images/home/blog.png ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0px 80px;
}

.blogs-bg h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Gilroy-medium";
  font-size: 24px;
  margin-bottom: 20px;
}

.blogs-bg h5 {
  font-family: "Gilroy-medium";
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
}

.blogs-bg h6 {
  font-family: Gilroy-regular;
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
}

.blogs-bg p {
  font-family: 'Gilroy-regular';
  font-size: 15px;
  line-height: 23px;
  width: 100%;
  color: #ffffff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.blogs-bg .swiper-slide {
  display: flex;
  flex-direction: column;
}

.blogs-bg .swiper-nav-wrapper {
  margin-top: -38%;
}

.blogs-bg .swiper-button-next,
.blogs-bg .swiper-button-prev {
  position: relative;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.blogs-bg .swiper-button-next:after {
  font-size: 0;
}

.blogs-bg .swiper-button-prev:after {
  font-size: 0;
}

.blogs-bg .swiper-button-next {
  float: right;
  left: 9%;
  background: url(../images/home/blog-right.png) no-repeat;
  width: 47px;
  height: 40px;
  background-size: cover;
}

.blogs-bg .swiper-button-prev {
  float: left;
  left: -9%;
  background: url(../images/home/blog-left.png) no-repeat;
  width: 47px;
  height: 40px;
  background-size: cover;
}

/***
=============================================
Footer
=============================================
***/

.footer {
  background: #2b2b2b;
  padding: 45px;
}

.footer p {
  color: #ffffff;
  font-family: "Gilroy-regular";
  font-size: 14px;
  line-height: 23px;
}
.footer p a {
  color: #ffffff !important;
  font-family: "Gilroy-regular";
  font-size: 14px;
  line-height: 23px;
}
.footer .footer-one__links-list li a {
  color: rgb(255 255 255);
  font-size: 14px;
  line-height: 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: "Gilroy-regular";
}

.footer .footer-one__links-list li {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.footer .footer-one__newsletter-text1 {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer .footer-one__newsletter-text1 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gilroy-medium";
}

.footer .footer-one__newsletter-form-input-box input[type="email"] {
  color: #ffffff;
  font-size: 14px;
  height: 32px;
  font-family: "Gilroy-regular";
  width: 75%;
  padding-left: 20px;
  padding-right: 30px;
  background: #858585;
  outline: none;
  border: none;
  border-radius: 0px;
}
.footer .footer-one__newsletter-form-input-box input[type="email"].errorform {
  border: 1px solid red !important;
}
.footer button {
  background: #ffffff;
  border: 0;
  color: #1e1e1e;
  position: relative;
  right: 5px;
  height: 32px;
  padding: 0px 12px;
  /* top: 2px; */
  font-size: 15px;
  font-family: "Gilroy-semibold";
}

.footer .social-links {
  position: relative;
  display: flex;
  float: right;
}

.footer .social-links ul {
  position: relative;
  display: block;
}

.footer .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 0px;
}

.footer h6 {
  font-family: "Gilroy-bold";
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0px 10px;
}
.social-links a .fb {
  width: 50px;
  height: 55px;
  background: url("../images/icons/fb.png") no-repeat;
  margin: 0px;
}
.social-links a .fb:hover {
  background: url("../images/icons/fb-hover.png") no-repeat;
}
.social-links a .link {
  width: 50px;
  height: 55px;
  background: url("../images/icons/link.png") no-repeat;
  margin: 0px;
}
.social-links a .link:hover {
  background: url("../images/icons/link-hover.png") no-repeat;
}
.social-links a .twitter {
  width: 50px;
  height: 55px;
  background: url("../images/icons/twitter.png") no-repeat;
  margin: 0px;
}
.social-links a .twitter:hover {
  background: url("../images/icons/twitter-hove.png") no-repeat;
}
.social-links a .insta {
  width: 50px;
  height: 55px;
  background: url("../images/icons/insta.png") no-repeat;
  margin: 0px;
}
.social-links a .insta:hover {
  background: url("../images/icons/insta-hover.png") no-repeat;
}
.social-links a .ytube {
  width: 50px;
  height: 55px;
  background: url("../images/icons/ytube.png") no-repeat;
  margin: 0px;
}
.social-links a .ytube:hover {
  background: url("../images/icons/ytube-hover.png") no-repeat;
}
.group-img {
  width: 55%;
  position: absolute;
  right: -360%;
  top: 0px;
}
.group-img-1 {
  width: 55%;
  position: absolute;
  right: -360%;
  top: 55px;
}
/***
=============================================
About page Style
=============================================
***/

.about-banner {
  background: url(../images/about/banner-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px;
}

.page-header__inner {
  position: relative;
  display: block;
  width: 40%;
}

.page-header__innernae {
  position: relative;
  display: block;
  /* width: 28%; */
}

.page-header__inner1 {
  position: relative;
  display: block;
  /* width: 28%; */
}

.page-header__inner1 h1 {
  color: #ffffff;
  font-family: Gilroy-bold;
  font-size: 48px;
}
.page-header__inner h1 {
  color: #ffffff;
  font-family: "Gilroy-semibold";
  font-size: 48px;
}
.page-header__inner h1 {
  color: #ffffff;
  font-family: "Gilroy-semibold";
  font-size: 48px;
}

.page-header__inner h4 {
  font-family: "Gilroy-semibold";
  color: #ffffff;
  font-size: 22px;
  margin-top: 10px;
}

.shape1 img {
  width: 80%;
}

.about-banner .shape1 {
  position: absolute;
  right: 12%;
  top: 5.5%;
  opacity: 0.4;
}

.about-banner .gears1 {
  position: absolute;
  opacity: 0.1;
  left: 12%;
  top: 2.3%;
}

.gears1 img {
  width: 75%;
}

.about-sec {
  padding: 100px 0px 70px;
  position: relative;
}

.about-img {
  position: absolute;
  width: 55%;
  z-index: -1;
  top: -20px;
  left: -10px;
}

.about-sec h1 {
  font-family: "Gilroy-semibold";
  color: #1e1e1e;
  font-size: 22px;
  padding-bottom: 15px;
  width: 80%;
}

.about-sec p {
  font-family: 'Gilroy-regular';
  font-size: 14px;
  color: #1e1e1e;
  line-height: 23px;
  padding: 10px 0px;
}

.about-img1 {
  width: 40%;
  padding: 10px 0px;
}

.about-sec h6 {
  font-family: "Gilroy-medium";
  font-size: 17px;
  text-align: center;
  color: #1e1e1e;
  padding: 0;
}

.journey-sec {
  background: #f0edda;
  padding: 50px 0px;
  position: relative;
}

.journey-sec h4 {
  font-family: "Gilroy-semibold";
  text-align: center;
  color: #1e1e1e;
  font-size: 22px;
  padding-bottom: 35px;
}

.timeline-container {
  width: 100%;
  overflow: hidden;
}

/* .time-pad{padding: 1rem;} */

.timeline-blocks {
  width: 900%;
  margin: 75px 0px 0px;
}

.timeline-blocks li {
  display: inline-block;
  width: 100vw;
  max-width: 11%;
}

.timeline-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.timeline:before {
  background: #1e1e1e;
  content: " ";
  display: block;
  height: 1px;
  margin-top: 40px;
  width: 85%;
  left: 7%;
  position: absolute;
}

.timeline li {
  border-radius: 30px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #ffffff;
  margin: 28px 55px 32px;
  border: 2px solid #008d42;
  cursor: pointer;
  position: relative;
}

.timeline-description {
  width: 100%;
  position: relative;
}

.timeline-active {
  background: #008d42 !important;
  transition: background 0.2s;
  width: 85px !important;
  height: 85px !important;
  border-radius: 50px !important;
  margin: 0px !important;
  top: -22px;
}

.timeline-active:before {
  width: 148px;
  height: 140px;
  top: -29.5px;
  left: -32.5px;
  border: 4px solid 52B3D9;
  content: " ";
  background: url(../images/about/circle-dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}

.timeline-prev img {
  position: absolute;
  top: 20.2%;
  left: 5%;
  width: 3%;
}

.timeline-next img {
  position: absolute;
  top: 20.2%;
  left: 92%;
  width: 3%;
}

.timeline-description h5 {
  font-family: "Gilroy-semibold";
  font-size: 18px;
  color: #1e1e1e;
}

.timeline-description p {
  font-family: "Diaria-sans-pro-regular";
  color: #262626;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 0px;
}

.timeline-block .bg-white {
  background-color: #fff !important;
  padding: 75px 15px 115px 160px;
}
.timeline-img {
  position: absolute;
  width: 44%;
  top: -8%;
}

.black-bg1 {
  position: absolute;
  top: -33px;
  left: -13px;
  width: 26%;
}

.timeline h6 {
  opacity: 0;
}

.timeline-active h6 {
  font-family: "Gilroy-semibold";
  font-size: 22px;
  color: #ffffff;
  position: relative;
  opacity: 1;
  top: 30%;
}

.branch-sec {
  background: #f7f7f9;
  padding: 60px 0px;
  position: relative;
}

.branch-sec h4 {
  font-family: "Gilroy-semibold";
  color: #1e1e1e;
  font-size: 22px;
  padding-bottom: 20px;
  width: 85%;
}
.map-locate {
  position: absolute;
  bottom: 20px;
  right: 100px;
  width: 37%;
}
.branch-sec p {
  font-family: 'Gilroy-regular';
  color: #1e1e1e;
  font-size: 15px;
  line-height: 20px;
  width: 90%;
  padding: 8px 0px;
}

.branch-sec h6 {
  font-family: "Gilroy-medium";
  color: #1e1e1e;
  font-size: 17px;
}

.branch-sec span {
  font-size: 22px;
  padding-right: 30px;
}

.branch-sec .border-right {
  border-right: 1px solid #d8d8d8;
}

.location-1 {
  position: absolute;
  bottom: 42px;
  left: 29%;
  width: 15px;
}

.location-1:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-1:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 8px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-1:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-1:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-1:hover:before,
.location-1:hover:after {
  opacity: 1;
}

.location-2 {
  position: absolute;
  bottom: 66px;
  left: 28%;
  width: 24px;
}

.location-2:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-2:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-2:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-2:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-2:hover:before,
.location-2:hover:after {
  opacity: 1;
}

.location-3 {
  position: absolute;
  bottom: 14%;
  left: 39%;
  width: 24px;
}

.location-3:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-3:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-3:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-3:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-3:hover:before,
.location-3:hover:after {
  opacity: 1;
}
.location-4 {
  position: absolute;
  bottom: 15%;
  left: 32%;
  width: 24px;
}

.location-4:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-4:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-4:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-4:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-4:hover:before,
.location-4:hover:after {
  opacity: 1;
}
.location-5 {
  position: absolute;
  top: 57%;
  left: 16%;
  width: 24px;
}

.location-5:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-5:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-5:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-5:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-5:hover:before,
.location-5:hover:after {
  opacity: 1;
}
.location-6 {
  position: absolute;
  top: 23%;
  left: 26%;
  width: 24px;
}

.location-6:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-6:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-6:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-6:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-6:hover:before,
.location-6:hover:after {
  opacity: 1;
}
.location-7 {
  position: absolute;
  top: 60%;
  left: 34%;
  width: 24px;
}

.location-7:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-7:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-7:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-7:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-7:hover:before,
.location-7:hover:after {
  opacity: 1;
}

.location-8 {
  position: absolute;
  bottom: 17%;
  left: 25%;
  width: 24px;
}

.location-8:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-8:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-8:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-8:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-8:hover:before,
.location-8:hover:after {
  opacity: 1;
}
.support-one--two {
  position: relative;
  display: block;
  overflow: visible;
}
.location-9 {
  position: absolute;
  top: 45%;
  left: 13%;
  width: 24px;
}

.location-9:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-9:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-9:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-9:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-9:hover:before,
.location-9:hover:after {
  opacity: 1;
}

.location-10 {
  position: absolute;
  top: 48%;
  left: 9%;
  width: 24px;
}

.location-10:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-10:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-10:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-10:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-10:hover:before,
.location-10:hover:after {
  opacity: 1;
}
.location-11 {
  position: absolute;
  top: 60%;
  left: 26%;
  width: 24px;
}

.location-11:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-11:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-11:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-11:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-11:hover:before,
.location-11:hover:after {
  opacity: 1;
}

.location-12 {
  position: absolute;
  top: 92%;
  left: 27%;
  width: 24px;
}

.location-12:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-12:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-12:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-12:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-12:hover:before,
.location-12:hover:after {
  opacity: 1;
}

.location-13 {
  position: absolute;
  top: 30%;
  left: 40%;
  width: 24px;
}

.location-13:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-13:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 5rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-13:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-13:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-13:hover:before,
.location-13:hover:after {
  opacity: 1;
}

.location-14 {
  position: absolute;
  bottom: 9%;
  left: 31%;
  width: 24px;
}

.location-14:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-14:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-14:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-14:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-14:hover:before,
.location-14:hover:after {
  opacity: 1;
}

.location-15 {
  position: absolute;
  bottom: 11%;
  left: 38%;
  width: 24px;
}

.location-15:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-15:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-15:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-15:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-15:hover:before,
.location-15:hover:after {
  opacity: 1;
}
.location-16 {
  position: absolute;
  bottom: 12%;
  left: 34%;
  width: 24px;
}

.location-16:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-16:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-16:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-16:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-16:hover:before,
.location-16:hover:after {
  opacity: 1;
}
.location-17 {
  position: absolute;
  top: 61%;
  left: 18%;
  width: 24px;
}

.location-17:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-17:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-17:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-17:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-17:hover:before,
.location-17:hover:after {
  opacity: 1;
}
.location-18 {
  position: absolute;
  top: 26%;
  left: 29%;
  width: 24px;
}

.location-18:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-18:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-18:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-18:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-18:hover:before,
.location-18:hover:after {
  opacity: 1;
}
.location-19 {
  position: absolute;
  top: 64%;
  left: 36%;
  width: 24px;
}

.location-19:before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 22px;
  top: 40px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.6s;
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 7px 10px;
  border-color: transparent #3b3b3bf2 transparent transparent;
}

.location-19:after {
  text-transform: none;
  content: attr(data-tooltip);
  font-size: 11px;
  font-family: "Gilroy-regular";
  position: absolute;
  color: #fcfcfc;
  line-height: 13px;
  background: #3b3b3bf2;
  box-shadow: 0px 6px 6px #00000080;
  padding: 15px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  opacity: 0;
  pointer-events: none;
  left: 6rem;
  top: 6rem;
  border-radius: 10px;
  transform: translate3d(-50%, 0%, 0);
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  z-index: 99999;
}

.location-19:hover:before {
  transform: translate3d(-50%, calc(-100% - 18px), 0);
}

.location-19:hover:after {
  transform: translate3d(-50%, calc(-100% - 16px), 0);
}

.location-19:hover:before,
.location-19:hover:after {
  opacity: 1;
}
.support-one--two {
  position: relative;
  display: block;
  overflow: visible;
}

.support-one {
  position: relative;
  display: block;
  padding: 0px 0px 0px;
  overflow: hidden;
  z-index: 1;
  background: #f7f7f9;
}

.support-one--two .support-one__img {
  margin-right: 0px;
}

.support-one__img {
  position: relative;
  display: block;
  margin-right: -15px;
}

.support-one--two .support-one__img .inner {
  overflow: visible;
}

.support-one__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.support-one--two .support-one__img .inner img {
  width: 100%;
  /* float: right; */
  height: 460px;
}

.support-one__content {
  position: relative;
  display: block;
  padding-top: 160px;
  padding-bottom: 140px;
  margin-left: 20px;
  z-index: 1;
}

.support-one__content::before {
  position: absolute;
  top: 0px;
  left: -85px;
  bottom: 0;
  right: -999999px;
  background: #008d42;
  content: "";
  z-index: -1;
}

.support-one__content::after {
  content: "";
  position: absolute;
  left: -130px;
  bottom: -45px;
  width: 45px;
  border-left: 45px solid transparent;
  border-bottom: 45px solid transparent;
  z-index: 3;
  border-top: 45px solid #004621;
}

.support-one--two .support-one__content::before {
  left: -80px;
}

.support-one__content .carousel-indicators {
  top: 0px;
  margin: auto;
  right: 50px;
  left: auto;
  display: block;
}

.support-one__content .carousel-indicators [data-bs-target] {
  background: none;
  border: 2px solid white;
  border-radius: 0px;
  width: 0px;
  height: 90px;
  margin-bottom: 10px;
  opacity: 1;
}

.support-one__content .carousel-indicators li.active {
  border: 2px solid #ffc00e;
}

.support-one__content h5 {
  font-family: "Gilroy-medium";
  color: #ffffff;
  font-size: 22px;
  padding: 0;
}

.support-one__content p {
  font-family: 'Gilroy-regular';
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  padding: 10px 0px;
  width: 85%;
}

.support-one__content .carousel-inner,
.carousel,
.carousel-item,
.carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding-bottom: 20px;
}

.support-one__content h6 {
  font-family: "Gilroy-bold";
  color: #ffffff;
  font-size: 22px;
  padding: 5px 0px !important;
}

.founder-sec {
  background: #f7f7f9;
  padding: 50px 0px;
}

.founder-sec h4 {
  font-family: "Gilroy-medium";
  color: #1e1e1e;
  font-size: 22px;
  padding-bottom: 10px;
}

.founder-sec p {
  font-family: 'Gilroy-regular';
  color: #1e1e1e;
  font-size: 14px;
  line-height: 20px;
  /* width: 85%; */
  padding: 10px 0px 10px;
}

.founder-sec img {
  width: 75%;
}

.founder-sec h5 {
  font-family: 'Gilroy-medium';
  color: #1e1e1e;
  font-size: 17px;
  text-align: right;
  text-decoration: overline solid #008d42 5px;
  margin-top: 10px;
}

.founder-sec h6 {
  font-family: 'Gilroy-bold';
  color: #1e1e1e;
  font-size: 13px;
  text-align: right;
  padding-top: 2px;
}
.infra {
  padding: 80px 0px 70px;
}
.infra h5 {
  font-family: "Gilroy-medium";
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
}
.infra p {
  font-family: 'Gilroy-regular';
  font-size: 15px;
  color: #1e1e1e;
  text-align: center;
  line-height: 23px;
  padding: 10px 0px;
}
.infra-one p {
  text-align: center;
  color: #fcfcfc;
  line-height: 24px;
  font-family: "Gilroy-medium";
  font-size: 20px;
  margin-top: 5px;
}
.infra-one {
  margin-top: 20px;
  margin-bottom: 20px;
}
.infra img {
  padding: 0rem 7rem;
  width: 100%;
}
.infra-sec {
  background: url(../images/about/infra-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0px 70px;
}

.infra-sec h5 {
  font-family: "Gilroy-medium";
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
}

.infra-sec p {
  font-family: "Diaria-sans-pro-regular";
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  width: 85%;
  padding: 15px 0px 25px;
}

.infra-img1 {
  position: relative;
  z-index: 1;
  width: 70%;
  float: right;
  left: -5%;
}

.infra-img2 {
  position: absolute;
  left: 13%;
  top: 17%;
  width: 16%;
}

.corevalue-sec {
  background: #f0edda;
  padding: 50px 0px;
}

.corevalue-sec h5 {
  font-family: "Gilroy-medium";
  color: #1e1e1e;
  font-size: 22px;
  text-align: center;
  padding-bottom: 80px;
}

.value-img {
  width: 20%;
  padding-top: 15px;
}

.corevalue-sec h6 {
  font-family: "Gilroy-medium";
  color: #1e1e1e;
  font-size: 17px;
  padding: 20px 0px 10px;
}

.corevalue-sec p {
  font-family: 'Gilroy-regular';
  color: #1e1e1e;
  font-size: 14px;
  line-height: 20px;
  width: 80%;
  padding-bottom: 20px;
}

.box {
  border-right: 1px solid #c4c4c4;
}

.box-1 {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 10px;
  margin-bottom: 10px;
}

/***
=============================================
Contact page style
=============================================
***/
.address-sec {
  padding: 50px 0px;
}

.address-sec .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 20px 0px;
}

.address-sec .form-group {
  margin-top: 20px;
}
#enq_form :is(input, select).errorform {
  border: 1px solid red !important;
}

#enq_form_p :is(input, select).errorform {
  border: 1px solid red !important;
}
#enq_form1 :is(input, select).errorform {
  border: 1px solid red !important;
}
#enq_form1 p {
    font-family: 'Gilroy-medium';
    color: #303030;
    font-size: 16px;
    line-height: 25px;
}
.boxed-btn {
  background: #008d42;
  width: 100%;
  border: unset;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 0px;
}

.address-sec svg {
  width: 30px;
  height: 30px;
}

.address-sec h5 {
  font-family: Gilroy-bold;
  font-size: 26px;
  color: #008d42;
  padding-bottom: 15px;
}

.contactdiv {
  display: flex;
  justify-content: flex-start;
  font-family: Gilroy-medium;
  font-size: 16px;
}

.contactdiv1 {
  width: 20%;
}

.svgsSpan {
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
  width: 50%;
}

.svgsSpan svg {
  width: 40px;
  height: 35px;
}

/***
=============================================
Product page Style
=============================================
***/
.product-banner {
  background: url(../images/slider/metal-cutting.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-blend-mode: overlay;
}
.product-sec {
  padding: 50px 0px;
  position: relative;
}
.product-sec p {
  font-family: "Gilroy-medium";
  font-size: 16px;
  text-align: center;
  color: #000000;
  line-height: 22px;
}
.product-box .green-bg {
  position: absolute;
  width:20%;
  top: 0px;
  margin-left: -25px;
  opacity: 0;
  transition: 1s ease-in 0.5ms;
}
.product-box:hover .green-bg {
  position: absolute;
  width: 45%;
  top: 0px;
  margin-left: -25px;
  opacity: 1;
  transition: 1s ease-in 0.5ms;
  z-index: -1;
}
.product-box-content h6 {
  font-family: "Gilroy-semibold";
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  height: 90px;
}
.product-box {
  padding: 25px 16px;
  position: relative;
}
.product-box-content {
  padding: 0px 10px;
}
.product-btn1 {
  position: relative;
  display: flex;
  border: 3px solid #008d42;
  width: 37%;
  color: #1e1e1e !important;
  font-size: 16px;
  line-height: 45px;
  font-family: "Gilroy-semibold";
  padding: 2px 5px 2px 30px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  transition: unset;
  justify-content: space-between;
  align-items: center;
}
.product-btn1:hover {
  box-shadow: inset 200px 0px 20px 0px #ffb237bf,
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  border: 3px solid #ffb237bf;
  transition: all 0.5s linear;
}
.product-img{
width: 100%;
height: 512px;
}
/***
=============================================
Metal Product page Style
=============================================
***/
.product-conventional-banner {
  background: url(../images/slider/metal-cutting.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-blend-mode: overlay;
}
.edm-product-banner {
  background: url(../images/slider/edm2.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-blend-mode: overlay;
}
.access-product-banner {
  background: url(../images/slider/acces2.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-blend-mode: overlay;
}
.forming-product-banner {
  background: url(../images/slider/metal-forming.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-blend-mode: overlay;
}
.plastic-product-banner {
  background: url(../images/slider/plastic.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-blend-mode: overlay;
}
.machines-sec {
  padding: 0px 0px 50px;
  position: relative;
}
.machines-sec p {
  font-family: "Gilroy-medium";
  font-size: 16px;
  text-align: center;
  color: #000000;
  line-height: 22px;
}
.img-shadow {
  /* width: 320px;
  height: 280px; */
  background: #fff;
}
.tab-btn {
  border: none;
  font-family: "Inter";
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
  background: unset;
  padding: 15px 10px;
}

.tab-btn.active {
  background: #b2bde1;
  text-decoration: none;
  border-radius: 8px;
  padding: 5px 15px;
}
.tab-box {
  padding: 15px;
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  position: relative;
}
.spacer {
  clear: both;
  height: 30px;
  display: block !important;
}

/* .product-tab {
  height: 60rem;
} */
.logo-tab {
  text-align: center;
  padding: 0px 0px 10px;
}
#parent {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#parent h5 {
  font-family: "Gilroy-semibold";
  font-size: 26px;
  color: #008d42;
  padding: 10px 0px;
  /* border-bottom: 1px solid #8c8c8c; */
  margin: 0px 30px;
}
#parent h6 {
  font-family: "Gilroy-regular";
  font-size: 16px;
  color: #000000;
  padding: 20px 0px;
}
.tab-btn img {
  width: 80%;
}
.tab-box .machine-bg {
  position: absolute;
  width: 54%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 1s ease-in 0.1ms;
}
.tab-box:hover .machine-bg {
  position: absolute;
  width: 50%;
  top: 0px;
  left: 0px;
  opacity: 1;
  transition: 1s ease-in 0.3ms;
}

.tab-box:hover .img-shadow {
  box-shadow: -9px -6px 12px rgba(0, 0, 0, 0.35);
  transition: 1s ease-in 0.3ms;
}
.tab-btn1 {
  position: relative;
  display: flex;
  border: 2px solid #008d42;
  width: 13%;
  color: #1e1e1f !important;
  font-size: 16px;
  line-height: 42px;
  font-family: "Gilroy-semibold";
  padding: 0px 3px 0px 30px;
  border-radius: 50px;
  float: right;
  margin-top: -5px;
}
.tab-btn1:hover {
  box-shadow: inset 200px 0px 20px 0px #ffb237bf,
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  border: 3px solid #ffb237bf;
  transition: all 0.5s linear;
}
.line-btn {
  margin: 0px 30px;
  display: block !important;
}
.line-img {
  width: 86%;
}
.breadcrumb li::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
  list-style: none;
}
.breadcrumb a {
  font-family: "Inter";
  color: #000000;
  font-size: 14px;
}
li.current {
  font-family: "Inter";
  color: #000000;
}
.breadcrumb li:last-of-type::after {
  display: none;
}

.show-btn {
  font-family: "Gilroy-regular";
  font-size: 16px;
  background: unset;
  border: unset;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

/***
=============================================
Vertical Machining Center page Style
=============================================
***/
.vertical-sec {
  padding: 30px 0px 90px;
  position: relative;
}

.vertical-sec h6 {
  font-family: "Gilroy-regular";
  font-size: 16px;
  text-align: center;
  color: #000000;
  padding: 20px 0px;
}
.vertical-sec #parent {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.vertical-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.vertical-box:hover .img-shadow {
  box-shadow: -9px -6px 12px rgba(0, 0, 0, 0.35);
  transition: 1s ease-in 0.3ms;
}
.vertical-box .green-bg {
  position: absolute;
  width: 45%;
  top: -5%;
  margin-left: -50.5%;
  opacity: 0;
  transition: 1s ease-in 0.2ms;
}
.vertical-box:hover .green-bg {
  position: absolute;
  width: 48%;
  top: -5%;
  margin-left: -50.5%;
  opacity: 1;
  transition: 1s ease-in 0.2ms;
}

/***
=============================================
Machine Single page style
=============================================
***/

.single-product-banner {
  background: url(../images/slider/metal-cutting.jpg) rgb(0 0 0 / 60%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
  background-blend-mode: overlay;
}

.single-product-banner h2 {
  color: #ffffff;
  font-family: "Inter";
  font-size: 44px;
}
.single-product-sec {
  background: #f7f7f9;
  padding: 0px 0px 30px;
}
.single-product-sec h2 {
  color: #058f45;
  font-family: "Inter";
  font-size: 28px;
  text-align: center;
}
.single-product-sec h6 {
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 16px;
  text-align: center;
    padding: 10px 30px;
  line-height: 24px;
}
.single-product-sec .carousel-inner,
.single-product-sec .carousel,
.single-product-sec .carousel-item,
.single-product-sec .carousel-container {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.single-product-sec .carousel-control-next,
.single-product-sec .carousel-control-prev {
  position: absolute;
  top: 45%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  height: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  opacity: 1;
}
.single-product-sec .carousel-control-prev-icon {
  background-image: url(../images/about/left-arrow.png);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: unset;
  width: 45px;
  height: 45px;
  top: unset;
  left: unset;
}
.single-product-sec .carousel-control-next-icon {
  background-image: url(../images/about/right-arrow.png);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: unset;
  width: 45px;
  height: 45px;
}
.single-product-sec p {
  color: #1e1e1e;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.single-product-sec h3 {
  color: #1e1e1e;
  text-align: center;
  font-family: "Inter";
  font-size: 26px;
  font-weight: 400;
  padding: 10px 0px 15px;
}
.single-product-btn {
  position: relative;
  display: flex;
  border: 1px solid #008d42;
  width: 22%;
  color: #1e1e1e !important;
  font-size: 18px;
  line-height: 45px;
  font-family: "Inter";
  font-weight: 400;
  padding: 5px 5px 5px 20px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  transition: unset;
}
.single-product-btn:hover {
  box-shadow: inset 200px 0px 20px 0px #ffb237bf,
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  border: 3px solid #ffb237bf;
  transition: all 0.5s linear;
}
.single-product-sec .arrow-img1 {
  display: block;
  width: 20% !important;
  height: 100% !important;
  padding: 4px 0px 4px;
  /* margin-left: 52px; */
}

.product-specs {
  padding: 80px 0px;
}
.product-specs h2 {
  color: #1e1e1e;
  text-align: center;
  font-family: "Inter";
  font-size: 26px;
  font-weight: 400;
}
.specs {
  background: #4e4e4e;
  display: flex;
  padding: 1rem 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}

.specs h5 {
  color: #fcfcfc;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
}
.product-specs .accordion-body {
  padding: 1rem 2.25rem;
  display: flex;
  flex-wrap: wrap;
  color: #1e1e1e;
  font-family: Inter;
  font-size: 18px;
}
.product-specs .accordion-item {
  /* margin-bottom: -1px; */
  background-color: #fff;
  border: unset;
}
.product-specs .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 1rem 2.25rem;
  font-size: 20px;
  font-family: "Inter";
  color: #1e1e1e;
  text-align: left;
  background: #f5f5f6;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.product-specs .accordion-button:not(.collapsed) {
  background: #008d42;
  color: #fcfcfc;
  font-family: Inter;
  font-size: 20px;
  border-radius: 0;
}
.product-specs .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.product-specs .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/icons/polygon.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.product-specs .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/polygon-1.png);
  transform: rotate(0deg);
}
.quote-btn {
  position: relative;
  display: flex;
  border: 1px solid #008d42;
  width: 20%;
  color: #1e1e1e !important;
  font-size: 18px;
  line-height: 45px;
  font-family: "Inter";
  font-weight: 400;
  padding: 5px 5px 5px 30px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  transition: unset;
}
.quote-btn:hover {
  box-shadow: inset 170px 0px 20px 0px #ffb237bf,
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  border: 3px solid #ffb237bf;
  transition: all 0.5s linear;
}
.quote-btn .arrow-img1 {
  display: block;
  width: 25% !important;
  height: 100% !important;
  padding: 4px 0px 4px;
  margin-left: 60px;
}

.product-detail-sec {
  background: #f7f7f9;
  padding: 0px 0px 90px;
}
.product-detail-sec h2 {
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 32px;
  padding-bottom: 10px;
  width: 55%;
}
.product-detail-sec li {
  color: #000000;
  font-family: 'Gilroy-regular';
  font-size: 16px;
  line-height: 30px;
}
.product-detail-sec ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: unset;
  padding: 15px 30px 15px 35px;
  width: 100%;
}
.product-detail-sec ol {
  padding: 15px 30px 15px 35px;
}
.product-detail-sec table {
  margin: 15px ;
}
.product-detail-sec h5 {
  font-family: 'Gilroy-medium';
  padding: 10px 15px;
}
/* .product-detail-sec .ml-50 {
  margin-left: 50px;
} */
.product-detail-sec .pl-10 {
  padding-left: 50px !important;
}
.product-detail-sec .pr-10 {
  padding-right: 50px !important;
}
.product-detail-sec .w-70 {
  width: 70%;
}

.product-video {
  padding: 80px 0px;
}
.related-access {
  background: #008d42;
  padding: 40px 0px 50px;
}

.related-access h2 {
  color: #fcfcfc;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  padding-bottom: 40px;
}
.related-access h5 {
  color: #fcfcfc;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  padding: 15px 0px;
}
.related-access .swiper-slide {
  display: flex;
  flex-direction: column;
}
.related-access .swiper-nav-wrapper {
  margin-top: -26%;
}
.related-access .swiper-button-next,
.related-access .swiper-button-prev {
  position: relative;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.related-access .swiper-button-prev:after {
  font-size: 0;
}
.related-access .swiper-button-prev {
  float: left;
  left: -6%;
  background: url(../images/home/blog-left.png) no-repeat;
  width: 47px;
  height: 40px;
  background-size: cover;
}
.related-access .swiper-button-next:after {
  font-size: 0;
}
.related-access .swiper-button-next {
  float: right;
  left: 6%;
  background: url(../images/home/blog-right.png) no-repeat;
  width: 47px;
  height: 40px;
  background-size: cover;
}
.product-detail-sec p {
  font-family: 'Gilroy-regular';
  padding: 15px 20px !important;
  font-size: 18px;
}
.single-video {
  width: 100%;
  height: 500px;
}
.related-access .swiper-slide img {
  background: #ffffff;
}
/***
=============================================
News & Event page Style
=============================================
***/
.news-banner {
  background: url(../images/about/newsandevents.png) rgb(0 0 0 / 60%);
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}
.news-banner h1 {
  color: #fff;
  font-family: "Inter";
  font-size: 48px;
  font-weight: 400;
}
.news-banner p {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
}
.news h5 {
  color: #1e1e1e;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 400;
  padding: 65px 0px 40px;
}
.shop-details__tab-button .tab-btn {
  border: none;
  font-family: "Inter";
  font-size: 16px;
  color: #000000;
  background: unset;
  text-decoration: unset;
}
.event-box {
  padding: 15px;
  /* width: calc(25% - 10px); */
  float: left;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  position: relative;
}

.event-box .event-bg {
  position: absolute;
  width: 60%;
  top: -8px;
  left: 0px;
  opacity: 0;
  transition: 1s ease-in 0.1ms;
}
.event-box:hover .event-bg {
  position: absolute;
  width: 65%;
  top: -8px;
  left: -10px;
  opacity: 1;
  transition: 1s ease-in 0.3ms;
}
.event-box:hover .img-shadow {
  box-shadow: -10px -8px 4.5px 0px rgba(0, 0, 0, 0.39);
  transition: 1s ease-in 0.3ms;
}
.event-box .text {
  position: absolute;
  bottom: 7%;
  left: 10%;
  display: flex;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  width: 65%;
  display: flex;
  flex-direction: column;
  z-index: 5;
  font-family: Gilroy-Regular;
  font-size: 22px;
  font-weight: 500;
  line-break: none;
}
.event-box h5 {
  color: #fff;
  font-family: "Inter";
  font-size: 20px;
  padding-bottom: 10px;
}
.event-box:hover h5 {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.event-box:hover p {
  display: block !important;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}
.event-box p {
  display: none;
}
.event-box span {
  color: #fff;
  font-family: Gilroy-regular;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2px 0px;
}
.event-box:hover span {
  /* fill: #F0EDDA; */
  width: 220px;
  /* height: 28px; */
  background-color: #f0edda;
  color: #1e1e1e;
  padding: 5px 5px;
}
.event-box:hover path {
  fill: #000;
}
.overlay {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  height: 94%;
  width: 94%;
  top: 3%;
  left: 3%;
}
.event-box:hover .overlay {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  height: 36%;
  width: 94%;
  top: 60.5%;
  left: 14px;
  opacity: 1;
  transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
}

/***
=============================================
Blogs page Style
=============================================
***/

.blog-banner {
  background: url(../images/about/blog-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

.blog-banner h1 {
  color: #fff;
  font-family: "Inter";
  font-size: 48px;
  font-weight: 400;
}
.blog-banner p {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  padding: 0rem 28rem;
}
.blog-sec h5 {
  color: #1e1e1e;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-weight: 400;
  padding: 65px 0px 40px;
}
.blog-box {
  margin-bottom: 5rem;
}
.blog-content {
  background: #f0edda;
  padding: 35px 80px 35px 30px;
}

.blog-content  h2{
  font-family: 'Gilroy-semibold';
}

.blog-content h6 {
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  background: #ffffff;
  width: 22%;
  padding: 12px 6px;
  line-height: 0;
}
.blog-content h4 {
  color: #008d42;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 400;
  padding: 15px 0px 10px;
}
.blog-content p {
  color: #3b3b3b;
  font-family: 'Gilroy-regular';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.blog_view_more {
  font-family: 'Gilroy-medium';
}
.blog-content h5 {
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: left;
}
.blog-side {
  background: #efeff5;
  padding: 30px 40px;
}
.blog-side h5 {
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 400;
  padding: 0px;
  margin-bottom: 15px;
  text-align: left;
}
.blog-side-box {
  margin-bottom: 2rem;
}
.blog-side-box img {
  width: 80%;
}
.blog-side-box h6 {
  color: #1e1e1e;
  font-family: "Inter";
  font-size: 18px;
  margin-top: 15px;
  width: 80%;
  font-weight: 400;
}
.infra-sec p {
  font-family: "Diaria-sans-pro-regular";
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  padding: 10px 0px 0px;
}
.infra-sec {
  padding: 50px 0px 40px;
}
.infra-img1 {
  width: 100%;
}
.infra-img2 {
  position: absolute;
  left: 0%;
  top: 18%;
  width: 22%;
}

/***
=============================================
Blogs Single page Style
=============================================
***/

.single-blog-sec {
  padding: 70px 0px 50px;
}

.single-blog-sec h4 {
  color: #000000;
  font-family: "Gilroy-semibold";
  font-size: 23px;
  font-weight: 400;
  padding: 15px 0px;
}
.single-blog-sec p {
  color: #3b3b3b;
  font-family: "Gilroy-medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.single-blog-sec ul {
  color: #3b3b3b;
  font-family: "Gilroy-medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 10px;
}
.single-blog-bg {
  background: #f7f7f9;
  padding: 50px;
}
.blog-Details svg {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  margin-top: 20px;
}
.blog-profile {
  display: flex;
  justify-content: space-between;
  margin-left: 0%;
  padding: 10px 0px 30px;
}
.blog-profile img {
  /* width: 10%; */
  width: 8%;
  height: 8%;
  overflow: hidden;
  border-radius: 50%;
}
.blog-profile span {
  margin-left: 0%;
}
.blog-profile-para {
  width: 87%;
}

/***
=============================================
Service & Support page Style
=============================================
***/

.support-sec {
  padding: 70px 0px 50px;
}
.support-box {
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px 40px;
  margin-bottom: 40px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.support-box h5 {
  font-size: 20px;
  font-family: "Gilroy-medium";
}
.support-box p {
  font-size: 15px;
  font-family: "Gilroy-medium";
  line-height: normal;
  padding: 10px 0px 15px;
}
.support-box h4 a {
  color: #008d42;
  font-size: 15px;
  font-family: "Gilroy-semibold";
  padding-bottom: 4px;
}
.support-box svg {
  width: 50px;
}
/***
=============================================
Cta One
=============================================
***/
.counter-one {
  position: relative;
  display: block;
  padding: 180px 0px 210px;
  margin-top: -70px;
  z-index: 1;
}

.counter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.counter-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(255, 178, 55);
  background: linear-gradient(
    180deg,
    rgba(255, 178, 55, 0.04805672268907568) 1%,
    rgba(255, 178, 55, 0.28335084033613445) 35%,
    rgba(255, 178, 55, 0.4290091036414566) 70%,
    rgba(255, 178, 55, 1) 100%
  );
  content: "";
  z-index: -2;
}

.counter-one__single {
  position: relative;
  display: block;
  max-width: 290px;
  width: 100%;
  margin: 0 auto 30px;
  background: #ffffff;
  padding: 25px 40px 32px;
  padding-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.counter-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__single-top .img-box {
  position: relative;
  display: block;
}

.counter-one__single-top .img-box img {
  width: auto;
}

.counter-one__single-top .content-box {
  position: relative;
  display: block;
  margin-left: 10px;
  flex: 1;
}

.counter-one__single-top .content-box h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}

.counter-one__single-top .content-box h2 .plus {
  position: relative;
  display: inline-block;
  right: 20px;
}

.counter-one .odometer.odometer-auto-theme,
.counter-one .odometer.odometer-theme-default {
  font-family: var(--ontech-font);
  line-height: 70px;
}

.counter-one__single-text {
  position: relative;
  display: block;
  margin-top: 3px;
}

.counter-one__single-text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.counter-one__bottom {
  position: relative;
  display: block;
  padding-top: 28px;
}

.counter-one__bottom h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.counter-one__bottom .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 32px;
}

.counter-one__bottom .btn-box .thm-btn {
  background: var(--ontech-black);
  color: #ffffff;
}

.counter-one__bottom .btn-box .thm-btn:hover {
  color: var(--ontech-black);
}

/***
=============================================
Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  padding: 110px 0px 73px;
  margin-top: -130px;
  z-index: 1;
}

.team-one::before {
  position: absolute;
  top: 0;
  left: 70px;
  bottom: 0;
  right: 70px;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-img {
  position: relative;
  display: block;
}

.team-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__single-img .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000000;
  opacity: 0;
  transform: scaleX(0.7);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.team-one__single:hover .team-one__single-img .inner:after {
  opacity: 0.5;
  transform: scaleX(1);
}

.team-one__single-img .social-link {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.team-one__single-img .social-link li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.team-one__single-img .social-link li:last-child {
  margin-right: 0px;
}

.team-one__single-img .social-link li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  z-index: 1;
}

.team-one__single-img .social-link li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--ontech-base);
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0.5);
  opacity: 0;
  content: "";
  z-index: -1;
}

.team-one__single-img .social-link li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.team-one__single-img .social-link li a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  line-height: 35px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-img .social-link li a:hover span::before {
  color: #ffffff;
}

.team-one__single-img .social-link li a.fb {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 300ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.fb {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 200ms;
}

.team-one__single-img .social-link li a.tw {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 400ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.tw {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 300ms;
}

.team-one__single-img .social-link li a.pin {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.pin {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 400ms;
}

.team-one__single-img .social-link li a.in {
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 600ms ease;
}

.team-one__single:hover .team-one__single-img .social-link li a.in {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 500ms;
}

.team-one__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(255, 178, 55);
  background: linear-gradient(
    180deg,
    rgba(255, 178, 55, 0) 27%,
    rgba(255, 178, 55, 0.5186449579831933) 100%
  );
  height: 75px;
  content: "";
  z-index: 2;
}

.team-one__single-img:after {
  position: absolute;
  left: 90px;
  bottom: 0;
  right: 90px;
  height: 3px;
  background: var(--ontech-base);
  content: "";
  z-index: 1;
}

.team-one__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-one__single:hover .team-one__single-img .inner img {
  transform: scale(1.05);
}

.team-one__single-content {
  position: relative;
  display: block;
  padding-top: 22px;
}

.team-one__single-content h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}

.team-one__single-content h2 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.team-one__single-content p {
  margin: 0;
  line-height: 26px;
}

/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
  z-index: 1;
}

.blog-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: #fdf1d7;
  background-blend-mode: overlay;
  z-index: -1;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}

.blog-one__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-one__single:hover .blog-one__single-img::before {
  opacity: 1;
}

.blog-one__single-img .text-box {
  position: absolute;
  left: 30px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 25px;
  background: var(--ontech-base);
  text-align: center;
  color: var(--ontech-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  border-radius: 2px;
  z-index: 5;
}

.blog-one__single-img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.blog-one__single:hover .blog-one__single-img img {
  transform: scale(1);
}

.blog-one__single-content {
  position: relative;
  display: block;
  box-shadow: 0px 0px 35px 0px rgba(209, 210, 212, 0.35);
  background: #ffffff;
  padding: 30px 30px 35px;
  z-index: 1;
}

.blog-one__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}

.blog-one__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
  line-height: 0;
}

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

.blog-one__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-one__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
}

.blog-one__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-one__single-content .meta-box li .text p {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.blog-one__single-content .meta-box li .text p a {
  color: rgba(var(--ontech-black-rgb), 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content .meta-box li .text p a:hover {
  color: var(--ontech-base);
}

.blog-one__single-content h2 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blog-one__single-content h2 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.blog-one__single-content .btn-box {
  position: relative;
  display: block;
}

.blog-one__single-content .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid var(--ontech-black);
  border-radius: 2px;
  padding: 8px 35px 9px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-one__single-content .btn-box a:hover {
  color: var(--ontech-black);
  background: var(--ontech-base);
  border-color: var(--ontech-base);
}

/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
  position: relative;
  display: block;
  z-index: 1;
  background-color: var(--ontech-black);
}

.google-map-one__map {
  position: relative;
  display: block;
  border: none;
  height: 440px;
  width: 100%;
  mix-blend-mode: luminosity;
}

/***
=============================================
Contact Info One
=============================================
***/
.contact-info-one {
  position: relative;
  display: block;
  z-index: 5;
  margin-top: -70px;
}

.contact-info-one .container {
  position: static;
  max-width: 1380px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.contact-info-one__inner {
  position: relative;
  display: block;
  padding: 33px 85px 33px;
  margin-bottom: -60px;
  z-index: 5;
}

.contact-info-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-info-one__single {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-info-one__single.ml75 {
  margin-left: 75px;
}

.contact-info-one__single.ml70 {
  margin-left: 70px;
}

.contact-info-one__single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #383838;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.contact-info-one__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.contact-info-one__single .content-box {
  position: relative;
  display: block;
  padding-left: 30px;
  flex: 1;
}

.contact-info-one__single .content-box p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  line-height: 26px;
}

.contact-info-one__single .content-box h3 {
  color: #383838;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.contact-info-one__single .content-box h3 a {
  color: #383838;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-info-one__single .content-box h3 a:hover {
  color: var(--ontech-black);
}

/***
=============================================
Footer One
=============================================
***/
.footer-one {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.footer-one .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.footer-one .shape2 {
  position: absolute;
  left: 160px;
  bottom: 110px;
  z-index: -1;
}

.footer-one .shape3 {
  position: absolute;
  right: 100px;
  bottom: 175px;
  z-index: -1;
}

.footer-one .shape4 {
  position: absolute;
  right: -20px;
  bottom: 0px;
  z-index: -1;
}

.footer-one__top {
  position: relative;
  display: block;
  padding: 155px 0px 50px;
}

.footer-one__single {
  position: relative;
  display: block;
}

.footer-one__single .title-box {
  position: relative;
  display: block;
  margin-bottom: 31px;
  margin-top: -8px;
}

.footer-one__single .title-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-one__about {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
}

.footer-one__about-logo {
  position: relative;
  display: block;
}

.footer-one__about-logo a {
  position: relative;
  display: inline-block;
}

.footer-one__about-logo a img {
  width: 100%;
}

.footer-one__about-text {
  position: relative;
  display: block;
  margin-top: 35px;
}

.footer-one__about-text p {
  color: #ffffff;
}

.footer-one__post {
  position: relative;
  display: block;
  margin-left: 10px;
  max-width: 325px;
  width: 100%;
}

.footer-one__post-box {
  position: relative;
  display: block;
}

.footer-one__post-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-one__post-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #423c2d;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

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

.footer-one__post-list li .img-box {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
}

.footer-one__post-list li .img-box img {
  width: 100%;
}

.footer-one__post-list li .content-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
  margin-top: 2px;
}

.footer-one__post-list li .content-box p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 6px;
}

.footer-one__post-list li .content-box p span::before {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  top: 1px;
  padding-right: 3px;
}

.footer-one__post-list li .content-box h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--ontech-font);
}

.footer-one__post-list li .content-box h4 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__post-list li .content-box h4 a:hover {
  color: var(--ontech-base);
}

.footer-one__links {
  position: relative;
  display: block;
}

.footer-one__links-box {
  position: relative;
  display: block;
  margin-top: -4px;
}

.footer-one__links-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-one__links-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

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

.footer-one__links-list li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__links-list li a:hover {
  color: var(--ontech-base);
}

.footer-one__newsletter {
  position: relative;
  display: block;
}

.footer-one__newsletter-box {
  position: relative;
  display: block;
}

.footer-one__newsletter-text1 {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-one__newsletter-text1 p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.footer-one__newsletter-form {
  position: relative;
  display: block;
}

.footer-one__newsletter-form-input-box {
  position: relative;
  display: block;
}

.footer-one__newsletter-form-input-box input[type="email"] {
  color: #848484;
  font-size: 15px;
  height: 60px;
  width: 100%;
  font-weight: 400;
  padding-left: 45px;
  padding-right: 30px;
  background: #ffffff;
  border-radius: 3px;
  outline: none;
  border: none;
}

.footer-one__newsletter-form-input-box .icon {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 20px;
  color: #e6e6e6;
}

.footer-one__newsletter-form-input-box .icon span::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  top: 1px;
}

.footer-one__newsletter-btn {
  position: relative;
  display: block;
  margin-top: 10px;
}

.footer-one__newsletter-btn .thm-btn {
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
}

.footer-one__newsletter-text2 {
  position: relative;
  display: block;
  margin-top: 25px;
}

.footer-one__newsletter-text2 p {
  color: rgba(255, 255, 255, 0.66);
}

.footer-one__bottom {
  position: relative;
  display: block;
}

.footer-one__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #332a12;
  padding: 40px 0px 40px;
}

.footer-one__bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-one__bottom-left .title-box {
  position: relative;
  display: block;
}

.footer-one__bottom-left .title-box p {
  color: #ffffff;
  font-weight: 500;
}

.footer-one__bottom-left .social-links {
  position: relative;
  display: block;
  margin-left: 15px;
}

.footer-one__bottom-left .social-links ul {
  position: relative;
  display: block;
}

.footer-one__bottom-left .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.footer-one__bottom-left .social-links ul li:last-child {
  margin-right: 0;
}

.footer-one__bottom-left .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ontech-black);
  font-size: 15px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-one__bottom-left .social-links ul li a:hover {
  color: #ffffff;
}

.footer-one__bottom-left .social-links ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--ontech-base);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.footer-one__bottom-left .social-links ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.footer-one__bottom-right {
  position: relative;
  display: block;
}

.footer-one__bottom-right p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-one__bottom-right p a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-one__bottom-right p a:hover {
  color: var(--ontech-base);
}

/***
=============================================
About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

.about-two .shape8 {
  position: absolute;
  top: -165px;
  left: 0;
  z-index: -1;
}

.about-two .shape9 {
  position: absolute;
  top: 120px;
  right: 200px;
  z-index: -1;
}

.about-two__img {
  position: relative;
  display: block;
  margin-right: 25px;
  z-index: 1;
}

.about-two__img .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.about-two__img .shape2 {
  position: absolute;
  top: 140px;
  right: 35px;
  width: 140px;
  height: 140px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
}

.about-two__img .shape2 img {
  width: auto;
}

.about-two__img img {
  width: auto;
  float: right;
}

.about-two__content {
  position: relative;
  display: block;
  margin-left: 40px;
}

.about-two__content .sec-title {
  padding-bottom: 28px;
}

.about-two__content-text1 {
  position: relative;
  display: block;
}

.about-two__content-text1 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.about-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.about-two__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-two__content-text2-single .icon-box {
  position: relative;
  display: block;
  margin-top: 7px;
  z-index: 1;
}

.about-two__content-text2-single .icon-box .shape3 {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 45px;
  background: #ffd387;
  border-radius: 50%;
  z-index: -1;
}

.about-two__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 65px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.about-two__content-text2-single:hover .icon-box span::before {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.about-two__content-text2-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-two__content-text2-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.about-two__content-text2-single .content-box p {
  margin: 0;
}

.about-two__content-text3 {
  position: relative;
  display: block;
  margin-top: 70px;
}

.about-two__content-text3-left {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.35);
  padding: 25px 30px 25px;
  padding-right: 20px;
  max-width: 380px;
  width: 100%;
  z-index: 1;
}

.about-two__content-text3-left .shape4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: var(--ontech-base);
  z-index: 1;
}

.about-two__content-text3-left::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: var(--ontech-black);
  content: "";
}

.about-two__content-text3-left:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 190px;
  height: 2px;
  background: var(--ontech-black);
  content: "";
}

.about-two__content-text3-left .img-box {
  position: relative;
  display: block;
  width: 145px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.about-two__content-text3-left .img-box .shape5 {
  position: absolute;
  top: 35px;
  left: -10px;
  z-index: 1;
}

.about-two__content-text3-left .img-box .shape6 {
  position: absolute;
  top: -8px;
  right: 20px;
  z-index: 1;
}

.about-two__content-text3-left .img-box .shape7 {
  position: absolute;
  top: 50px;
  right: -13px;
  z-index: 1;
}

.about-two__content-text3-left .img-box img {
  width: 100%;
}

.about-two__content-text3-left .content-box {
  position: relative;
  display: block;
  margin-left: 30px;
  flex: 1;
}

.about-two__content-text3-left .content-box h2 {
  color: var(--ontech-base);
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  font-family: var(--ontech-font-two);
}

.about-two .odometer.odometer-auto-theme,
.about-two .odometer.odometer-theme-default {
  font-family: var(--ontech-font-two);
  line-height: 42px;
}

.about-two__content-text3-left .content-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--ontech-font);
  margin-bottom: 5px;
}

.about-two__content-text3-left .content-box p {
  line-height: 26px;
  margin: 0;
}

.about-two__content-text3-right {
  position: relative;
  display: block;
  margin-left: -22px;
}

.about-two__content-text3-right p {
  color: var(--ontech-black);
  margin: 0;
}

.about-two__content-text3-right ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 17px;
}

.about-two__content-text3-right ul li {
  position: relative;
  display: block;
}

.about-two__content-text3-right ul li p {
  margin: 0;
}

.about-two__content-text3-right ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 17px;
  top: 1px;
}

.about-two__content-btn {
  position: relative;
  display: block;
  margin-top: 58px;
  line-height: 0;
}

.about-two__content-btn .thm-btn::before {
  background: var(--ontech-black);
}

.about-two__content-btn .thm-btn:hover {
  color: #ffffff;
}

/***
=============================================
Intro Two
=============================================
***/
.intro-one--two {
  position: relative;
  display: block;
  z-index: 1;
}

.intro-one--two .shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.intro-one--two .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

/***
=============================================
Projects Two
=============================================
***/
.projects-one--two {
  position: relative;
  display: block;
  background: transparent;
  padding-bottom: 40px;
  z-index: 1;
}

.projects-one--two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #170f04;
  height: 645px;
  content: "";
  z-index: -1;
}

.projects-one--two__content {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #faf8ec;
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 32px 35px 29px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 5;
}

.projects-one--two__content .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.projects-one--two__content .shape2 {
  position: absolute;
  bottom: 0;
  left: 22px;
  z-index: -1;
}

.projects-one--two__content .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.projects-one--two__content .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.projects-one--two__content .content-box {
  position: relative;
  display: block;
  flex: 1;
}

.projects-one--two__content .content-box .text1 {
  position: relative;
  color: var(--ontech-base);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: 2px;
}

.projects-one--two__content .content-box .text1::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--ontech-base);
  content: "";
}

.projects-one--two__content .content-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 6px;
}

.projects-one--two__content .content-box h3 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one--two__content .content-box h3 a:hover {
  color: var(--ontech-base);
}

.projects-one--two__content .content-box .text2 {
  margin: 0;
}

.projects-one--two__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.projects-one--two__content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 15px 20px 15px;
  overflow: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one--two__content .btn-box a:hover {
  background: var(--ontech-base);
}

.projects-one--two__content .btn-box a .text {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one--two__content .btn-box a:hover .text {
  color: #ffffff;
}

.projects-one--two__content .btn-box a .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--ontech-base);
  border-radius: 50%;
  color: var(--ontech-black);
  font-size: 14px;
  margin-left: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.projects-one--two__content .btn-box a:hover .icon {
  background: var(--ontech-black);
  color: #ffffff;
}

/***
=============================================
Cta Two
=============================================
***/
.cta-one--two {
  position: relative;
  display: block;
  margin-top: 0;
}

/***
=============================================
Services Two
=============================================
***/
.services-one--two {
  position: relative;
  display: block;
  background: #ffffff;
  padding-bottom: 80px;
}

.services-one--two .services-one__top .sec-title__tagline .text p {
  color: var(--ontech-black);
}

.services-one--two .services-one__top .sec-title__title {
  color: var(--ontech-black);
}

.services-one--two .services-one__top-text p {
  color: rgba(var(--ontech-black-rgb), 0.8);
}

.services-one--two .services-one__single {
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(213, 210, 205, 0.35);
  z-index: 1;
}

.services-one--two .services-one__single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 2px solid var(--ontech-black);
  opacity: 0;
  transform: scaleX(0.8);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.services-one--two .services-one__single:hover::before {
  transform: scaleX(1);
  opacity: 1;
}

.services-one--two .services-one__single-icon .shape1 {
  background: #ffd387;
}

.services-one--two .services-one__single-icon span::before {
  color: var(--ontech-black);
  z-index: 2;
}

.services-one--two .services-one__single-content {
  position: relative;
  display: block;
  z-index: 5;
}

.services-one--two .services-one__single-content h2 a {
  color: var(--ontech-black);
}

.services-one--two .services-one__single-content h2 a:hover {
  color: var(--ontech-base);
}

.services-one--two .services-one__single-content p {
  color: rgba(var(--ontech-black-rgb), 0.8);
  margin: 0;
}

/***
=============================================
Counter Two
=============================================
***/
.counter-one--two {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  margin-top: 0;
  z-index: 1;
}

.counter-one--two .sec-title__tagline::before {
  background: var(--ontech-black);
}

.counter-one--two .sec-title__tagline .round-box::before {
  background: var(--ontech-black);
}

.counter-one--two__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.counter-one--two .counter-one__bg::before {
  display: none;
}

.counter-one--two .counter-one__single {
  background: transparent;
  padding: 25px 40px 25px;
}

.counter-one--two .counter-one__bottom {
  padding-top: 0px;
}

.counter-one--two__top {
  position: relative;
  display: block;
  padding-bottom: 13px;
}

.counter-one--two__top-single {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 30px;
  z-index: 1;
}

.counter-one--two__top-single .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.counter-one--two__top-single .shape3 {
  position: absolute;
  bottom: 25px;
  left: 155px;
  z-index: 1;
}

.counter-one--two__top-single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 25px;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.counter-one--two__top-single .img-box {
  position: relative;
  display: block;
  max-width: 210px;
  width: 100%;
}

.counter-one--two__top-single .img-box .inner {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}

.counter-one--two__top-single .img-box::before {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0px;
  width: 25px;
  border-top: 30px solid transparent;
  border-left: 7px solid transparent;
  border-right: 25px solid transparent;
  z-index: 3;
  border-top: 25px solid #3b2501;
}

.counter-one--two__top-single .img-box img {
  width: 100%;
}

.counter-one--two__top-single .content-box {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -15px;
  flex: 1;
}

.counter-one--two__top-single .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.counter-one--two__top-single .content-box h3 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.counter-one--two__top-single .content-box h3 a:hover {
  color: var(--ontech-base);
}

.counter-one--two__top-single .content-box p {
  margin: 0;
}

.counter-one--two__top-single.style2 {
  position: relative;
  padding-right: 0;
}

.counter-one--two__top-single.style2 .shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.counter-one--two__top-single.style2 .shape5 {
  position: absolute;
  right: 173px;
  bottom: 25px;
  z-index: 1;
}

.counter-one--two__top-single.style2 .content-box {
  margin-left: 60px;
}

.counter-one--two__top-single.style2 .img-box::before {
  display: none;
}

.counter-one--two__top-single.style2 .img-box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 25px;
  border-left: 17px solid transparent;
  border-right: 7px solid transparent;
  z-index: 3;
  border-top: 25px solid #3b2501;
}

.counter-one--two__top-single.style2 .img-box .inner {
  position: relative;
  display: block;
  clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%);
}

/***
=============================================
Testimonial Two
=============================================
***/
.testimonial-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.testimonial-two__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 57px;
}

.testimonial-two__top .sec-title {
  padding-bottom: 0px;
}

.testimonial-two__top-text {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
}

.testimonial-two__top-text p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.testimonial-two__inner {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background: #f9f7f7;
  border: 1px solid var(--ontech-black);
  padding: 40px 30px 40px;
}

.testimonial-two__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-two__single-top .rating-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 8px 20px 6px;
}

.testimonial-two__single-top .icon-box {
  position: relative;
  display: block;
}

.testimonial-two__single-top .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #434343;
  font-size: 60px;
}

.testimonial-two__single-middle {
  position: relative;
  display: block;
}

.testimonial-two__single-middle h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-two__single-middle h3 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__single-middle h3 a:hover {
  color: var(--ontech-base);
}

.testimonial-two__single-middle p {
  font-size: 17px;
  line-height: 34px;
  margin: 0;
}

.testimonial-two__single-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 29px;
}

.testimonial-two__single-bottom .img-box {
  position: relative;
  display: block;
  width: 85px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__single-bottom .img-box img {
  width: 100%;
}

.testimonial-two__single-bottom .text-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.testimonial-two__single-bottom .text-box h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}

.testimonial-two__single-bottom .text-box p {
  margin: 0;
  line-height: 26px;
}

/***
=============================================
Support One
=============================================
***/

.support-one::before {
  position: absolute;
  top: 41px;
  left: 0;
  bottom: 45px;
  right: 0;
  background: var(--ontech-base);
  clip-path: polygon(0 0, 100% 48%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.support-one .shape4 {
  position: absolute;
  top: 47px;
  left: 0;
  z-index: -1;
}

.support-one__img .inner img {
  width: 100%;
}

.support-one__img .shape1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}

.support-one__img .shape1 img {
  width: auto;
}

.support-one__content .shape2 {
  position: absolute;
  top: 0;
  right: -340px;
  z-index: -1;
}

.support-one__content .shape3 {
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}

.support-one__content .sec-title {
  padding-bottom: 27px;
}

.support-one__content .sec-title__tagline .text p {
  color: #ffffff;
}

.support-one__content .sec-title__title {
  color: #ffffff;
}

.support-one__content-text1 {
  position: relative;
  display: block;
}

.support-one__content-text1 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 34px;
}

.support-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.support-one__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 42px;
}

.support-one__content-text2-single.mb0 {
  margin-bottom: 0;
}

.support-one__content-text2-single .icon-box {
  position: relative;
  display: block;
}

.support-one__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 65px;
  top: 7px;
}

.support-one__content-text2-single .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.support-one__content-text2-single .text-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.support-one__content-text2-single .text-box p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/***
=============================================
Team One
=============================================
***/
.team-one--two {
  position: relative;
  display: block;
  margin-top: 0px;
}

.team-one--two.team-one::before {
  display: none;
}

.team-one--two .container {
  position: static;
  max-width: 1600px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

/***
=============================================
Blog Two
=============================================
***/
.blog-one--two {
  position: relative;
  display: block;
  padding: 110px 0px 150px;
}

/***
=============================================
About Three
=============================================
***/
.about-three {
  position: relative;
  display: block;
  padding: 110px 0px 110px;
  overflow: hidden;
  z-index: 1;
}

.about-three .shape4 {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -1;
}

.about-three .shape5 {
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -1;
}

.about-three__img {
  position: relative;
  display: block;
  margin-left: -305px;
  margin-right: -18px;
  z-index: 1;
}

.about-three__img .shape2 {
  position: absolute;
  top: 60px;
  right: 25px;
  width: 20px;
  height: 60px;
  background: var(--ontech-black);
  z-index: 1;
}

.about-three__img .shape3 {
  position: absolute;
  top: 135px;
  right: 25px;
  width: 20px;
  height: 220px;
  background: var(--ontech-base);
  z-index: 1;
}

.about-three__img1 {
  position: relative;
  display: block;
  margin-right: 70px;
  z-index: 1;
}

.about-three__img1 img {
  width: 100%;
}

.about-three__img2 {
  position: absolute;
  right: 0;
  bottom: -33px;
  border: 8px solid #ffffff;
  z-index: 2;
}

.about-three__img2 .shape1 {
  position: absolute;
  top: -55px;
  left: -65px;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  z-index: 5;
}

.about-three__img2 .shape1 img {
  width: auto;
}

.about-three__img2 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-three__img2 .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

.about-three__img:hover .about-three__img2 .inner::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-three__img2 .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-three__img:hover .about-three__img2 .inner img {
  transform: scale(1);
}

.about-three__content {
  position: relative;
  display: block;
  margin-left: 54px;
}

.about-three__content .sec-title {
  padding-bottom: 28px;
}

.about-three__content-text1 {
  position: relative;
  display: block;
}

.about-three__content-text1 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.about-three__content-text2 {
  position: relative;
  display: block;
  margin-top: 36px;
}

.about-three__content-text2-left {
  position: relative;
  display: block;
  max-width: 310px;
  width: 100%;
}

.about-three__content-text2-left ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.about-three__content-text2-left ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd4ce;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.about-three__content-text2-left ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.about-three__content-text2-left ul li .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ontech-black);
}

.about-three__content-text2-left ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 45px;
}

.about-three__content-text2-left ul li .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.about-three__content-text2-left ul li .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.about-three__content-text2-left ul li .content-box p {
  margin: 0;
}

.about-three__content-text2-progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 255px;
  background: var(--ontech-base);
  padding: 30px 0px 22px;
  margin-left: -16px;
  margin-top: 18px;
  z-index: 1;
}

.about-three__content-text2-progress .shape6 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.about-three__content-text2-progress .shape7 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-three__content-text2-progress .progress-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-three__content-text2-progress .progress-box .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.about-three__content-text2-progress .progress-box .graph-outer .count-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.about-three__content-text2-progress .progress-box .graph-outer .count-text {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-three__content-text2-progress .progress-box .graph-outer .count-Parsent {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  font-weight: 600;
}

.about-three__content-text2-progress .title-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.about-three__content-text2-progress .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.about-three__content-text3 {
  position: relative;
  display: block;
  margin-top: 38px;
}

.about-three__content-text3 ul {
  position: relative;
  display: block;
}

.about-three__content-text3 ul li {
  position: relative;
  display: block;
}

.about-three__content-text3 ul li p {
  margin: 0;
}

.about-three__content-text3 ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 17px;
  padding-right: 5px;
  top: 2px;
}

.about-three__content-text4 {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--ontech-base);
  padding: 10px 25px 10px;
  max-width: 560px;
  width: 100%;
  margin-top: 46px;
}

.about-three__content-text4 .img-box {
  position: relative;
  display: block;
}

.about-three__content-text4 .img-box img {
  width: auto;
}

.about-three__content-text4 .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-three__content-text4 .text-box p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

/***
=============================================
Intro Three
=============================================
***/
.intro-one.style3 {
  position: relative;
  display: block;
  padding-top: 0;
}

.intro-one.style3 .intro-one__single-content {
  padding: 57px 10px 25px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -45px;
  overflow: hidden;
}

.intro-one.style3 .intro-one__single-img .icon-box {
  bottom: 0px;
}

/***
=============================================
Services Three
=============================================
***/
.services-one--three {
  position: relative;
  display: block;
  background: transparent;
  padding-bottom: 110px;
  overflow: hidden;
  z-index: 1;
}

.services-one--three::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(254, 178, 56) 0%,
    rgb(255, 250, 242) 0%,
    rgba(247, 232, 208, 0.5) 48%,
    rgba(243, 223, 191, 0.27) 72%,
    rgba(231, 196, 140, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(254, 178, 56) 0%,
    rgb(255, 250, 242) 0%,
    rgba(247, 232, 208, 0.5) 48%,
    rgba(243, 223, 191, 0.27) 72%,
    rgba(231, 196, 140, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(254, 178, 56) 0%,
    rgb(255, 250, 242) 0%,
    rgba(247, 232, 208, 0.5) 48%,
    rgba(243, 223, 191, 0.27) 72%,
    rgba(231, 196, 140, 0) 100%
  );
  content: "";
  z-index: 2;
}

.services-one--three .shape13 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.services-one--three .shape14 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.services-one--three .shape15 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.services-one--three .shape16 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.services-one--three .shape17 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.services-one--three .shape18 {
  position: absolute;
  right: 0;
  bottom: -300px;
  opacity: 0.2;
  z-index: 2;
}

.services-one--three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f2f0ed;
  background-blend-mode: overlay;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.services-one--three .services-one__top .sec-title__tagline .text p {
  color: var(--ontech-black);
  z-index: 5;
}

.services-one--three .services-one__top .sec-title__title {
  color: var(--ontech-black);
  z-index: 5;
}

.services-one--three .services-one__top-text p {
  color: #3c3935;
  z-index: 5;
}

.services-one--three .services-one__single {
  overflow: hidden;
  z-index: 5;
}

.services-one--three .services-one__single .shape2 {
  bottom: -2px;
}

.services-one--three .services-one__bottom h2 {
  color: var(--ontech-black);
  z-index: 5;
}

.services-one--three .services-one__bottom p {
  color: rgba(var(--ontech-black-rgb), 0.8);
  z-index: 5;
}

.services-one--three .services-one__bottom {
  padding-top: 48px;
  z-index: 5;
}

.services-one--three .services-one__top {
  z-index: 5;
}

/***
=============================================
Support Two
=============================================
***/

.support-one--two .support-one__img .shape1 {
  bottom: auto;
  top: -40px;
  right: -70px;
}

.support-one--two.support-one .shape4 {
  display: none;
}

.support-one--two.support-one::before {
  display: none;
}

.support-one--two .support-one__img .shape5 {
  position: absolute;
  top: 100px;
  right: -7px;
  z-index: 3;
  width: 15px;
  height: 140px;
  background: var(--ontech-base);
}

.support-one--two .support-one__img .shape6 {
  position: absolute;
  top: 250px;
  right: -7px;
  z-index: 3;
  width: 15px;
  height: 140px;
  background: #ffffff;
}

.support-one--two .support-one__content .shape3 {
  left: -80px;
}

.support-one--two .support-one__content::after {
  left: -125px;
}

/***
=============================================
Work Process One
=============================================
***/
.work-process-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 80px;
  counter-reset: count;
  z-index: 1;
}

.work-process-one__single {
  position: relative;
  display: block;
  padding-top: 45px;
  max-width: 305px;
  width: 100%;
  margin: 0 auto 30px;
  z-index: 1;
}

.work-process-one__single .shape3 {
  position: absolute;
  top: 173px;
  right: -84px;
  z-index: -1;
}

.work-process-one__single .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--ontech-base);
  border: 1px solid var(--ontech-black);
  border-radius: 50%;
  z-index: 2;
}

.work-process-one__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 50px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.work-process-one__single:hover .icon-box span::before {
  transform: scale(0.9);
}

.work-process-one__single .inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.35);
  padding: 77px 30px 30px;
  z-index: 1;
}

.work-process-one__single .inner .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}

.work-process-one__single .inner .shape2 {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: -1;
}

.work-process-one__single .inner .text-box {
  position: relative;
  display: block;
}

.work-process-one__single .inner .text-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.work-process-one__single .inner .text-box h2 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.work-process-one__single .inner .text-box h2 a:hover {
  color: var(--ontech-base);
}

.work-process-one__single .inner .text-box p {
  margin: 0;
}

.work-process-one__single-bottom {
  position: relative;
  display: block;
  background: var(--ontech-black);
  padding: 7px 0px 6px;
  text-align: center;
}

.work-process-one__single .count-box {
  position: relative;
  display: block;
  color: var(--ontech-base);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: var(--ontech-font-two);
}

.work-process-one__single .count-box::before {
  counter-increment: count;
  content: "0" counter(count);
}

/***
=============================================
Blog Three
=============================================
***/
.blog-three {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
  z-index: 1;
}

.blog-three__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.blog-three__single {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
  z-index: 1;
}

.blog-three__single-img {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-three__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.blog-three__single-img .inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 275px;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8015581232492998) 0%,
    rgba(0, 0, 0, 0.23853291316526615) 49%,
    rgba(0, 0, 0, 0) 61%
  );
  content: "";
}

.blog-three__single-img .inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 275px;
  z-index: 1;
  background: rgb(255, 178, 55);
  background: linear-gradient(
    0deg,
    rgba(255, 178, 55, 0.8015581232492998) 0%,
    rgba(255, 178, 55, 0.23853291316526615) 49%,
    rgba(255, 178, 55, 0) 61%
  );
  content: "";
  transition: 0.6s;
  transform: perspective(400px) scaleX(0.5);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  opacity: 0;
}

.blog-three__single:hover .blog-three__single-img .inner::after {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}

.blog-three__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.blog-three__single:hover .blog-three__single-img .inner img {
  transform: scale(1);
}

.blog-three__single-content {
  position: absolute;
  left: 30px;
  bottom: 35px;
  right: 0;
  z-index: 2;
}

.blog-three__single-content .tagline {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--ontech-base);
  padding: 0px 10px 0px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.blog-three__single-content h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-three__single-content h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-three__single-content h3 a:hover {
  color: var(--ontech-base);
}

.blog-three__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-three__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 20px;
  line-height: 0;
}

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

.blog-three__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-three__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.blog-three__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-three__single-content .meta-box li .text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.blog-three__single-content .meta-box li .text p a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-three__single-content .meta-box li .text p a:hover {
  color: var(--ontech-base);
}

/***
=============================================
Video One About
=============================================
***/
.video-one--about {
  position: relative;
  display: block;
  z-index: 5;
}

.video-one--about .video-one__inner {
  margin-top: 0px;
  margin-bottom: -130px;
  z-index: 5;
}

/***
=============================================
Video One About
=============================================
***/
.counter-one--about {
  position: relative;
  display: block;
  padding-top: 230px;
}

/***
=============================================
Team One Team
=============================================
***/
.team-one--team {
  position: relative;
  display: block;
  margin-top: 0;
}

.team-one--team.team-one::before {
  display: none;
}

/***
=============================================
Intro One Team
=============================================
***/
.intro-one--team {
  position: relative;
  display: block;
}

/***
=============================================
Services Two Services
=============================================
***/
.services-one--two.services {
  position: relative;
  display: block;
}

.services-one--two.services .container {
  position: static;
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

/***
=============================================
Services Details
=============================================
***/
.services-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.services-details__content {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -11px;
}

.services-details__content-text1 {
  position: relative;
  display: block;
}

.services-details__content-text1 h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 19px;
}

.services-details__content-text1 .text1 {
  margin: 0;
  margin-bottom: 20px;
}

.services-details__content-text1 .text2 {
  margin: 0;
  margin-bottom: 32px;
}

.services-details__content-text1 h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-details__content-text1 .text3 {
  margin: 0;
}

.services-details__content-text1-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.services-details__content-text1-list li {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 355px;
  width: 100%;
  background: #fdf9f2;
  padding: 18px 20px 20px;
  border-radius: 3px;
  margin-right: 20px;
}

.services-details__content-text1-list li:last-child {
  margin-right: 0;
}

.services-details__content-text1-list li .icon-box {
  position: relative;
  display: block;
}

.services-details__content-text1-list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 35px;
}

.services-details__content-text1-list li .text-box {
  position: relative;
  display: block;
  margin-left: 13px;
}

.services-details__content-text1-list li .text-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.services-details__content-img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 45px;
  margin-bottom: 40px;
}

.services-details__content-img1 img {
  width: 100%;
}

.services-details__content-text2 {
  position: relative;
  display: block;
}

.services-details__content-text2 .text1 {
  margin: 0;
}

.services-details__content-text2-list {
  position: relative;
  display: block;
  margin-top: 60px;
}

.services-details__content-text2-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

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

.services-details__content-text2-list li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background: var(--ontech-black);
}

.services-details__content-text2-list li .icon-box .top-icon {
  position: absolute;
  top: -10px;
  right: -12px;
  z-index: 1;
}

.services-details__content-text2-list li .icon-box .top-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 35px;
}

.services-details__content-text2-list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 65px;
}

.services-details__content-text2-list li .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
  flex: 1;
}

.services-details__content-text2-list li .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}

.services-details__content-text2-list li .content-box p {
  margin: 0;
}

.services-details__content-text3 {
  position: relative;
  display: flex;
  align-items: center;
  background: #fdf9f2;
  border-radius: 3px;
  padding: 45px 40px 45px;
  margin-top: 45px;
}

.services-details__content-text3 .content-box {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  flex: 1;
}

.services-details__content-text3 .content-box p {
  color: var(--ontech-black);
}

.services-details__content-text3 .content-box ul {
  position: relative;
  display: block;
  margin-top: 15px;
}

.services-details__content-text3 .content-box ul li {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.services-details__content-text3 .content-box ul li:last-child {
  margin-bottom: 0;
}

.services-details__content-text3 .content-box ul li p {
  margin: 0;
}

.services-details__content-text3 .content-box ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 700;
  top: 1px;
}

.services-details__content-text3 .img-box {
  position: relative;
  display: block;
  margin-left: 50px;
}

.services-details__content-text3 .img-box img {
  width: 100%;
}

/***
=============================================
Sidebar
=============================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single {
  position: relative;
  display: block;
}

.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__single .title-box {
  position: relative;
  display: inline-block;
  padding-bottom: 21px;
}

.sidebar__single .title-box::before {
  position: absolute;
  top: -1px;
  left: 6px;
  right: 0;
  height: 1px;
  background: #fbebd3;
  content: "";
}

.sidebar__single .title-box .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar__single .title-box .inner .shape {
  position: relative;
  display: block;
  top: -2px;
}

.sidebar__single .title-box .inner .shape::before {
  position: absolute;
  top: 1px;
  left: 6px;
  width: 1px;
  height: 10px;
  background: #fbebd3;
  content: "";
}

.sidebar__single .title-box .inner .shape img {
  width: auto;
}

.sidebar__single .title-box .inner h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 9px;
}

.sidebar__services {
  position: relative;
  display: block;
  background: #fffdf7;
  border-radius: 10px;
  border: 1px solid var(--ontech-black);
  padding: 36px 40px 35px;
  z-index: 1;
}

.sidebar__services-box {
  position: relative;
  display: block;
}

.sidebar__services-box-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__services-box-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

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

.sidebar__services-box-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #f6f3ea;
  color: var(--ontech-black);
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px 7px;
  padding-right: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__services-box-list li a:hover {
  border-color: var(--ontech-base);
}

.sidebar__services-box-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.9) rotateX(0deg);
  transition: all 0.4s linear;
  background: var(--ontech-base);
  opacity: 0;
  content: "";
  z-index: -1;
}

.sidebar__services-box-list li a:hover::before,
.sidebar__services-box-list li a.active::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__services-box-list li a span::before {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  color: var(--ontech-black);
  font-size: 12px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__services-box-list li a:hover span::before,
.sidebar__services-box-list li a.active span::before {
  background: #ffffff;
}

.sidebar__author {
  position: relative;
  display: block;
}

.sidebar__author-box {
  position: relative;
  display: block;
  background: var(--ontech-base);
  border-radius: 10px;
  padding: 38px 40px 47px;
  z-index: 1;
}

.sidebar__author-box .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.sidebar__author-box .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sidebar__author-box .shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sidebar__author-box .shape4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.sidebar__author-box-icon {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.sidebar__author-box-icon span::before {
  position: relative;
  display: inline-block;
  color: #434343;
  font-size: 60px;
}

.sidebar__author-box-text {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.sidebar__author-box-text h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.sidebar__author-box-img {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 3px;
}

.sidebar__author-box-img img {
  width: 100%;
}

.sidebar__author-box h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar__contact {
  position: relative;
  display: block;
  background: #fffdf7;
  border: 1px solid var(--ontech-black);
  padding: 36px 40px 35px;
  z-index: 1;
}

.sidebar__contact-box {
  position: relative;
  display: block;
}

.sidebar__contact-box-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}

.sidebar__contact-box-img .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.sidebar__contact-box-img img {
  width: 100%;
}

.sidebar__contact-box-img .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px 10px 40px;
  z-index: 2;
}

.sidebar__contact-box-img .overlay-content h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.sidebar__contact-box-img .overlay-content .number-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  max-width: 215px;
  width: 100%;
  margin: 41px auto 0px;
  padding: 7px 20px 7px;
}

.sidebar__contact-box-img .overlay-content .number-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--ontech-base);
  border-radius: 50%;
  border: 1px solid var(--ontech-black);
}

.sidebar__contact-box-img .overlay-content .number-box .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.sidebar__contact-box-img .overlay-content .number-box .text-box {
  position: relative;
  display: block;
  margin-left: 5px;
}

.sidebar__contact-box-img .overlay-content .number-box .text-box a {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__contact-box-img .overlay-content .number-box .text-box a:hover {
  color: var(--ontech-base);
}

.sidebar__search {
  position: relative;
  display: block;
  background: #fffdf7;
  border-radius: 10px;
  border: 1px solid var(--ontech-black);
  padding: 35px 40px 35px;
  z-index: 1;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: 1px solid #f1f1ef;
  outline: none;
  background-color: #ffffff;
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  /* height: 60px; */
  width: 100%;
  padding-right: 70px;
  border-radius: 0;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.sidebar__search-form :-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.sidebar__search-form ::placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.sidebar__search-form :-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.sidebar__search-form button[type="submit"] {
  /* background-color: var(--ontech-base); */
  color: var(--ontech-black);
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 60px;
  outline: none;
  border: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--ontech-black);
  color: #ffffff;
}

.sidebar__categories {
  position: relative;
  display: block;
  background: #fffdf7;
  border-radius: 10px;
  border: 1px solid var(--ontech-black);
  padding: 36px 40px 35px;
  z-index: 1;
}

.sidebar__categories-box {
  position: relative;
  display: block;
}

.sidebar__categories-box-list {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__categories-box-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

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

.sidebar__categories-box-list li a {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #f6f3ea;
  color: var(--ontech-black);
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 20px 7px;
  padding-right: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar__categories-box-list li a:hover,
.sidebar__categories-box-list li a.active {
  border-color: var(--ontech-base);
}

.sidebar__categories-box-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.9) rotateX(0deg);
  transition: all 0.4s linear;
  background: var(--ontech-base);
  opacity: 0;
  content: "";
  z-index: -1;
}

.sidebar__categories-box-list li a:hover::before,
.sidebar__categories-box-list li a.active::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.sidebar__post {
  position: relative;
  display: block;
  background: #fffdf7;
  border-radius: 10px;
  border: 1px solid var(--ontech-black);
  padding: 36px 40px 35px;
  z-index: 1;
}

.sidebar__post-list {
  position: relative;
  display: block;
  margin: 0;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfcfd1;
  border-radius: 3px;
  background: #ffffff;
  padding: 25px 20px 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
}

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

.sidebar__post-content {
  position: relative;
  display: block;
  line-height: 0;
}

.sidebar__post-content h3 {
  font-size: 17px;
  margin: 0;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 13px;
}

.sidebar__post-content h3 a {
  color: var(--ontech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
  color: var(--ontech-base);
}

.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--ontech-black-rgb), 0.8);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  position: relative;
  display: inline-block;
  color: rgba(var(--ontech-black-rgb), 0.8);
  font-size: 15px;
  padding-right: 1px;
  top: 2px;
}

.sidebar__post-image {
  position: relative;
  display: block;
  width: 80px;
}

.sidebar__post-image > img {
  width: 100%;
}

.sidebar__tags {
  position: relative;
  display: block;
  background: #fffdf7;
  border-radius: 10px;
  border: 1px solid var(--ontech-black);
  padding: 36px 40px 35px;
  z-index: 1;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-top: -10px;
}

.sidebar__tags-list a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #131216;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0px 14px 0px;
  border: 1px solid #cfcfd1;
  background: #ffffff;
  margin-left: 5px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 38px;
  border-radius: 3px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--ontech-base);
  border-color: var(--ontech-base);
}

/***
=============================================
Projects One Projects
=============================================
***/
.projects-one--projects {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 150px;
}

/***
=============================================
Projects Details
=============================================
***/
.projects-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 110px;
  z-index: 1;
}

.projects-details__inner {
  position: relative;
  display: block;
}

.projects-details-img1 {
  position: relative;
  display: block;
}

.projects-details-img1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.projects-details-img1 .inner img {
  width: 100%;
}

.projects-details-img1 .content-box {
  position: absolute;
  right: 30px;
  bottom: -105px;
  z-index: 5;
  max-width: 300px;
  width: 100%;
  background: var(--ontech-base);
  border-radius: 5px;
  padding: 51px 40px 54px;
  z-index: 1;
}

.projects-details-img1 .content-box::before {
  content: "";
  position: absolute;
  left: -105px;
  bottom: 0px;
  width: 105px;
  border-left: 105px solid transparent;
  border-right: 0px solid transparent;
  z-index: -1;
  border-top: 105px solid #e89c23;
}

.projects-details-img1 .content-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.projects-details-img1 .content-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.projects-details-img1 .content-box ul li:last-child {
  margin-bottom: 0;
}

.projects-details-img1 .content-box ul li .icon-box {
  position: relative;
  display: block;
}

.projects-details-img1 .content-box ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 40px;
  top: 3px;
}

.projects-details-img1 .content-box ul li .text-box {
  position: relative;
  display: block;
  margin-left: 5px;
}

.projects-details-img1 .content-box ul li .text-box p {
  font-size: 18px;
}

.projects-details-img1 .content-box ul li .text-box h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ontech-font);
}

.projects-details-text1 {
  position: relative;
  display: block;
  margin-top: 28px;
}

.projects-details-text1 .title-box {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  border-bottom: 1px solid #d9dadb;
  padding-bottom: 17px;
  margin-bottom: 37px;
}

.projects-details-text1 .title-box h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.projects-details-text1 h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.projects-details-text1 .text1 {
  margin: 0;
  margin-bottom: 20px;
}

.projects-details-text1 .text2 {
  margin: 0;
}

.projects-details-text2 {
  position: relative;
  display: block;
  margin-top: 58px;
}

.projects-details-text2 h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.projects-details-text2 p {
  margin: 0;
}

.projects-details-text3 {
  position: relative;
  display: block;
  margin-top: 70px;
}

.projects-details-text3-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-right: -30px;
}

.projects-details-text3-img img {
  width: 100%;
}

.projects-details-text3-content {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-top: -8px;
}

.projects-details-text3-content .text-box1 {
  position: relative;
  display: block;
}

.projects-details-text3-content .text-box1 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}

.projects-details-text3-content .text-box1 p {
  margin: 0;
}

.projects-details-text3-content .text-box2 {
  position: relative;
  display: block;
  margin-top: 32px;
}

.projects-details-text3-content .text-box2 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 22px;
}

.projects-details-text3-content .text-box2 ul {
  position: relative;
  display: flex;
  align-items: center;
}

.projects-details-text3-content .text-box2 ul li {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 290px;
  width: 100%;
  padding: 13px 20px 13px;
  background: var(--ontech-black);
  border-radius: 3px;
  margin-right: 10px;
}

.projects-details-text3-content .text-box2 ul li:last-child {
  margin-right: 0;
}

.projects-details-text3-content .text-box2 ul li .icon-box {
  position: relative;
  display: block;
}

.projects-details-text3-content .text-box2 ul li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #30a5a2;
  font-size: 35px;
}

.projects-details-text3-content .text-box2 ul li .icon-box.clr2 span::before {
  color: var(--ontech-base);
}

.projects-details-text3-content .text-box2 ul li .text-box {
  position: relative;
  display: block;
  margin-left: 12px;
}

.projects-details-text3-content .text-box2 ul li .text-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.projects-details-text3-content .text-box3 {
  position: relative;
  display: block;
  margin-top: 37px;
}

.projects-details-text3-content .text-box3 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}

.projects-details-text3-content .text-box3 p {
  margin: 0;
}

.projects-details-text4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px 25px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 95px;
  z-index: 1;
}

.projects-details-text4-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.projects-details-text4 .text-box {
  position: relative;
  display: block;
}

.projects-details-text4 .text-box h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.projects-details-text4 .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.projects-details-text4 .btn-box .thm-btn {
  background-color: var(--ontech-black);
  color: #ffffff;
  text-transform: capitalize;
}

.projects-details-text4 .btn-box .thm-btn:hover {
  color: var(--ontech-black);
}

.projects-details-text4 .btn-box .thm-btn::before {
  background: #ffffff;
}

/***
=============================================
Blog One Blog
=============================================
***/
.blog-one--blog {
  position: relative;
  display: block;
  padding: 110px 0px 150px;
}

/***
=============================================
Blog List Page
=============================================
***/
.blog-list-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 166px;
  z-index: 1;
}

.blog-list-page__content {
  position: relative;
  display: block;
  margin-right: 10px;
}

.blog-list-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-list-page__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #000000;
  z-index: 5;
}

.blog-list-page__single-img img {
  width: 100%;
  transition: all 500ms ease;
}

.blog-list-page__single:hover .blog-list-page__single-img img {
  opacity: 0.5;
  transform: scaleX(1.05);
}

.blog-list-page__single-content {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  padding: 35px 30px 40px;
  z-index: 1;
}

.blog-list-page__single-content::before {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #faf9f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  z-index: -1;
}

.blog-list-page__single-content .meta-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 17px;
}

.blog-list-page__single-content .meta-box li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 13px;
  line-height: 0;
}

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

.blog-list-page__single-content .meta-box li .icon {
  position: relative;
  display: block;
}

.blog-list-page__single-content .meta-box li .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 16px;
}

.blog-list-page__single-content .meta-box li .text {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-top: 0;
}

.blog-list-page__single-content .meta-box li .text p {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.blog-list-page__single-content .meta-box li .text p a {
  color: rgba(var(--ontech-black-rgb), 0.7);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content .meta-box li .text p a:hover {
  color: var(--ontech-base);
}

.blog-list-page__single-content h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.blog-list-page__single-content h2 a {
  color: var(--ontech-black);
}

.blog-list-page__single-content h2 a:hover {
  color: var(--ontech-base);
}

.blog-list-page__single-content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
}

.blog-list-page__single-content-bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  content: "";
}

.blog-list-page__single-content-bottom ul {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.blog-list-page__single-content-bottom ul li {
  position: relative;
  display: block;
  margin-right: 25px;
}

.blog-list-page__single-content-bottom ul li:last-child {
  margin-right: 0;
}

.blog-list-page__single-content-bottom ul li .inner {
  position: relative;
  display: block;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box {
  position: relative;
  display: block;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--ontech-black);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  line-height: 58px;
  background: #ffffff;
  padding: 0px 25px 0px;
  padding-left: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a:hover {
  color: var(--ontech-base);
}

.blog-list-page__single-content-bottom ul li .inner .btn-box a span::before {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: var(--ontech-base);
  border-radius: 50%;
  color: var(--ontech-black);
  font-size: 12px;
  margin-left: 15px;
}

.blog-list-page__single-content-bottom ul li .inner p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.blog-list-page__single-content-bottom ul li .inner p span::before {
  position: relative;
  display: inline-block;
  font-size: 18px;
  top: 3px;
}

.blog-list-page__single-content-bottom .share-btn {
  position: relative;
  display: block;
}

.blog-list-page__single-content-bottom .share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 60px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content-bottom .share-btn a:hover {
  background: var(--ontech-base);
}

.blog-list-page__single-content-bottom .share-btn a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 23px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-list-page__single-content-bottom .share-btn a:hover span::before {
  color: #ffffff;
}

.styled-pagination-two {
  position: relative;
  display: block;
}

.styled-pagination-two li {
  position: relative;
  display: inline-block;
}

.styled-pagination-two li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: var(--ontech-black);
  font-size: 20px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination-two li a:hover,
.styled-pagination-two li a.active {
  background: var(--ontech-base);
  color: #ffffff;
}

.styled-pagination-two li a span::before {
  position: relative;
  display: inline-block;
  color: var(--omtech-black);
  font-size: 15px;
  line-height: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
Blog Details
=============================================
***/
.blog-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 180px;
  z-index: 1;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(191, 191, 191, 0.35);
}

.blog-details__content .blog-list-page__single-content-bottom {
  margin-top: 0px;
  position: absolute;
  top: -30px;
  right: 25px;
  z-index: 5;
}

.blog-details__content .blog-list-page__single-content {
  border: 0px solid #e3e3e3;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 6;
}

.blog-details__content .blog-list-page__single-content::before {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  top: 0;
}

.blog-details__content-inner {
  position: relative;
  display: block;
  padding: 0px 30px 55px;
}

.blog-details__content-text1 {
  position: relative;
  display: block;
}

.blog-details__content-text1 .text1 {
  margin: 0;
  margin-bottom: 32px;
}

.blog-details__content-text1 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.blog-details__content-text1 .text2 {
  margin: 0;
}

.blog-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 43px;
}

.blog-details__content-text2-single {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.blog-details__content-text2-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 90px;
  background-color: var(--ontech-black);
  border-radius: 3px;
  top: 7px;
}

.blog-details__content-text2-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 50px;
}

.blog-details__content-text2-single .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 25px;
}

.blog-details__content-text2-single .text-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.blog-details__content-text2-single .text-box p {
  margin: 0;
}

.blog-details__content-text3 {
  position: relative;
  display: flex;
  align-items: center;
  background: #f3f1eb;
  padding: 34px 40px 33px;
  margin-top: 60px;
}

.blog-details__content-text3 .icon-box {
  position: relative;
  display: block;
}

.blog-details__content-text3 .icon-box span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 30px;
  transform: rotate(180deg);
}

.blog-details__content-text3 .text-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.blog-details__content-text3 .text-box p {
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
}

.blog-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 37px;
}

.blog-details__content-text4 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.blog-details__content-text4 p {
  margin: 0;
}

.blog-details__content-text4 ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 24px;
}

.blog-details__content-text4 ul li {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.blog-details__content-text4 ul li:last-child {
  margin-bottom: 0;
}

.blog-details__content-text4 ul li p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.blog-details__content-text4 ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 20px;
  top: 2px;
}

.blog-details__content-text5 {
  position: relative;
  display: block;
  margin-top: 31px;
}

.blog-details__content-text5 .text1 {
  margin: 0;
  margin-bottom: 32px;
}

.blog-details__content-text5 h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.blog-details__content-text5 .text2 {
  margin: 0;
}

.blog-details__content-text6 {
  position: relative;
  display: block;
  margin-top: 55px;
}

.blog-details__content-text6-single {
  position: relative;
  display: flex;
  align-items: center;
  background: #fffdf7;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 20px 20px 20px;
}

.blog-details__content-text6-single .title-box {
  position: relative;
  display: block;
}

.blog-details__content-text6-single .title-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.blog-details__content-text6-single ul {
  position: relative;
  display: block;
  margin-left: 10px;
}

.blog-details__content-text6-single ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.blog-details__content-text6-single ul li:last-child {
  margin-right: 0;
}

.blog-details__content-text6-single ul li a {
  position: relative;
  display: block;
  line-height: 40px;
  border: 1px solid #cfcfd1;
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 3px;
  padding: 0px 15px 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__content-text6-single ul li a:hover {
  background: var(--ontech-base);
}

.blog-details__author {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 35px;
  border: 1px solid #dadada;
  padding: 35px 30px 35px;
  border-radius: 5px;
}

.blog-details__author .img-box {
  position: relative;
  display: block;
  max-width: 125px;
  width: 100%;
}

.blog-details__author .img-box img {
  width: 100%;
}

.blog-details__author .content-box {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}

.blog-details__author .content-box h2 {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-details__author .content-box p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.blog-details__author .content-box .social-links {
  position: relative;
  display: flex;
  align-items: center;
  background: #f4f3f0;
  padding: 10px 15px 10px;
  max-width: 270px;
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}

.blog-details__author .content-box .social-links .title-box {
  position: relative;
  display: block;
  margin-right: 15px;
}

.blog-details__author .content-box .social-links .title-box p {
  color: var(--ontech-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.blog-details__author .content-box .social-links ul {
  position: relative;
  display: block;
}

.blog-details__author .content-box .social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.blog-details__author .content-box .social-links ul li:last-child {
  margin-right: 0;
}

.blog-details__author .content-box .social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__author .content-box .social-links ul li a:hover {
  background: var(--ontech-base);
}

.blog-details__author .content-box .social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #433838;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.blog-details__author .content-box .social-links ul li a:hover span::before {
  color: #ffffff;
}

.comment-one {
  position: relative;
  display: block;
  margin-top: 47px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--ontech-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 36px;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-one__single.ml75 {
  margin-left: 75px;
}

.comment-one__image {
  position: relative;
  display: block;
  width: 105px;
  height: 105px;
  overflow: hidden;
  border-radius: 50%;
}

.comment-one__image img {
  width: 100%;
}

.comment-one__content {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 30px;
  margin-top: -7px;
}

.comment-one__content h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--ontech-black);
  margin-bottom: 7px;
}

.comment-one__content h3 .comment-one__btn {
  position: relative;
  display: inline-block;
  color: #090808;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  background: #efeeee;
  padding: 1px 15px 1px;
  margin-left: 4px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-one__content h3 .comment-one__btn:hover {
  background: var(--ontech-base);
  color: #ffffff;
}

.comment-one__content .text1 {
  position: relative;
  color: rgba(19, 18, 22, 0.7);
  margin-bottom: 10px;
}

.comment-one__content .date-box {
  position: relative;
  color: rgba(19, 18, 22, 0.7);
  margin-bottom: 10px;
}

.comment-form {
  position: relative;
  display: block;
  padding-top: 7px;
}

.comment-form .comment-form__title {
  margin-bottom: 23px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: 1px solid #7f7e7d;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 15px;
  color: rgba(8, 5, 1, 0.6);
  display: block;
  border-radius: 5px;
  font-family: var(--ontech-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-form__input-box textarea {
  font-size: 15px;
  color: rgba(8, 5, 1, 0.6);
  height: 220px;
  width: 100%;
  background-color: #ffffff;
  padding: 25px 20px 30px;
  border: 1px solid #7f7e7d;
  outline: none;
  margin-bottom: 0px;
  border-radius: 5px;
  resize: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.comment-form__input-box input[type="text"]:focus {
  background-color: #fffdf7;
}

.comment-form__input-box input[type="email"]:focus {
  background-color: #fffdf7;
}

.comment-form__input-box textarea:focus {
  background-color: #fffdf7;
}

.comment-form__input-box.text-message-box {
  margin-bottom: 10px;
}

.comment-form__btn.thm-btn {
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/***
=====================================================
Contact Page
=====================================================
***/
.contact-page {
  position: relative;
  display: block;
  padding: 102px 0px 0px;
  z-index: 1;
}

.contact-page__top {
  position: relative;
  display: block;
}

.contact-page__top .title {
  position: relative;
  display: block;
  margin-bottom: 66px;
}

.contact-page__top .title h2 {
  color: var(--ontech-black);
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 21px;
}

.contact-page__top .title p {
  font-size: 18px;
  line-height: 30px;
}

.contact-page__top ul {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--ontech-base);
  padding: 63px 60px 60px;
  border-radius: 10px;
}

.contact-page__top-single {
  position: relative;
  display: block;
  padding-left: 115px;
  margin-left: 90px;
}

.contact-page__top-single:first-child {
  margin-left: 0px;
}

.contact-page__top-single .icon {
  position: absolute;
  top: 7px;
  left: 0;
  height: 85px;
  width: 85px;
  background-color: var(--ontech-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  border: 4px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.contact-page__top-single .content {
  position: relative;
  display: block;
}

.contact-page__top-single .content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 14px;
}

.contact-page__top-single .content p {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.contact-page__top-single .content p a {
  color: var(--ontech-black);
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.contact-page__top-single .content p a:hover {
  color: var(--ontech-black);
}

.contact-page__bottom {
  position: relative;
  display: block;
  padding: 110px 0px 70px;
  z-index: 1;
}

.contact-page__bottom-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.contact-page__bottom-inner {
  position: relative;
  display: block;
  max-width: 870px;
  width: 100%;
  margin: 0 auto 0px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page .contact-page__bottom form input[type="text"],
.contact-page .contact-page__bottom form input[type="email"] {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.contact-page .contact-page__bottom form textarea {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 185px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 5px;
}

.contact-page .contact-page__bottom form input[type="text"]:focus {
  color: var(--ontech-black);
  border-color: #262222;
  background: #ffffff;
}

.contact-page .contact-page__bottom form input[type="email"]:focus {
  color: var(--ontech-black);
  border-color: #262222;
  background: #ffffff;
}

.contact-page .contact-page__bottom form textarea:focus {
  color: var(--ontech-black);
  border-color: #262222;
  background: #ffffff;
}

.contact-page
  .contact-page__bottom
  form
  input[type="text"]::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type="text"]:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type="text"]::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page
  .contact-page__bottom
  form
  input[type="text"]:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page
  .contact-page__bottom
  form
  input[type="email"]::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type="email"]:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form input[type="email"]::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page
  .contact-page__bottom
  form
  input[type="email"]:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page .contact-page__bottom form textarea:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.7);
}

.contact-page__bottom .contact-page__btn {
  position: relative;
  display: block;
}

.contact-page__bottom .contact-page__btn button {
  position: relative;
  display: block;
  outline: none;
  border: none;
  margin: 0 auto;
}

.contact-page__bottom .contact-page__btn button.thm-btn {
  background: var(--ontech-black);
  color: #ffffff;
}

.contact-page__bottom .contact-page__btn button.thm-btn::before {
  background: var(--ontech-base);
}

.contact-page__bottom .contact-page__btn button.thm-btn:hover {
  color: var(--ontech-black);
}

/***
=============================================
Faq Page
=============================================
***/
.faq-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 101px 0px 110px;
  z-index: 1;
}

.faq-page__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.faq-page .title-box {
  position: relative;
  display: block;
  padding-bottom: 58px;
}

.faq-page .title-box p {
  color: var(--ontech-base);
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.faq-page .title-box h2 {
  font-size: 43px;
  line-height: 53px;
  font-weight: 700;
  text-transform: capitalize;
}

.faq-page__accrodion {
  position: relative;
  display: block;
}

.faq-page__accrodion .title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.faq-page__accrodion .title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.faq-page__accrodion .title p {
  font-size: 18px;
}

.faq-page__accrodion-box {
  position: relative;
  display: block;
}

.faq-page__accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.faq-page__accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 13px 20px 13px 65px;
  background-color: #ffffff;
  border: 1px solid #f0eeee;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__accrodion .accrodion-title h4 {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--ontech-black);
  font-family: var(--ontech-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__accrodion .accrodion + .accrodion {
  margin-top: 10px;
}

.faq-page__accrodion .accrodion.active .accrodion-title {
  background-color: #f0eeee;
}

.faq-page__accrodion .accrodion.active .accrodion-title h4 {
  color: var(--ontech-black);
}

.faq-page__accrodion .accrodion-title h4::before {
  content: "\e90b";
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: -45px;
  width: 30px;
  height: 30px;
  background: #e3dfe0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-page__accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e92f";
  color: var(--ontech-black);
  background: var(--ontech-base);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-page__accrodion .accrodion-content {
  position: relative;
  padding: 25px 20px 15px;
  padding-right: 30px;
  background: #ffffff;
  border-top: 0;
}

.faq-page__accrodion .accrodion-content p {
  margin: 0;
}

.faq-page__img {
  position: relative;
  display: block;
  max-width: 445px;
  width: 100%;
  margin-left: 25px;
}

.faq-page__img .inner {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.faq-page__img .inner img {
  width: 100%;
}

/***
=====================================================
Error Page
=====================================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 204px 0px 220px;
  z-index: 1;
}

.error-page .shape1 {
  position: absolute;
  top: 200px;
  right: 50px;
  z-index: 0;
}

.error-page__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__inner h2 {
  font-size: 180px;
  line-height: 0.9em;
  font-weight: 700;
  margin-bottom: 25px;
}

.error-page__inner h2 .clr1 {
  color: #141212;
  text-shadow: 0px 20px 0px #e8e8e7;
}

.error-page__inner h2 .clr2 {
  color: var(--ontech-base);
  text-shadow: 0px 20px 0px #fcf5ed;
}

.error-page__inner h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}

.error-page__inner p {
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.error-page__search {
  position: relative;
  display: block;
  margin-top: 51px;
}

.error-page__search form.search-form {
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.error-page__search .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #eae9e9;
  color: rgba(var(--ontech-black-rgb), 0.75);
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--ontech-font);
}

.error-page__search .search-form button {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  background: transparent;
  text-align: center;
  border: 0px solid #f6f4ec;
  transition: all 500ms ease 0s;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}

.error-page__search .search-form button i {
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.error-page__search .search-form button:hover i {
  color: var(--ontech-base);
}

.error-page__search .search-form input[type="text"]:focus {
  outline: none;
}

.error-page__search .search-form input::-webkit-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.75);
}

.error-page__search .search-form input:-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.75);
}

.error-page__search .search-form input::-moz-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.75);
}

.error-page__search .search-form input:-ms-input-placeholder {
  color: rgba(var(--ontech-black-rgb), 0.75);
}

.error-page__btn {
  position: relative;
  display: block;
  margin-top: 55px;
  line-height: 0;
}

.error-page__btn .thm-btn {
  border-radius: 32px;
}

/***
=====================================================
Team Details
=====================================================
***/
.team-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 0px;
}

.team-details__img {
  position: relative;
  display: block;
  max-width: 460px;
  width: 100%;
}

.team-details__img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.team-details__img .inner img {
  width: 100%;
}

.team-details__content {
  position: relative;
  display: block;
  margin-left: 45px;
  margin-top: -8px;
}

.team-details__content .title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.team-details__content .title-box h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
}

.team-details__content .title-box p {
  margin: 0;
}

.team-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.team-details__content-text1-single {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__content-text1-single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: var(--ontech-black);
  border-radius: 50%;
  border: 3px solid var(--ontech-base);
}

.team-details__content-text1-single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.team-details__content-text1-single .content-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.team-details__content-text1-single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 9px;
}

.team-details__content-text1-single .content-box p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.team-details__content-text1-single .content-box p a {
  color: rgba(var(--ontech-black-rgb), 0.8);
}

.team-details__content-text1-single .content-box p a:hover {
  color: var(--ontech-base);
}

.team-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 48px;
}

.team-details__content-social-links .title {
  position: relative;
  display: block;
}

.team-details__content-social-links .title p {
  color: var(--ontech-black);
  font-weight: 500;
}

.team-details__content-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 15px;
}

.team-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.team-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.team-details__content-social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #f7f1e7;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-details__content-social-links ul li a:hover {
  background: var(--ontech-black);
}

.team-details__content-social-links ul li a span::before {
  position: relative;
  display: inline-block;
  color: #433838;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-details__content-social-links ul li a:hover span::before {
  color: var(--ontech-base);
}

.team-details__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ontech-base);
  max-width: 585px;
  width: 100%;
  border-radius: 3px;
  padding: 11px 20px 12px;
  margin-top: 60px;
}

.team-details__content-bottom .left-text {
  position: relative;
  display: block;
}

.team-details__content-bottom .left-text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.team-details__content-bottom .right-text {
  position: relative;
  display: block;
}

.team-details__content-bottom .right-text h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.team-details__content-bottom .right-text h4 a {
  color: var(--ontech-black);
}

.team-details__content-bottom .right-text h4 span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 25px;
  top: 2px;
}

.contact-page--team-details {
  position: relative;
  display: block;
  padding-bottom: 110px;
}

.contact-page--team-details .title {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.contact-page--team-details .title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

/***
=====================================================
Gallery One
=====================================================
***/
.gallery-one {
  position: relative;
  display: block;
  padding: 110px 0px 80px;
  z-index: 1;
}

.gallery-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.gallery-one__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.gallery-one__single-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 165px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8015581232492998) 0%,
    rgba(0, 0, 0, 0.23853291316526615) 49%,
    rgba(0, 0, 0, 0) 61%
  );
  content: "";
  z-index: 1;
}

.gallery-one__single-img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.gallery-one__single:hover .gallery-one__single-img img {
  transform: scale(1);
}

.gallery-one__single-img .overlay-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 20px;
  bottom: 32px;
  right: 20px;
  z-index: 5;
}

.gallery-one__single-img .overlay-content .text-box {
  position: relative;
  display: block;
}

.gallery-one__single-img .overlay-content .text-box p {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 30px;
}

.gallery-one__single-img .overlay-content .text-box p::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background: var(--ontech-base);
  content: "";
}

.gallery-one__single-img .overlay-content .text-box h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.gallery-one__single-img .overlay-content .text-box h3 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.gallery-one__single-img .overlay-content .text-box h3 a:hover {
  color: var(--ontech-base);
}

.gallery-one__single-img .overlay-content .links-box {
  position: relative;
  display: block;
}

.gallery-one__single-img .overlay-content .links-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-one__single-img .overlay-content .links-box ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.gallery-one__single-img .overlay-content .links-box ul li:last-child {
  margin-right: 0;
}

.gallery-one__single-img .overlay-content .links-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--ontech-base);
  border-radius: 50%;
  border: 2px solid var(--ontech-black);
}

.gallery-one__single-img .overlay-content .links-box ul li a span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 18px;
}

/***
=====================================================
Pricing One
=====================================================
***/
.pricing-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 150px;
  z-index: 1;
}

.pricing-one .title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -13px;
  margin-bottom: 56px;
}

.pricing-one .title-box h2 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-one__single {
  position: relative;
  display: block;
  border: 1px solid #e6e1d8;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-one__single:hover {
  border-color: var(--ontech-black);
}

.pricing-one__single .table-header {
  position: relative;
  display: block;
  padding: 28px 15px 29px;
  overflow: hidden;
  z-index: 1;
}

.pricing-one__single .table-header::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #e6e1d8;
  content: "";
}

.pricing-one__single .table-header .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pricing-one__single .table-header .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.pricing-one__single .table-header h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-one__single .table-header p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.pricing-one__single .table-content {
  position: relative;
  display: block;
  padding: 43px 15px 40px;
}

.pricing-one__single .table-content .table-content__top {
  position: relative;
  display: block;
  max-width: 170px;
  width: 100%;
  margin: 0 auto 27px;
  z-index: 1;
}

.pricing-one__single .table-content .table-content__top .shape3 {
  position: absolute;
  top: -13px;
  left: -15px;
  width: 80px;
  height: 80px;
  background: #f7efe3;
  border-radius: 50%;
  z-index: -1;
}

.pricing-one__single .table-content .table-content__top h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.pricing-one__single .table-content .table-content__top h2 span {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  right: 10px;
  font-weight: 400;
}

.pricing-one__single .table-content ul {
  position: relative;
  display: block;
}

.pricing-one__single .table-content ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.pricing-one__single .table-content ul li:last-child {
  margin-bottom: 0;
}

.pricing-one__single .table-content ul li p {
  color: var(--ontech-black);
}

.pricing-one__single .table-footer {
  position: relative;
  display: block;
  padding: 0px 15px 0px;
}

.pricing-one__single .table-footer .btn-box {
  position: relative;
  display: block;
}

.pricing-one__single .table-footer .btn-box .thm-btn {
  background: #fff1e2;
}

.pricing-one__single .table-footer .btn-box .thm-btn::before {
  background: var(--ontech-base);
}

.pricing-one__single .table-footer .btn-box .thm-btn:hover {
  color: var(--ontech-black);
}

/***
=====================================================
Signup Page
=====================================================
***/
.signup-page {
  position: relative;
  display: block;
  background: #f2f0ec;
  padding: 110px 0px 173px;
  z-index: 1;
}

.signup-page__content {
  position: relative;
  display: block;
  margin-top: -11px;
}

.signup-page__content .title-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.signup-page__content .title-box h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  text-transform: capitalize;
}

.signup-page__form {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  padding: 46px 40px 48px;
}

.signup-page__form .title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.signup-page__form .title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.signup-page__form form {
  position: relative;
  display: block;
}

.signup-page__form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.signup-page__form form .input-box label {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.signup-page__form form .input-box .icon-holder {
  position: absolute;
  right: 20px;
  bottom: 23px;
}

.signup-page__form form .input-box .icon-holder span::before {
  color: #010101;
  font-size: 15px;
  font-weight: 400;
}

.signup-page__form form input[type="text"],
.signup-page__form form input[type="email"] {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 65px;
  border: 1px solid #e9e9e9;
  color: #000108;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding-left: 20px;
  padding-right: 50px;
  border-radius: 5px;
  transition: all 500ms ease;
  outline: none;
}

.signup-page__form form input[type="text"]::-webkit-input-placeholder {
  color: #000108;
}

.signup-page__form form input[type="text"]:-moz-placeholder {
  color: #000108;
}

.signup-page__form form input[type="text"]::-moz-placeholder {
  color: #000108;
}

.signup-page__form form input[type="text"]:-ms-input-placeholder {
  color: #000108;
}

.signup-page__form form input[type="email"]::-webkit-input-placeholder {
  color: #000108;
}

.signup-page__form form input[type="email"]:-moz-placeholder {
  color: #000108;
}

.signup-page__form form input[type="email"]::-moz-placeholder {
  color: #000108;
}

.signup-page__form form input[type="email"]:-ms-input-placeholder {
  color: #000108;
}

.signup-page__form form textarea::-webkit-input-placeholder {
  color: #000108;
}

.signup-page__form form textarea:-moz-placeholder {
  color: #000108;
}

.signup-page__form form textarea::-moz-placeholder {
  color: #000108;
}

.signup-page__form form textarea:-ms-input-placeholder {
  color: #000108;
}

.signup-page__form-checkbox-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}

.signup-page__form-checkbox {
  position: relative;
  display: block;
}

.signup-page__form-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
}

.signup-page__form-checkbox input[type="checkbox"] {
  display: none;
}

.signup-page__form-checkbox input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  border-radius: 0%;
  transition: all 300ms ease;
}

.signup-page__form-checkbox label span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  content: "";
  background: #d6d3d0;
  border-radius: 0%;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.signup-page__form-checkbox input[type="checkbox"]:checked + label span {
  border-color: #d6d3d0;
}

.signup-page__form-checkbox input[type="checkbox"]:checked + label span:before {
  transform: scale(1);
}

.signup-page__form-checkbox-outer .forgot-password {
  position: relative;
  display: block;
}

.signup-page__form-checkbox-outer .forgot-password a {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 16px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.signup-page__form-checkbox-outer .forgot-password a:hover {
  color: var(--ontech-base);
}

.signup-page__form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.signup-page__form .button-box .thm-btn {
  width: 100%;
  line-height: 55px;
}

.signup-page__content p {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 38px;
}

.signup-page__content p a {
  color: var(--ontech-base);
}

.signup-page__img {
  position: relative;
  display: block;
  margin-left: 115px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.signup-page__img img {
  max-width: none;
  float: left;
}

/***
=====================================================
Signin Page
=====================================================
***/
.sign-in {
  position: relative;
  display: block;
}

/***
=====================================================
Shop Page
=====================================================
***/
.shop-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 179px;
  z-index: 1;
}

.shop-page__top {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-page__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 0px 30px 0px;
  border-radius: 25px;
}

.shop-page__top-left {
  position: relative;
  display: block;
}

.shop-page__top-left p {
  color: var(--ontech-black);
}

.shop-page__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
}

.product__showing-sort
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100% !important;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 55px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: #f7f7f7 !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--ontech-black) !important;
  font-size: 16px;
  line-height: 55px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 13px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--ontech-black);
}

.product-view-style {
  position: relative;
  display: block;
  padding-left: 23px;
  margin-left: 7px;
  max-width: 80px;
  width: 100%;
}

.product-view-style::before {
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 1px;
  width: 1px;
  background: #9e9c9a;
  content: "";
}

.product-view-style li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.product-view-style li:last-child {
  margin-right: 0;
}

.product-view-style li a {
  position: relative;
  display: block;
  border-radius: 0%;
  color: var(--ontech-black);
  font-size: 17px;
  text-align: center;
  transition: all 300ms ease 100ms;
}

.product-view-style li a:hover {
  color: var(--ontech-base);
}

.shop-page__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

/* .shop-page__single:hover {

  margin: 5%;
  border: #008D42 !important;
} */

.shop-page__single-img {
  position: relative;
  display: block;
  /* border-top-left-radius: 30px;
  border-top-right-radius: 30px; */
  overflow: hidden;
  z-index: 1;
}

.shop-page__single-img::before {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.shop-page__single:hover .shop-page__single-img::before {
  /* -webkit-animation: circle .95s;
  animation: circle .95s; */
  box-shadow: 10px 10px 5px lightblue inset;
}

.shop-page__single-img img {
  width: 100%;
  /* width: 382px;
  height: 316px; */
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  /* height: 300px; */
}

.shop-page__single:hover .shop-page__single-img img {
  transform: scale(1.1) rotate(1deg);
  box-shadow: 10px 10px 5px lightblue inset;
}

.shop-page__single-img .text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-align: left;
  color: #ffffff;
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  /* height: 25px;
  border-radius: 25px;*/
  /* background: #b6f672; */
  z-index: 5;
  font-family: Gilroy-Regular;
  font-size: 22px;
  font-weight: 500;
  line-break: none;
}

.shop-page__single-content {
  position: relative;
  display: block;
}

.shop-page__single-content .btn-box {
  position: relative;
  display: block;
  z-index: 1;
}

.shop-page__single-content .btn-box a {
  position: relative;
  display: block;
  background: #fbf1f1;
  padding: 12px 10px 13px;
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page__single:hover .shop-page__single-content .btn-box a {
  color: var(--ontech-black);
}

.shop-page__single-content .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 0px;
  background-color: var(--ontech-base);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.shop-page__single:hover .shop-page__single-content .btn-box a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.shop-page__single-content .bottom-text {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(229, 230, 232, 0.72);
  padding: 27px 25px 27px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.shop-page__single-content .bottom-text .text-box {
  position: relative;
  display: block;
}

.shop-page__single-content .bottom-text .text-box h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.shop-page__single-content .bottom-text .text-box h4 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page__single-content .bottom-text .text-box h4 a:hover {
  color: var(--ontech-base);
}

.shop-page__single-content .bottom-text .text-box p {
  color: var(--ontech-base);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.shop-page__single-content .bottom-text .text-box p del {
  color: #dbc8ab;
  padding-left: 4px;
}

.shop-page__single-content .bottom-text .rating-box {
  position: relative;
  display: block;
}

.shop-page__single-content .bottom-text .rating-box ul li span {
  color: #ed8a19;
}

.shop-page .styled-pagination {
  padding-top: 30px;
}

.shop-page .styled-pagination li a {
  border-radius: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-page .styled-pagination li a:hover,
.shop-page .styled-pagination li a.active {
  background: var(--ontech-black);
  color: #ffffff;
}

/***
=============================================
Shop Details
=============================================
***/
.shop-details {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 44px;
}

.shop-details__img-box {
  position: relative;
  display: block;
  margin-right: 35px;
}

.shop-details__img-box-inner {
  position: relative;
  display: block;
}

.shop-details__img-box-thumb {
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  max-width: 400px;
  margin: 0 auto;
  z-index: 2;
}

.shop-details__img-box-thumb-img {
  position: relative;
  display: block;
  border-radius: 20px;
  border: 2px solid #fff;
  overflow: hidden;
}

.shop-details__img-box-thumb-img img {
  width: 100%;
}

.shop-details__img-box-img {
  position: relative;
  display: block;
}

.shop-details__img-box-img .img-box {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.shop-details__img-box-img .img-box img {
  width: 100%;
}

.shop-details-top__nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: 110px;
  z-index: 5;
  transform: translateY(0%) translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-details-top__nav .swiper-button-next,
.shop-details-top__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 55px;
  height: 55px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--ontech-black);
  border-radius: 50%;
  font-weight: 700;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
}

.shop-details-top__nav .swiper-button-next {
  left: -10px;
}

.shop-details-top__nav .swiper-button-prev {
  right: -10px;
}

.shop-details-top__nav .swiper-button-next:hover,
.shop-details-top__nav .swiper-button-prev:hover {
  color: #ffffff;
  background: var(--ontech-base);
}

.shop-details-top__nav .swiper-button-next::after,
.shop-details-top__nav .swiper-button-prev::after {
  display: none;
}

.shop-details-top__nav .swiper-button-next i:before,
.shop-details-top__nav .swiper-button-prev i:before {
  font-weight: 700;
}

.shop-details-top__nav .swiper-button-prev .angle-left {
  position: relative;
  transform: rotate(-90deg);
  right: 2px;
  font-weight: 700;
}

.shop-details-top__nav .swiper-button-next .angle-right {
  position: relative;
  transform: rotate(90deg);
  left: 0px;
  font-weight: 700;
}

.shop-details__content {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: -9px;
}

.shop-details__content .title {
  position: relative;
  display: block;
}

.shop-details__content .title h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.shop-details__content-text1 {
  position: relative;
  display: block;
  margin-top: 16px;
}

.shop-details__content-text1 h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  font-family: var(--ontech-font);
}

.shop-details__content-text1 h3 del {
  position: relative;
  display: inline-block;
  color: rgba(8, 5, 1, 0.5);
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
  top: -6px;
}

.shop-details__content-text1 h3 .text {
  color: #f42647;
  font-size: 14px;
  margin-left: 0;
}

.shop-details__content-text1 h3 span {
  position: relative;
  display: inline-block;
  color: var(--ontech-base);
  font-size: 15px;
  font-weight: 400;
  top: -6px;
  margin-left: 13px;
}

.shop-details__content-text1 h3 .text2 {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  background: #b6edb2;
  padding: 0px 5px 0px;
}

.shop-details__review {
  position: relative;
  display: block;
}

.shop-details__review ul {
  position: relative;
  display: block;
}

.shop-details__review ul li {
  position: relative;
  display: inline-block;
}

.shop-details__review ul li span::before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.shop-details__review ul li p {
  color: var(--ontech-black);
  font-size: 15px;
}

.shop-details__content-text2 {
  position: relative;
  display: block;
  margin-top: 25px;
}

.shop-details__content-text2 p {
  margin: 0;
}

.shop-details__content-text2 ul {
  position: relative;
  display: block;
  margin-top: 20px;
}

.shop-details__content-text2 ul li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

.shop-details__content-text2 ul li:last-child {
  margin-bottom: 0;
}

.shop-details__content-text2 ul li p {
  margin: 0;
}

.shop-details__content-text2 ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 700;
  padding-right: 14px;
  top: 1px;
}

.shop-details__content-text3 {
  position: relative;
  display: block;
  margin-top: 20px;
}

.shop-details__content-text3 .title {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.shop-details__content-text3 .title p {
  color: var(--ontech-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-details__content-text3 .inner {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details__content-text3 .add-to-cart-btn {
  position: relative;
  display: block;
  margin-right: 20px;
}

.shop-details__content-text3 .add-to-cart-btn a {
  position: relative;
  display: inline-block;
  color: #fefefe;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  background: var(--ontech-black);
  padding: 18px 40px 19px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .add-to-cart-btn a:hover {
  background: var(--ontech-base);
}

.shop-details__content-text3 .product-quantity {
  position: relative;
  display: block;
}

.shop-details__content-text3 .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding-left: 1px;
}

.shop-details__content-text3
  .product-quantity-box
  .input-group.bootstrap-touchspin {
  position: relative;
  width: 115px;
  height: 50px;
}

.shop-details__content-text3
  .product-quantity-box
  input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 30px;
  flex: none;
  height: 50px;
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--ontech-font);
  z-index: 5;
  left: 11px;
}

.shop-details__content-text3
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.shop-details__content-text3
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn {
  position: absolute;
  top: 14px;
  right: 23px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.shop-details__content-text3
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-radius: 0;
  border-left: none;
}

.shop-details__content-text3
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 0;
  border-right: none;
}

.shop-details__content-text3 .product-quantity-box .form-control {
  background: transparent;
}

.shop-details__content-text3
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 0px;
  left: 1px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e90f";
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(180deg);
}

.shop-details__content-text3
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e90f";
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 22px;
}

.shop-details__content-text3 .btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
}

.shop-details__content-text3 .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 500;
  background: var(--ontech-base);
  padding: 10px 35px 11px;
  border-radius: 5px;
  font-family: var(--ontech-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-text3 .btn-box a:hover {
  color: #ffffff;
  background: var(--ontech-black);
}

.shop-details__content-text3 .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f9f7f7;
  font-size: 20px;
  color: var(--ontech-black);
  margin-left: 30px;
}

.shop-details__content-text3 .icon-box span:before {
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.shop-details__content-text4 {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details__content-text4 ul {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text {
  position: relative;
  display: block;
}

.shop-details__content-text4 ul li .text p {
  font-size: 15px;
}

.shop-details__content-text4 ul li .text p span {
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 600;
}

.shop-details__content-text4 ul li .text p i::before {
  position: relative;
  display: inline-block;
  color: var(--ontech-black);
  font-size: 15px;
  font-weight: 700;
  padding-right: 5px;
}

.shop-details__content-social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.shop-details__content-social-links .title {
  position: relative;
  display: block;
  margin-right: 15px;
}

.shop-details__content-social-links .title h4 {
  color: rgba(var(--ontech-black-rgb), 0.8);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--ontech-font);
}

.shop-details__content-social-links ul {
  position: relative;
  display: block;
}

.shop-details__content-social-links ul li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}

.shop-details__content-social-links ul li:last-child {
  margin-right: 0;
}

.shop-details__content-social-links ul li a {
  position: relative;
  display: block;
  color: var(--ontech-black);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-details__content-social-links ul li a:hover {
  color: var(--ontech-base);
}

/***
=============================================
Shop Details Tab
=============================================
***/

.shop-details__tab {
  position: relative;
  display: block;
  /* background: #fffcf7; */
  /* border: 1px solid #dddddd; */
  /* margin-top: 108px; */
  /* border-radius: 10px; */
}

.shop-details__tab-button {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -1px;
  z-index: 2;
}

.shop-details__tab-button .tab-buttons {
  position: relative;
  display: block;
}

.shop-details__tab-button .tab-buttons li {
  position: relative;
  display: inline-block;
  /* background: #ffeed1; */
  cursor: pointer;
  padding: 13px 22px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-right: 0px;
}

.shop-details__tab-button .tab-buttons li:last-child {
  margin-right: 0;
}

.shop-details__tab-button .tab-buttons li:hover,
.shop-details__tab-button .tab-buttons li.active-btn {
  /* background: var(--ontech-base); */
  text-decoration: underline;
  color: #008d42;
}

.shop-details__tab-button .tab-buttons li h4 {
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: #1e1e1e;
  font-family: Gilroy-regular;
  font-size: 22px;
  font-style: normal;
  padding-bottom: 10px;
}

.shop-details__tab-button .tab-buttons li:hover h4,
.shop-details__tab-button .tab-buttons li.active-btn h4 {
  /* color: var(--ontech-black); */
  color: #058f45;
}

.shop-details__tab-content-item {
  position: relative;
  display: block;
  margin: 2% 8%;
}

.shop-details__tab .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 1;
}

.shop-details__tab .tabs-content .tab.active-tab {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 5;
}

.shop-details__tab-description {
  position: relative;
  display: block;
  padding: 10px 60px 55px;
}

.shop-details__tab-description .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-description .text-box1 p {
  margin: 0;
}

.shop-details__tab-description .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-description .text-box2 p {
  margin: 0;
}

.shop-details__tab-specifications {
  position: relative;
  display: block;
  padding: 36px 60px 55px;
}

.shop-details__tab-specifications .text-box1 {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.shop-details__tab-specifications .text-box1 p {
  margin: 0px;
}

.shop-details__tab-specifications .text-box2 {
  position: relative;
  display: block;
}

.shop-details__tab-specifications .text-box2 p {
  margin: 0;
}

.shop-details__tab-content-item.style2 {
  position: relative;
  display: block;
  padding: 50px 40px 50px;
}

.shop-details__tab-reviews {
  position: relative;
  display: block;
}

.review-box-outer {
  position: relative;
  display: block;
}

.single-review-box-outer {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 38px 30px 34px;
}

.single-review-box {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 70px;
}

.single-review-box .img-box {
  position: absolute;
  top: 9px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-review-box .img-box img {
  width: 100%;
  border-radius: 50%;
}

.single-review-box .text-box {
  position: relative;
  display: block;
  padding-left: 25px;
}

.single-review-box .text-box .review-box {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul {
  position: relative;
  display: block;
}

.single-review-box .text-box .review-box ul li {
  position: relative;
  display: inline-block;
}

.single-review-box .text-box .review-box ul li i:before {
  position: relative;
  display: inline-block;
  color: #efce4a;
  font-size: 15px;
}

.single-review-box .text-box .review-box {
  padding: 0 0 10px;
}

.single-review-box .text-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
}

.single-review-box .text-box h5 span {
  color: #757575;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--ontech-font);
}

.single-review-box .text-box p {
  margin: 0;
}

.review-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 53px 60px 60px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
}

.review-form .title-box {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.review-form .title-box h2 {
  font-size: 30px;
  font-weight: 600;
}

.review-form .add-rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.review-form .add-rating-box .add-rating-title {
  position: relative;
  float: left;
}

.review-form .add-rating-box .add-rating-title p {
  line-height: 20px;
  margin: 0;
}

.review-form .add-rating-box .review-box {
  position: relative;
  float: left;
  padding-left: 20px;
}

.review-form .add-rating-box .review-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 20px;
  margin-right: 5px;
}

.review-form .add-rating-box .review-box ul li:last-child {
  margin-right: 0px;
}

.review-form .add-rating-box .review-box ul li i {
  color: #efce4a;
  font-size: 14px;
  line-height: 20px;
  transition: all 500ms ease 0s;
}

.shop-details__tab-reviews .review-form .input-box {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .input-box .field-label {
  position: relative;
  display: block;
  padding-bottom: 9px;
  color: #757575;
}

.shop-details__tab-reviews .review-form form input[type="text"],
.shop-details__tab-reviews .review-form form input[type="email"],
.shop-details__tab-reviews .review-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 22px;
  border-radius: 0px;
  transition: all 500ms ease;
  outline: none;
}

.shop-details__tab-reviews .review-form form textarea {
  height: 120px;
  padding: 10px 20px;
}

.shop-details__tab-reviews .review-form form input[type="text"]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form input[type="email"]:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form form textarea:focus {
  border-color: #e1dddd;
}

.shop-details__tab-reviews .review-form .button-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 35px;
}

.shop-details__tab-reviews .review-form .button-box .left {
  position: relative;
  display: block;
}

.shop-details__tab-reviews .review-form .button-box .right {
  position: relative;
  display: block;
  padding-left: 20px;
}

/***
=============================================
Checked Box2
=============================================
***/
.checked-box2 {
  position: relative;
  display: block;
  min-height: 30px;
}

.checked-box2 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #757575;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  min-height: 30px;
  font-family: var(--ontech-font);
}

.checked-box2 input[type="checkbox"] {
  display: none;
}

.checked-box2 input[type="checkbox"] + label span {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 label span:before {
  font-family: "icomoon" !important;
  content: "\e914";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: 0px;
  color: var(--ontech-base);
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked + label span {
  border-color: #dedede;
}

.checked-box2 input[type="checkbox"]:checked + label span:before {
  opacity: 1;
}

/***
=============================================
Shop Page Shop Details
=============================================
***/
.shop-page--shop-details {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 150px;
}

.shop-page--shop-details .title-box {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.shop-page--shop-details .title-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}

/***
=====================================================
Cart Page
=====================================================
***/
.cart-page {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 103px 0px 152px;
}

.cart-page__left {
  position: relative;
  display: block;
  margin-right: -30px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
  .cart-table {
    min-width: 800px;
  }
}

.cart-table {
  margin-bottom: 24px;
}

.cart-table thead th {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding: 0;
  border: none;
  padding-bottom: 7px;
  font-family: var(--ontech-font-two);
  text-transform: capitalize;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid #eaeaea;
}

.cart-table tbody td {
  font-size: 16px;
  font-weight: 600;
  color: var(--ontech-black);
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 85px;
  margin-right: 35px;
}

.cart-table .product-box .img-box .inner {
  position: relative;
  display: block;
  width: 85px;
  border-radius: 3px;
  overflow: hidden;
}

.cart-table .product-box .img-box img {
  width: 100%;
}

.product-box-croos-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  height: 25px;
  width: 25px;
  background-color: #ff4e1e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
}

.cart-table h3 {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  text-transform: none;
  font-family: var(--ontech-font);
}

.cart-table h3 a {
  color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--ontech-base);
}

.cart-cupon__form-box {
  position: relative;
  display: block;
}

.cart-cupon__sub-title {
  font-size: 18px;
  color: var(--ontech-black);
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
}

.cart-cupon__form {
  position: relative;
  display: block;
}

.cart-cupon__input {
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 210px;
  font-family: var(--ontech-font);
  font-size: 15px;
  color: rgba(38, 34, 34, 0.5);
  height: 60px;
  border: 1px solid #dddddd;
  outline: none;
  font-weight: 400;
  margin-bottom: 23px;
  outline: none;
}

.cart-cupon__form input[type="text"]:focus {
  border: 1px solid #dddddd;
}

.cart-cupon__form ::placeholder {
  color: rgba(38, 34, 34, 0.5);
}

.cart-cupon__form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none !important;
  background-color: var(--ontech-black);
  color: #ffffff;
  padding: 0px 60px 0px;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  font-family: var(--ontech-font);
}

.cart-cupon__form button:hover {
  color: #ffffff;
}

.cart-cupon__form button.thm-btn::before {
  background: var(--ontech-base);
}

.cart-cupon__btn {
  font-size: 15px;
  font-weight: 500;
  color: var(--ontech-black);
  position: relative;
  display: inline-block;
  font-family: var(--ontech-font);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-cupon__btn:hover {
  color: var(--ontech-base);
}

.cart-cupon__btn:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ontech-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-cupon__btn:hover:before {
  background: var(--ontech-base);
}

.cart-page__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 5px;
}

.cart-page__total-box {
  position: relative;
  display: block;
}

.cart-page__total-table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
  background-color: #f8f8f8;
  padding-bottom: 25px;
}

.cart-page__total-table {
  min-width: 330px;
  width: 100%;
}

.cart-page__total-table tbody {
  position: relative;
}

.cart-page__total-table tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0px;
  border-bottom: 1px solid #e4e2e0;
  margin-left: 20px;
  margin-right: 20px;
}

.cart-page__total-table tbody tr:first-child {
  background-color: #fff3dc;
  padding: 13px 20px;
  border-bottom: 0;
  margin: 0;
}

.cart-page__total-table tbody tr:last-child {
  border-bottom: 0;
}

.cart-page__total-table tbody tr td {
  font-size: 18px;
  font-weight: 600;
  color: var(--ontech-black);
}

.cart-page__total-table tbody tr td .flat-rate {
  color: #090909;
  font-size: 16px;
  line-height: 20px;
}

.cart-page__total-table tbody tr td .shipping-usa {
  font-size: 14px;
  color: rgba(9, 9, 9, 0.7);
  line-height: 20px;
}

.cart-page__total-table tbody tr td .change-address {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #476435;
  line-height: 14px;
}

.cart-page__total-table tbody tr td .change-address a {
  color: #476435;
}

.cart-page__total-table tbody tr td .change-address:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #476435;
}

.proceed-checkout {
  font-size: 16px;
  font-weight: 500;
  color: var(--ontech-black);
  background-color: var(--ontech-base);
  border: none;
  outline: none;
  padding: 9px 0;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.proceed-checkout:hover {
  background-color: var(--ontech-black);
  color: #ffffff;
}

.cart-page .product-quantity {
  position: relative;
  display: block;
  max-width: 152px;
  border-radius: 0px;
  margin-right: 20px;
}

.cart-page .product-quantity-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 0px;
  overflow: hidden;
  padding-left: 1px;
}

.cart-page .product-quantity-box .input-group.bootstrap-touchspin {
  position: relative;
  width: 150px;
  height: 60px;
}

.cart-page .product-quantity-box input.quantity-spinner.form-control {
  position: relative;
  display: block;
  padding: 0;
  width: 50px;
  flex: none;
  height: 60px;
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-family: var(--ontech-font);
  z-index: 5;
  left: 50px;
}

.cart-page
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
}

.cart-page
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn {
  position: relative;
  display: block;
  margin-left: 0px;
  background: #f7f7f7;
  color: var(--ontech-black);
  cursor: pointer;
  height: 60px;
  width: 50px;
  margin: 0;
  padding: 0;
}

.cart-page
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-radius: 0;
  float: right;
  border-left: none;
}

.cart-page
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 0;
  float: left;
  border-right: none;
}

.cart-page .product-quantity-box .form-control {
  background: #f7f7f7;
}

.cart-page
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-up:before {
  position: absolute;
  top: 11px;
  left: 0px;
  right: 10px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e90f";
  color: var(--ontech-black);
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(180deg);
  font-weight: 700;
}

.cart-page
  .product-quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .btn.bootstrap-touchspin-down:before {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 100%;
  height: 100%;
  font-family: "icomoon" !important;
  content: "\e90f";
  color: var(--ontech-black);
  font-size: 15px;
  padding: 0;
  line-height: 60px;
  width: 35px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}

/***
=============================================
    Checkout Area Css
=============================================
***/
.checkout-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 110px 0px 180px;
}

.checkout-area .form {
  position: relative;
  display: block;
  margin-top: -7px;
}

.checkout-area .form .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.checkout-area .form .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.checkout-area .form form .field-label {
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: none;
}

.checkout-area form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.checkout-area .form form .field-input input[type="text"],
.checkout-area .form form .field-input input[type="email"],
.checkout-area .form form .field-input input[type="tel"] {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(8, 5, 1, 0.5);
  font-size: 15px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  border-radius: 0px;
  width: 100%;
  outline: none;
  transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea {
  position: relative;
  display: block;
  border: 1px solid #e0e0e0;
  color: rgba(8, 5, 1, 0.5);
  font-size: 15px;
  font-weight: 400;
  height: 120px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  outline: none;
}

.checkout__select-box {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.checkout__select-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100% !important;
}

.checkout__select-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.checkout__select-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: rgba(8, 5, 1, 0.5) !important;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  line-height: 60px;
}

.checkout__select-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--ontech-black);
}

.checkout-area__checkbox {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.checkout-area__checkbox-single + .checkout-area__checkbox-single {
  margin-top: 0px;
}

.checkout-area__checkbox-single label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: rgba(9, 9, 9, 0.87);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.checkout-area__checkbox-single input[type="checkbox"] {
  display: none;
}

.checkout-area__checkbox-single input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  border: 1px solid #d6d3d0;
  cursor: pointer;
  border-radius: 0%;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single label span:before {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  content: "";
  background: #d6d3d0;
  border-radius: 0%;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-area__checkbox-single input[type="checkbox"]:checked + label span {
  border-color: #d6d3d0;
}

.checkout-area__checkbox-single
  input[type="checkbox"]:checked
  + label
  span:before {
  transform: scale(1);
}

.checkout-area__sidebar {
  position: relative;
  display: block;
  margin-left: 45px;
}

.checkout-area__sidebar-single {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 26px 20px 37px;
  margin-bottom: 30px;
}

.checkout-area__sidebar-single.mb0 {
  margin-bottom: 0;
  padding-bottom: 55px;
}

.checkout-area__sidebar-single .title {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e2e0;
  padding-bottom: 11px;
}

.checkout-area__sidebar-single .title h3 {
  color: #080501;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.checkout-area__sidebar-single ul {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e2e0;
  padding-top: 24px;
  padding-bottom: 23px;
}

.checkout-area__sidebar-single ul li.bg {
  position: relative;
  z-index: 1;
}

.checkout-area__sidebar-single ul li.bg::before {
  position: absolute;
  top: -1px;
  left: -20px;
  bottom: -1px;
  right: -20px;
  background: #fff7e6;
  content: "";
  z-index: -1;
}

.checkout-area__sidebar-single ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.checkout-area__sidebar-single ul li .text-box {
  position: relative;
  display: flex;
  align-items: center;
}

.checkout-area__sidebar-single ul li .text-box .img-box {
  position: relative;
  display: block;
  margin-right: 15px;
  width: 50px;
  overflow: hidden;
  border-radius: 5px;
}

.checkout-area__sidebar-single ul li .text-box .img-box img {
  width: 100%;
}

.checkout-area__sidebar-single ul li .title-one {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-one p {
  color: var(--ontech-black);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.checkout-area__sidebar-single ul li .title-box {
  position: relative;
  display: block;
}

.checkout-area__sidebar-single ul li .title-box p {
  color: var(--ontech-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.checkout-area__sidebar-single ul li .title-box p span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.checkout-area__sidebar-single ul li .price {
  position: relative;
  display: block;
  line-height: 0;
}

.checkout-area__sidebar-single ul li .price p {
  color: var(--ontech-black);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.checkout-area__sidebar-single ul li .price .text1 {
  color: var(--ontech-black);
  font-size: 16px;
  line-height: 26px;
}

.checkout-area__sidebar-single ul li .price span {
  color: rgba(var(--ontech-black-rgb), 0.7);
  font-size: 14px;
  line-height: 20px;
}

.checkout-area__sidebar-single ul li .price a {
  position: relative;
  display: block;
  color: var(--ontech-base);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  margin-top: 5px;
}

.checkout__payment {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 40px;
}

.checkout__payment__item {
  position: relative;
  display: block;
  border: 1px solid #232323;
  padding: 14px 20px 13px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-bottom: 10px;
}

.checkout__payment__item.mb0 {
  margin-bottom: 0;
}

.checkout__payment__title {
  display: flex;
  color: var(--ontech-black);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  align-items: center;
  cursor: pointer;
  font-family: var(--ontech-font);
}

.checkout__payment__title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #0d0d0d;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--ontech-base);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: transparent;
  border-color: var(--ontech-base);
  content: "\f00c";
}

.checkout__payment__content {
  font-size: 15px;
  line-height: 25px;
  margin-top: 13px;
}

.checkout__payment__checkbox {
  position: relative;
  display: block;
  margin-top: 28px;
}

.checkout__payment__checkbox label {
  color: rgb(38, 34, 34, 0.87);
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 25px;
}

.checkout__payment-btn {
  position: relative;
  display: block;
  margin-top: 30px;
  text-align: center;
}

.checkout__payment-btn a {
  width: 100%;
}

/*--------------------------------------------------------------
# Boxed
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(var(--ontech-black-rgb), 0.08);
}

/* // career section css start */

.careers-banner {
  background: url(../images/about/careers-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

.careers-h3 {
  font-family: Gilroy-semibold;
  font-size: 24px;
}

.careers-para {
  /* color: #FFF; */
  font-family: Gilroy-regular;
  font-size: 16px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  padding: 6px 0px;
}

button,
input {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

a {
  color: #f96332;
}

a:hover,
a:focus {
  color: #f96332;
}

/* p {
  font-weight: 300;
  font-size: 1.2em;
} */

.category {
  text-transform: capitalize;
  font-weight: 700;
  color: #9a9a9a;
}

body {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.nav-item .nav-link,
.nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.nav-tabs {
  border: 0;
  /* padding: 15px 0.7rem; */
}

.nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
  color: #888888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

.nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
  background-color: #444;
  border-radius: 30px;
  color: #ffffff;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #000000;
  font-family: Gilroy-medium;
  text-decoration: underline;
  font-size: 16px;
  /* border-bottom: 2px solid green; */
}

.card {
  border: 0;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  /* box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); */
}

.card .card-header {
  background-color: transparent;
  /* border-bottom: 0; */
  border-bottom: 1px solid #707070;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

/* [data-background-color="orange"] {
    background-color: #e95e38;
} */

[data-background-color="black"] {
  color: #000000;
  font-size: 14px;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #000000 !important;
  font-size: 14px;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #000000;
  font-size: 14px;
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: #000000;
  font-size: 16px;
  font-family: Gilroy-medium;
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: #000000;
  font-size: 14px;
}

@font-face {
  font-family: "Nucleo Outline";
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
  src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot")
    format("embedded-opentype");
  src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
  font-weight: normal;
  font-style: normal;
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer {
  margin-top: 50px;
  color: #555;
  background: #fff;
  padding: 25px;
  font-weight: 300;
  background: #f7f7f7;
}

.footer p {
  margin-bottom: 0;
}

footer p a {
  color: #555;
  font-weight: 400;
}

footer p a:hover {
  color: #e86c42;
}

@media screen and (max-width: 768px) {
  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }

  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
}

.contentMainOverall {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.contentMain {
  width: 32%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  background-color: #f0edda;
  /* margin: 2%; */
  border-left: 4px solid #008d42;
  padding: 1% 3%;
  /* padding: 1% 10% 2% 3%; */
}

.contentOne {
  font-family: "Gilroy-semibold";
  text-align: left;
  color: #1e1e1e;
  font-size: 18px;
  line-height: normal;
  /* padding: 1% 12% 2% 3%; */
  display: flex;
  /* Enable flexbox */
  align-items: center;
  padding-top: 20px;
}
.contentOne a {
  color: #1e1e1e !important;
}
.contentTwo {
  text-align: left;
  color: #5a5a5a;
  font-size: 16px;
  padding-bottom: 10px;
}

.contentTwo span {
  font-size: 14px;
  font-family: "Gilroy-regular";
  color: #585858;
}

.contentTwo svg {
  width: 15px;
  height: 15px;
}

/* career section css ends */

/* careers-details css start */
.careersDetailsMain {
  margin: 5% 13%;
}

.greySection {
  background-color: #f0edda;
  padding: 3% 2% 2% 4%;
}

.greySection h3 {
  font-size: 20px;
  font-family: "Gilroy-semibold";
}

.greySection span {
  font-size: 16px;
  font-family: "Gilroy-medium";
  color: #585858;
}

.greySection svg {
  width: 15px;
  height: 15px;
}

.greySection p {
  font-size: 16px;
  font-family: "Gilroy-medium";
}

.greySectionSub {
    display: flex;
    justify-content: end;
    margin-top: -60px;
}

.greySectionSub p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-right: 20px;
  font-family: Diaria-sans-pro-regular;
}

.greySectionSubBtn {
  padding: 8px 20px;
  border-radius: 20px;
  height: fit-content;
}

.about-btn1 {
  float: right;
  width: 14%;
  /* margin-top: 35px; */
}

.more-btn1 {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #008d42;
  outline: none !important;
  color: #1e1e1e !important;
  /* font-size: 16px; */
  line-height: 45px;
  font-family: "Gilroy-semibold";
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 5px 0px 30px;
  overflow: hidden;
  border-radius: 50px;
}
.more-btn1:hover {
  box-shadow: inset 200px 0px 20px 0px #ffb237bf,
    0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  border: 3px solid #ffb237bf;
  transition: all 0.5s linear;
}
.arrow-img1 {
  display: block;
  width: 28% !important;
  height: 0% !important;
  padding: 4px 0px 4px;
  margin-left: 20px;
}

.sliverSection {
  background: #f7f7f9;
  padding: 3% 4%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.sliverSection h6 {
  font-size: 18px;
  font-family: "Gilroy-medium";
}

.cdpara {
  font-size: 18px;
  font-family: "Gilroy-semibold";
}

.sliverSection h3 {
  font-size: 18px;
  font-family: "Gilroy-semibold";
}

.sliverSection p {
    font-size: 16px;
    font-family: 'Gilroy-regular';
    line-height: 26px;
}

.sliverSection li {
    font-family: 'Gilroy-regular';
    font-size: 16px;
    padding: 5px 0;
}

.sliverSection .newpara {
  font-size: 16px;
  font-family: Diaria-sans-pro-regular;
  line-height: 1.6em;
}

/* careers-details css ends */

/* Service and support css start */
.ss-banner {
  background: url(../images/about/ss-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

.serviceandSupportMain {
  margin: 5% 13%;
  display: flex;
  justify-content: space-around;
}

.ssLeft {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  width: 50%;
  margin-right: 30px;
}

.ssLeftSpan {
}

.ssLeft svg {
  width: 50px;
  height: 50px;
  text-align: center;
}

.ssLeft1 {
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px 40px;
  margin-bottom: 40px;
}

.ssLeft1 h5 {
  font-size: 20px;
  font-family: "Gilroy-medium";
}

.ssLeft1 p {
  font-size: 14px;
  font-family: "Gilroy-regular";
  line-height: normal;
  padding: 10px 0px;
}

.ssLeft1Number {
  color: #008d42;
  font-size: 26px;
  font-weight: 600;
  font-family: Gilroy-bold;
}

.ssRight {
  width: 50%;
}

.ssRight p {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: Gilroy-bold;
}

.address-secSS {
  padding: 50px 20px;
  background-color: #f0edda;
}

.address-secSS .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 20px 0px;
}

.address-secSS .form-group {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contentMainOverall {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .careersDetailsMain {
    margin: 6% 5%;
  }
  .contentMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f0edda;
    margin-bottom: 15px;
    border-left: 4px solid #008d42;
    padding: 1% 3%;
  }
  .greySectionSub {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
  }
  .about-btn1 {
    float: right;
    width: 48%;
    margin-top: 10px;
    /* margin-top: 35px; */
  }
  .greySectionSub .about-btn1 {
    float: right;
    width: 48%;
    margin-top: 10px;
    /* margin-top: 35px; */
  }
  .serviceandSupportMain {
    margin: 3% 5%;
    display: flex;
    /* justify-content: space-around; */
    flex-direction: column;
  }

  .ssLeft {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }

  .ssLeft1 {
    text-align: center;
    background-color: #f5f5f5;
    padding: 15px 10px;
    margin-bottom: 20px;
  }

  .ssLeft1 p {
    font-size: 12px;
  }

  .ssLeft1Number {
    color: #008d42;
    font-size: 20px;
    font-weight: 600;
  }

  .ssRight {
    width: 100%;
    /* margin: 2% 5% !important; */
  }

  .ssRight p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }

  .address-secSS {
    padding: 50px 20px;
    background-color: #f0edda;
    margin: 2%;
  }
}

/* Service and support css ends */

/* Blogs css start */

.BlogsDetailsMain {
  margin: 5% 13%;
  display: flex;
  justify-content: space-between;
}

.ImgContainerSection {
  width: 65%;

  /* padding: 1.5rem; */
}

.ImgContainerSectionImage {
  object-fit: contain;
}

.ImgContainerSection h5 {
  margin-left: 5%;
  color: #008d42;
  font-family: Gilroy-semibold;
  font-size: 20px;
}

.ImgContainerSection p {
  margin-left: 5%;
  /* color: #008D42; */
  font-size: 14px;
  font-family: Gilroy-regular;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.ImgContainerSectionSpan {
  margin-left: 5%;
  font-size: 16px;
  font-family: Gilroy-regular;
}

.ImgContainerSectionSpan svg {
  width: 20px;
  height: 20px;
}

.ImgContainerBtn {
  color: #000;
  font-family: Gilroy-bold;
  font-size: 10px;
  padding: 0px 6px;
  font-weight: 800;
  margin-left: 5%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  border: none;
  text-transform: uppercase;
}

.blogSubSection {
  width: 30%;
  /* background-color: red;*/
}

.ImgContainerSection1 {
  margin-bottom: 25px;
  background-color: #dbc8ab;
}

.blogSubSectionUl {
  margin-top: 15px;
  padding: 8%;
  background: #efeeee;
  font-family: Gilroy-medium;
  font-size: 16px;
}

.blogSubSectionUl ul li:hover {
  color: #008d42;
  cursor: pointer;
}

.blogSubSectionUl h5 {
  font-size: 20px;
  font-family: Gilroy-medium;
  margin-top: 8px;
  margin-bottom: 8px;
}

.blogSubSectionUl p {
  font-size: 16px;
  font-family: Gilroy-regular;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: normal;
}

.blogspara {
  font-family: Gilroy-regular;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .BlogsDetailsMain {
    margin: 5%;
    display: flex;
    flex-direction: column !important;
  }

  .ImgContainerSection {
    width: 100%;
  }

  .blogSubSection {
    width: 100%;
  }
}

/* Blogs css ends */

/* Blogs-Details page css start */
.BlogsDetailsMain1 {
  margin: 5% 13% 0% 13%;
  padding: 40px 40px 40px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #f9f7f7;
}

.ImgContainerSectionDetails {
  width: 65%;
}

.ImgContainerSectionDetailsImage {
  object-fit: contain;
}

.ImgContainerSectionDetails h5 {
  margin-left: 5%;
  /* color: #008D42; */
}

.ImgContainerSectionDetails p {
  margin-left: 5%;
  /* color: #008D42; */
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ImgContainerSectionDetailsSpan {
  margin-left: 5%;
}

.ImgContainerSectionDetails1 {
  margin-bottom: 25px;
  /* background-color: #dbc8ab; */
}

.ImgContainerSectionDetails1 h5 {
  font-family: Gilroy-semibold;
  font-size: 24px;
}

.ImgContainerSectionDetails1 h6 {
  font-family: Gilroy-medium;
  font-size: 20px;
  margin-left: 5%;
}

.ImgContainerSectionDetails1 p {
  font-family: Diaria-sans-pro-regular;
  font-size: 14px;
  line-height: normal;
}

.ImgContainerSectionDetailsSpan svg {
  width: 20px;
  height: 20px;
}

.blogDetailsSubDiv {
  display: flex;
  justify-content: space-between;
  margin-left: 5%;
}

.blogDetailsSubDivImage {
  width: 45%;
}

.blogDetailsSubDivPara {
  width: 50%;
}

.blogDetailsSubDivPara p {
  padding-top: 0px !important;
}

.blogDetailsSvg {
  margin-left: 5%;
}

.blogDetailsSvg svg {
  width: 20px;
  height: 20px;
}

.blogDetailsSubDiv1 {
  display: flex;
  justify-content: space-between;
  margin-left: 5%;
}

.blogDetailsSubDiv1Image {
  /* width: 10%; */
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.blogDetailsSubDiv1Para {
  width: 85%;
}

.blogDetailsSubDiv1Para h6 {
  margin-left: 5%;
  margin-top: 23px;
}

.blogDetailsSubDiv1Para span {
  margin-left: 5%;
}

.BlogsDetailsMain1Below {
  margin: 0% 13% 5% 13%;
  padding: 10px 20px;
  /* display: flex;
  justify-content: space-between; */
  background-color: #f9f7f7;
  padding-left: 4% !important;
}

.formBlogDetails {
  width: 70%;
}

.BlogsDetailsMain1Below h5 {
  margin-top: 40px;
}

.BlogsDetailsMain1Below p {
  margin-bottom: 20px;
}

.about-btnBlog {
  float: left;
  width: fit-content !important;
  margin-top: 20px;
}

.more-btn2 {
  position: relative;
  display: flex;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #008d42;
  outline: none !important;
  color: #1e1e1e !important;
  font-size: 16px;
  line-height: 45px;
  font-family: "Gilroy-semibold";
  transition: all 0.3s linear;
  z-index: 1;
  padding: 0px 5px 0px 30px;
  overflow: hidden;
  border-radius: 50px;
}

.arrow-imgBlogs {
  display: block;
  width: 28% !important;
  height: 0% !important;
  padding: 4px 0px 4px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .address-sec {
    padding: 20px 0px;
  }

  .contact-content {
    padding-left: 3%;
  }

  .svgsSpan {
    width: 80%;
  }

  .BlogsDetailsMain1 {
    margin: 5% 5% 0% 5%;
    display: flex;
    flex-direction: column !important;
  }

  .ImgContainerSectionDetails {
    width: 100%;
  }

  .blogDetailsSubDiv {
    display: flex;
    flex-direction: column;
  }

  .blogDetailsSubDivImage {
    width: 100%;
  }

  .blogDetailsSubDivPara {
    width: 100%;
  }

  .blogDetailsSubDiv1 {
    display: flex;
    flex-direction: column;
  }

  .blogDetailsSubDiv1Image {
    /* width: 10%; */
    width: 105px;
    height: 100px;
    margin-left: 30%;
    overflow: hidden;
    border-radius: 50%;
  }

  .blogDetailsSubDiv1Para {
    width: 100%;
  }

  .blogDetailsSubDiv1Para h6 {
    text-align: center;
  }

  .blogDetailsSubDiv1Para span {
    text-align: center !important;
  }
}

/* Blogs-Details page css Ends */

/* // contact start */
.contact-banner {
  background: url(../images/about/contact-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
}

/* .yellow-bg1 {
  background: red;
  position: relative;
}
.changeless:hover{
  background: #008d42;
  position: absolute;
    top: -15%;
    width: 27%;
    left: -10%;
} */
.parent_box {
  position: relative;
}

.parent_box:hover .bg_img {
  display: block;
  position: absolute;
  top: -20px;
  left: -15px;
  /* box-shadow: 10px 10px 5px lightblue inset; */
}

.bg_img {
  display: none;
}

.naeparahovering {
  display: none;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box; */
}

/* .parent_box:hover .naeparahovering {
  display: block;
} */
.parent_box:hover .naeparahovering {
  display: block !important;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px;
}

.parent_box:hover .naespan {
  background-color: #f0edda;
  color: #1e1e1e;
  padding: 2px 3px;
  width: 124px;
}
.naehrtag {
  display: none;
}

.parent_box:hover .naehrtag {
  display: block !important;
  margin-top: 2px;
  margin-bottom: 2px;
  /* font-size: 14px;
  line-height: normal; */
}

/* Timeline slider */
/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events * {
  outline: 0;
}

.h--timeline-container,
.h--timeline-events {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.h--timeline-navigation-container ul,
.h--timeline-navigation-container li,
.h--timeline-events ol,
.h--timeline-events li,
.h--timeline-line ol,
.h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}

.h--timeline--loaded {
  opacity: 1;
}

.h--timeline-container {
  height: 150px;
}

.h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-dates::after,
.h--timeline-dates::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 50px;
}

.h--timeline-dates::before {
  left: 0;
  background: linear-gradient(to right, #f0edda, rgba(255, 255, 255, 0));
}

.h--timeline-dates::after {
  right: 0;
  background: linear-gradient(to left, #f0edda, rgba(255, 255, 255, 0));
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 75px;
  height: 2px;
  background-color: #000000;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #008d42;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
/* .h--timeline-date--selected h6{

} */
.h--timeline-date:hover {
  font-weight: 600;
}

.h--timeline-date::after,
.h--timeline-date::before {
  content: "";
  position: absolute;
  left: -100%;
  /* -webkit-transform: translateX(-50%); */
  -ms-transform: translateX(-50%);
  /* transform: translateX(-88%); */
  bottom: -42px;
  height: 25px;
  width: 25px;
  border-radius: 30px;
  display: inline-block;
  background: #ffffff;
  margin: 28px 55px 32px;
  border: 2px solid #008d42;
  cursor: pointer;
}
.h--timeline-date--selected::before {
  background: #008d42 !important;
  transition: background 0.2s;
  left: -50% !important;
  width: 85px !important;
  height: 85px !important;
  border-radius: 50px !important;
  margin: 0px !important;
  top: -30px;
}
.h--timeline-date--selected h6 {
  position: absolute;
  z-index: 999;
  left: 21px;
  font-family: "Gilroy-semibold";
  font-size: 22px;
  color: #ffffff;
  opacity: 1 !important;
  top: 0px;
}
.h--timeline-dates h6 {
  opacity: 0;
}
.h--timeline-date--older-event h6 {
  position: absolute;
  z-index: 999;
  top: 25px;
  left: 22px;
  opacity: 0;
}

.h--timeline-date--selected::after {
  /* width: 148px;
    height: 140px;
    top: -29.5px;
    left: -32.5px;
    border: 4px solid 52B3D9;
    content: ' ';
    background: url(../images/about/circle-dot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute; */
}
.h--timeline-date::before {
  bottom: -3px;
  height: 9px;
  width: 9px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}

/* .h--timeline-date:hover::before,
.h--timeline-date:hover::after {
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
} */

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation {
  font-size: 18px;
  position: absolute;
  z-index: 1;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 60px;
  padding: 3px 10px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: #008d42;
  transition: border-color 0.3s;
  color: #008d42 !important;
  font-family: "Gilroy-semibold";
}

.h--timeline-navigation:hover {
  border: 2px dashed #008d42;
  color: #008d42;
}

.h--timeline-navigation--prev {
  left: -20px;
  /* -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); */
}

.h--timeline-navigation--next {
  right: -25px;
}

.h--timeline-navigation--inactive {
  cursor: not-allowed;
  font-size: 0;
  border: unset;
}

.h--timeline-navigation--inactive::after {
  background-position: 0 -16px;
}

.h--timeline-navigation--inactive:hover {
  border: unset;
}
/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events {
  overflow: hidden;
  transition: height 0.4s;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 1rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.h--timeline-event-content {
  max-width: 75%;
  margin: 7rem auto 0;
  border-radius: 5px;
}

.h--timeline-event--selected {
  position: relative;
  top: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.h--timeline-events .bg-white {
  background-color: #fff !important;
  padding: 75px 15px 115px 160px;
}
/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,
.h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.h--timeline-event--enter-left,
.h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.h--timeline-event--leave-right,
.h--timeline-event--leave-left {
  animation-direction: reverse;
}

.h--timeline-event-title {
  color: #000;
  font-size: 3rem;
  font-weight: 600;
}

.h--timeline-event-date {
  display: block;
  font-style: italic;
  margin: 0.5rem auto;
  margin: 1rem auto;
}

.h--timeline-event-date::before {
  content: "- ";
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* .h--timeline-navigation::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
} */

.h--timeline-date--selected::after {
  background: url(https://stengineers.com/assets/images/about/circle-dot.png)
    no-repeat 0 0;
  width: 140px;
  height: 140px;
  top: -5.3rem;
  left: -5.1rem;
  border: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}

/* -------------------privacy-policy page------------ */
.privacy-sec {
  padding: 70px 0px;
}
.privacy-sec h4 {
  color: #00984a;
  font-family: "Gilroy-bold";
  font-size: 46px;
}
.privacy-sec h5 {
  color: #00984a;
  font-family: "Gilroy-medium";
  font-size: 30px;
}
.privacy-sec .border {
  border: 1px solid #000000 !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.privacy-sec p {
  font-family: "Gilroy-regular";
  color: #000000;
  margin-bottom: 10px;
  font-size: 17px;
}
.privacy-sec p a {
  color: #00984a;
  font-weight: 900;
}
.privacy-sec h6 {
  font-family: "Gilroy-semibold";
  font-size: 24px;
  margin-top: 15px;
}
.privacy-sec li {
  list-style: inside;
  font-family: "Gilroy-regular";
  color: #000000;
  margin-bottom: 5px;
  font-size: 17px;
}


/* Button Animation */

.shadow-pulse{
  border-radius: 50px;
  animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 141, 66, 1);
  }
  100% {
    box-shadow: 0 0 4px 15px rgba(0, 141, 66, 0);
  }
}
/* thankyou page */
.thankyou-sec {
  background: radial-gradient(circle, #0e4e30 0%, #015629 55%, #01361a 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
}
.thankyou-sec h1 {
  font-family: 'Gilroy-Regular';
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.thankyou-sec p {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.thankyou-sec a {
  text-decoration: underline;
  color: #fff;
}
/* pop up modal */
#myModal-load .modal-content {
  margin: 40% 0% 0% -10%;
  padding: 20px;
  border: 1px solid #888;
  width: 120%;
}
#myModal-load .modal-dialog button.close {
  position: absolute !important;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: 0;
}
#myModal-load .modal-dialog button.close img {
  width: 25px;
}

/*Ad Popup Modal*/
/*#simpleModal {*/
/*  backdrop-filter: blur(1px);*/
/*  background-color: #01223770;*/
/*}*/
/*#simpleModal .modal-content_h {*/
/*  top: 100px;*/
/*  background-color: transparent;*/
/*  border: unset;*/
 
/*}*/
/*#simpleModal .home_close {*/
/*  color: #F4F4F4;*/
/*  width: 52px;*/
/*  height: 0px;*/
/*  padding: 1.68px 1.68px 1.68px 1.69px !important;*/
/*  gap: 0px;*/
/*  opacity: 0px;*/
/*  font-size: 35px;*/
/*}*/
/*#simpleModal .close {*/
/*  margin-left: auto;*/
/*  font-size: 2.5rem;*/
/*  line-height: 1;*/
/*  color: #ffffff;*/
/*  text-shadow: 0 1px 0 #fff;*/
/*  opacity: 1;*/
/*  background: transparent;*/
/*  border: unset;*/
/*  z-index: 99;*/
/*}*/
 
/*@media (min-width: 576px) {*/
/*    #simpleModal .modal-dialog {*/
/*        max-width: 1000px;*/
/*        margin: 1.75rem auto;*/
/*    }*/
/*}*/